OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitWebContents
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/athena/extensions/chrome/
athena_chrome_app_delegate.h
19
virtual void
InitWebContents
(content::WebContents* web_contents) OVERRIDE;
athena_chrome_app_delegate.cc
35
void AthenaChromeAppDelegate::
InitWebContents
(
/external/chromium_org/athena/extensions/shell/
athena_shell_app_delegate.cc
18
void AthenaShellAppDelegate::
InitWebContents
(
athena_shell_app_delegate.h
19
virtual void
InitWebContents
(content::WebContents* web_contents) OVERRIDE;
/external/chromium_org/extensions/browser/app_window/
app_delegate.h
37
virtual void
InitWebContents
(content::WebContents* web_contents) = 0;
app_window.cc
261
app_delegate_->
InitWebContents
(web_contents);
[
all
...]
/external/chromium_org/extensions/shell/browser/
shell_app_delegate.cc
18
void ShellAppDelegate::
InitWebContents
(content::WebContents* web_contents) {
shell_app_delegate.h
19
virtual void
InitWebContents
(content::WebContents* web_contents) OVERRIDE;
/external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.h
37
virtual void
InitWebContents
(content::WebContents* web_contents) OVERRIDE;
chrome_app_delegate.cc
169
void ChromeAppDelegate::
InitWebContents
(content::WebContents* web_contents) {
/external/chromium_org/chrome/browser/android/
tab_android.h
133
virtual void
InitWebContents
(JNIEnv* env,
tab_android.cc
392
void TabAndroid::
InitWebContents
(JNIEnv* env,
/external/chromium_org/content/browser/android/
content_view_core_impl.h
299
void
InitWebContents
();
content_view_core_impl.cc
249
InitWebContents
();
282
void ContentViewCoreImpl::
InitWebContents
() {
[
all
...]
Completed in 80 milliseconds