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.h109 … const String& query, const bool* optionalCaseSensitive, const bool* optionalIsRegex, RefPtr<TypeB…
DInspectorPageAgent.cpp645 …g& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<TypeB… in searchInResource() argument
649 bool isRegex = optionalIsRegex ? *optionalIsRegex : false; in searchInResource()
DInspectorDebuggerAgent.cpp589 …g& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<Array… in searchInContent() argument
591 bool isRegex = optionalIsRegex ? *optionalIsRegex : false; in searchInContent()
DInspectorDebuggerAgent.h115 … const String& query, const bool* optionalCaseSensitive, const bool* optionalIsRegex, RefPtr<TypeB…