Home
last modified time | relevance | path

Searched refs:optionalIsRegex (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.h102 … const String& query, const bool* optionalCaseSensitive, const bool* optionalIsRegex, RefPtr<TypeB…
DInspectorDebuggerAgent.h104 … const String& query, const bool* optionalCaseSensitive, const bool* optionalIsRegex, RefPtr<TypeB…
DInspectorPageAgent.cpp596 …g& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<TypeB… in searchInResource() argument
600 bool isRegex = optionalIsRegex ? *optionalIsRegex : false; in searchInResource()
DInspectorDebuggerAgent.cpp587 …g& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<Array… in searchInContent() argument
589 bool isRegex = optionalIsRegex ? *optionalIsRegex : false; in searchInContent()