![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <adblocksearchtree.h>
Public Member Functions | |
AdBlockSearchTree () | |
~AdBlockSearchTree () | |
void | clear () |
bool | add (const AdBlockRule *rule) |
const AdBlockRule * | find (const QWebEngineUrlRequestInfo &request, const QString &domain, const QString &urlString) const |
Definition at line 30 of file adblocksearchtree.h.
|
explicit |
Definition at line 23 of file adblocksearchtree.cpp.
AdBlockSearchTree::~AdBlockSearchTree | ( | ) |
Definition at line 28 of file adblocksearchtree.cpp.
bool AdBlockSearchTree::add | ( | const AdBlockRule * | rule | ) |
Definition at line 39 of file adblocksearchtree.cpp.
void AdBlockSearchTree::clear | ( | ) |
Definition at line 33 of file adblocksearchtree.cpp.
const AdBlockRule * AdBlockSearchTree::find | ( | const QWebEngineUrlRequestInfo & | request, |
const QString & | domain, | ||
const QString & | urlString | ||
) | const |
Definition at line 71 of file adblocksearchtree.cpp.