Searched refs:web_contents (Results 251 - 275 of 1244) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_unittest.cc13 #include "content/public/browser/web_contents.h"
26 content::WebContents* web_contents = content::WebContents::Create( local
28 web_contents->GetController().LoadURL(GURL(url::kAboutBlankURL),
34 content::NavigationController* controller = &web_contents->GetController();
40 browser()->tab_strip_model()->AppendWebContents(web_contents, true);
/external/chromium_org/chrome/browser/ui/
H A Dchrome_web_modal_dialog_manager_delegate.h21 content::WebContents* web_contents) OVERRIDE;
H A Dsad_tab.h21 static SadTab* Create(content::WebContents* web_contents, SadTabKind kind);
H A Dtab_modal_confirm_dialog.h20 content::WebContents* web_contents);
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model_delegate.h19 content::WebContents* web_contents) = 0;
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper_delegate.cc14 const content::WebContents* web_contents) {
13 OnWebContentsInstantSupportDisabled( const content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller.cc14 #include "content/public/browser/web_contents.h"
23 ZoomController::ZoomController(content::WebContents* web_contents) argument
24 : content::WebContentsObserver(web_contents),
28 browser_context_(web_contents->GetBrowserContext()) {
65 content::HostZoomMap::GetZoomLevel(web_contents());
83 web_contents()->GetController().GetLastCommittedEntry();
89 !web_contents()->GetRenderViewHost()->IsRenderViewLive() ||
110 ZoomChangedEventData zoom_change_data(web_contents(),
126 event_data_.reset(new ZoomChangedEventData(web_contents(),
131 int render_process_id = web_contents()
[all...]
/external/chromium_org/chromecast/shell/browser/test/
H A Dchromecast_shell_browser_test.cc19 NavigateToURL(web_contents(), url_);
/external/chromium_org/components/navigation_interception/
H A Dintercept_navigation_delegate.cc14 #include "content/public/browser/web_contents.h"
50 WebContents* web_contents,
52 web_contents->SetUserData(kInterceptNavigationDelegateUserDataKey,
58 WebContents* web_contents) {
60 web_contents->GetUserData(kInterceptNavigationDelegateUserDataKey));
49 Associate( WebContents* web_contents, scoped_ptr<InterceptNavigationDelegate> delegate) argument
57 Get( WebContents* web_contents) argument
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_browsertest.cc8 #include "content/public/browser/web_contents.h"
24 shell()->web_contents()->GetController();
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_audio_muter.h21 explicit WebContentsAudioMuter(WebContents* web_contents);
/external/chromium_org/content/public/browser/
H A Ddevtools_agent_host.h44 // Returns DevToolsAgentHost that can be used for inspecting |web_contents|.
47 WebContents* web_contents);
49 // Returns true iff an instance of DevToolsAgentHost for the |web_contents|
51 static bool HasFor(WebContents* web_contents);
64 static bool IsDebuggerAttached(WebContents* web_contents);
97 virtual void ConnectWebContents(WebContents* web_contents) = 0;
/external/chromium_org/content/shell/browser/
H A Dnotify_done_forwarder.h25 explicit NotifyDoneForwarder(WebContents* web_contents);
/external/chromium_org/extensions/browser/guest_view/app_view/
H A Dapp_view_guest_delegate.h22 virtual bool HandleContextMenu(content::WebContents* web_contents,
/external/chromium_org/extensions/shell/browser/
H A Dmedia_capture_util.h26 void GrantMediaStreamRequest(content::WebContents* web_contents,
H A Dshell_extension_web_contents_observer.h21 content::WebContents* web_contents);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_unittest.cc19 #include "content/public/browser/web_contents.h"
39 WebContents* web_contents,
41 : SafeBrowsingBlockingPage(manager, web_contents, unsafe_resources) {
77 WebContents* web_contents,
80 return new TestSafeBrowsingBlockingPage(manager, web_contents,
125 WebContentsTester::For(web_contents())->TestDidNavigate(
126 web_contents()->GetMainFrame(), page_id, GURL(url),
132 web_contents()->GetController().GetEntryAtOffset(-1);
134 web_contents()->GetController().GoBack();
138 WebContentsTester::For(web_contents())
38 TestSafeBrowsingBlockingPage(SafeBrowsingUIManager* manager, WebContents* web_contents, const UnsafeResourceList& unsafe_resources) argument
[all...]
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_delegate.h37 virtual void InitWebContents(content::WebContents* web_contents) OVERRIDE;
38 virtual void ResizeWebContents(content::WebContents* web_contents,
51 content::WebContents* web_contents,
57 content::WebContents* web_contents,
62 content::WebContents* web_contents,
67 virtual void SetWebContentsBlocked(content::WebContents* web_contents,
70 content::WebContents* web_contents) OVERRIDE;
/external/chromium_org/content/browser/
H A Dtransition_browsertest.cc11 #include "content/browser/web_contents/web_contents_impl.h"
42 TransitionBrowserTestObserver(WebContents* web_contents) argument
43 : WebContentsObserver(web_contents),
100 new TransitionBrowserTestObserver(shell()->web_contents()));
115 new TransitionBrowserTestObserver(shell()->web_contents()));
133 shell()->web_contents()->GetRenderProcessHost()->GetID();
136 shell()->web_contents()->GetBrowserContext(),
137 shell()->web_contents()->GetSiteInstance());
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.cc18 #include "content/public/browser/web_contents.h"
36 if (!web_contents()->GetRenderViewHost()) {
43 Send(new AwViewMsg_DocumentHasImages(web_contents()->GetRoutingID(),
62 Send(new AwViewMsg_DoHitTest(web_contents()->GetRoutingID(),
74 Send(new AwViewMsg_SetTextZoomFactor(web_contents()->GetRoutingID(), factor));
79 Send(new AwViewMsg_ResetScrollAndScaleState(web_contents()->GetRoutingID()));
84 Send(new AwViewMsg_SetInitialPageScale(web_contents()->GetRoutingID(),
92 if (web_contents()->GetRenderViewHost()) {
93 Send(new AwViewMsg_SetBackgroundColor(web_contents()->GetRoutingID(),
104 Send(new AwViewMsg_SetBackgroundColor(web_contents()
[all...]
/external/chromium_org/chrome/browser/dom_distiller/
H A Dtab_utils.cc19 #include "content/public/browser/web_contents.h"
40 explicit SelfDeletingRequestDelegate(content::WebContents* web_contents);
82 content::WebContents* web_contents)
83 : WebContentsObserver(web_contents) {
102 // Start loading the viewer URL of the current page in |web_contents|.
103 void StartNavigationToDistillerViewer(content::WebContents* web_contents, argument
109 web_contents->GetController().LoadURLWithParams(params);
112 void StartDistillation(content::WebContents* web_contents) { argument
113 // Start distillation using |web_contents|, and ensure ViewerHandle stays
116 new SelfDeletingRequestDelegate(web_contents);
81 SelfDeletingRequestDelegate( content::WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/ui/android/
H A Dwebsite_settings_popup_android.cc19 #include "content/public/browser/web_contents.h"
36 content::WebContents* web_contents = local
38 if (!web_contents)
42 web_contents->GetController().GetVisibleEntry()->GetSSL().cert_id;
74 content::WebContents* web_contents = local
78 new WebsiteSettingsPopupAndroid(env, obj, web_contents));
84 WebContents* web_contents) {
87 web_contents->GetController().GetVisibleEntry();
95 Profile::FromBrowserContext(web_contents->GetBrowserContext()),
96 TabSpecificContentSettings::FromWebContents(web_contents),
81 WebsiteSettingsPopupAndroid( JNIEnv* env, jobject java_website_settings_pop, WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dmedia_delegate_chromeos.cc19 #include "content/public/browser/web_contents.h"
29 content::WebContents* web_contents,
31 if (indicator->IsCapturingVideo(web_contents))
33 if (indicator->IsCapturingAudio(web_contents))
50 content::WebContents* web_contents = tab_strip_model->GetWebContentsAt(i); local
51 if (web_contents->GetBrowserContext() != context)
53 GetMediaCaptureState(indicator, web_contents, media_state_out);
70 GetMediaCaptureState(indicator, (*iter)->web_contents(), media_state_out);
88 content::WebContents* web_contents = local
91 if (!web_contents)
27 GetMediaCaptureState( const MediaStreamCaptureIndicator* indicator, content::WebContents* web_contents, int* media_state_out) argument
[all...]
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.h24 virtual void FindReply(content::WebContents* web_contents,
35 content::WebContents* web_contents,
53 content::WebContents* web_contents,
56 virtual void ToggleFullscreenModeForTab(content::WebContents* web_contents,
59 const content::WebContents* web_contents) const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc14 #include "content/public/browser/web_contents.h"
35 WebContents* web_contents = tab_util::GetWebContentsByID( local
37 new ExternalProtocolDialog(web_contents, url);
90 ExternalProtocolDialog::ExternalProtocolDialog(WebContents* web_contents, argument
109 if (web_contents) {
110 parent_window = web_contents->GetTopLevelNativeWindow();
112 // Dialog is top level if we don't have a web_contents associated with us.

Completed in 8034 milliseconds

<<11121314151617181920>>