OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitWebContents
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/apps/
chrome_shell_window_delegate.h
38
virtual void
InitWebContents
(content::WebContents* web_contents) OVERRIDE;
chrome_shell_window_delegate.cc
66
void ChromeShellWindowDelegate::
InitWebContents
(
/external/chromium_org/chrome/browser/android/
tab_android.h
120
virtual void
InitWebContents
(JNIEnv* env,
tab_android.cc
289
void TabAndroid::
InitWebContents
(JNIEnv* env,
/external/chromium_org/apps/
shell_window.h
193
virtual void
InitWebContents
(content::WebContents* web_contents) = 0;
shell_window.cc
164
delegate_->
InitWebContents
(web_contents);
/external/chromium_org/content/browser/android/
content_view_core_impl.h
338
void
InitWebContents
();
content_view_core_impl.cc
198
InitWebContents
();
225
void ContentViewCoreImpl::
InitWebContents
() {
[
all
...]
Completed in 164 milliseconds