OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsWebView
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/extensions/browser/api/
execute_code_function.h
33
virtual bool
IsWebView
() const = 0;
execute_code_function.cc
166
IsWebView
() ? ScriptExecutor::WEB_VIEW_PROCESS
/external/chromium_org/extensions/browser/api/declarative/
rules_registry_service.cc
39
bool
IsWebView
(const RulesRegistryService::WebViewKey& webview_key) {
74
if (!
IsWebView
(webview_key)) {
91
if (!
IsWebView
(webview_key)) {
/external/chromium_org/extensions/browser/api/web_view/
web_view_internal_api.h
67
virtual bool
IsWebView
() const OVERRIDE;
web_view_internal_api.cc
125
bool WebViewInternalExecuteCodeFunction::
IsWebView
() const {
/external/chromium_org/chrome/browser/devtools/device/
devtools_android_bridge.h
104
bool
IsWebView
() const;
devtools_android_bridge.cc
337
is_web_view_(browser->
IsWebView
()),
540
bool DevToolsAndroidBridge::RemoteBrowser::
IsWebView
() const {
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h
234
virtual bool
IsWebView
() const OVERRIDE;
tabs_api.cc
[
all
...]
Completed in 771 milliseconds