Searched defs:web_contents (Results 176 - 200 of 683) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller_browsertest.cc18 #include "content/public/browser/web_contents.h"
27 return lhs.web_contents == rhs.web_contents &&
37 content::WebContents* web_contents,
39 : web_contents_(web_contents),
42 ZoomController::FromWebContents(web_contents)->AddObserver(this);
71 content::WebContents* web_contents = local
75 ZoomController::FromWebContents(web_contents);
80 content::RenderProcessHost* host = web_contents->GetRenderProcessHost();
87 EXPECT_FALSE(web_contents
36 ZoomChangedWatcher( content::WebContents* web_contents, const ZoomController::ZoomChangedEventData& expected_event_data) argument
96 content::WebContents* web_contents = local
119 content::WebContents* web_contents = local
[all...]
/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/components/renderer_context_menu/
H A Dcontext_menu_content_type.cc8 #include "content/public/browser/web_contents.h"
38 content::WebContents* web_contents,
42 source_web_contents_(web_contents),
37 ContextMenuContentType( content::WebContents* web_contents, const content::ContextMenuParams& params, bool supports_custom_items) argument
/external/chromium_org/components/web_contents_delegate_android/
H A Dcolor_chooser_android.cc10 #include "content/public/browser/web_contents.h"
19 content::WebContents* web_contents,
22 : web_contents_(web_contents) {
25 content::ContentViewCore::FromWebContents(web_contents);
18 ColorChooserAndroid( content::WebContents* web_contents, SkColor initial_color, const std::vector<content::ColorSuggestion>& suggestions) argument
/external/chromium_org/content/browser/android/
H A Ddownload_controller_android_impl.h70 WebContents* web_contents; member in struct:content::DownloadControllerAndroidImpl::DownloadInfoAndroid
83 const ContextMenuParams& params, WebContents* web_contents,
86 WebContents* web_contents, int download_id, bool accept) OVERRIDE;
115 WebContents* web_contents);
/external/chromium_org/content/browser/media/android/
H A Dbrowser_media_player_manager.h130 WebContents* web_contents() const { return web_contents_; } function in class:content::BrowserMediaPlayerManager
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_mac.h16 #include "content/browser/web_contents/web_contents_view.h"
64 WebContentsViewMac(WebContentsImpl* web_contents,
120 WebContentsImpl* web_contents() { return web_contents_; } function in class:content::WebContentsViewMac
/external/chromium_org/content/public/test/
H A Djavascript_test_observer.cc10 #include "content/public/browser/web_contents.h"
32 WebContents* web_contents, TestMessageHandler* handler)
39 Source<WebContents>(web_contents));
31 JavascriptTestObserver( WebContents* web_contents, TestMessageHandler* handler) argument
/external/chromium_org/content/test/
H A Daccessibility_browser_test_utils.cc13 #include "content/browser/web_contents/web_contents_impl.h"
15 #include "content/public/browser/web_contents.h"
28 WebContents* web_contents = shell->web_contents(); local
30 web_contents->GetMainFrame());
44 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( local
45 shell->web_contents());
47 web_contents->GetMainFrame());
51 web_contents->AddAccessibilityMode(accessibility_mode);
/external/chromium_org/android_webview/browser/
H A Daw_dev_tools_manager_delegate.cc15 #include "content/public/browser/web_contents.h"
27 std::string GetViewDescription(WebContents* web_contents);
72 if (WebContents* web_contents = agent_host->GetWebContents()) {
73 description_ = GetViewDescription(web_contents);
74 last_activity_time_ = web_contents->GetLastActiveTime();
78 std::string GetViewDescription(WebContents* web_contents) { argument
80 android_webview::AwContents::FromWebContents(web_contents)
H A Daw_login_delegate.cc15 #include "content/public/browser/web_contents.h"
93 WebContents* web_contents = WebContents::FromRenderFrameHost( local
95 if (!aw_http_auth_handler_->HandleOnUIThread(web_contents)) {
H A Dicon_helper.cc12 #include "content/public/browser/web_contents.h"
22 IconHelper::IconHelper(WebContents* web_contents) argument
23 : WebContentsObserver(web_contents),
74 web_contents()->DownloadImage(i->icon_url,
/external/chromium_org/android_webview/lib/main/
H A Daw_main_delegate.cc158 content::WebContents* web_contents) {
159 return AwWebContentsViewDelegate::Create(web_contents);
169 content::WebContents* web_contents) {
170 return new ExternalVideoSurfaceContainerImpl(web_contents);
157 CreateViewDelegate( content::WebContents* web_contents) argument
168 CreateExternalVideoSurfaceContainer( content::WebContents* web_contents) argument
/external/chromium_org/android_webview/native/
H A Daw_pdf_exporter.cc11 #include "content/public/browser/web_contents.h"
28 WebContents* web_contents)
30 web_contents_(web_contents) {
26 AwPdfExporter(JNIEnv* env, jobject obj, WebContents* web_contents) argument
/external/chromium_org/android_webview/native/permission/
H A Dpermission_request_handler.cc14 #include "content/public/browser/web_contents.h"
22 int GetActiveEntryID(content::WebContents* web_contents) { argument
23 if (!web_contents) return 0;
26 web_contents->GetController().GetActiveEntry();
33 PermissionRequestHandlerClient* client, content::WebContents* web_contents)
34 : content::WebContentsObserver(web_contents),
36 contents_unique_id_(GetActiveEntryID(web_contents)) {
32 PermissionRequestHandler( PermissionRequestHandlerClient* client, content::WebContents* web_contents) argument
/external/chromium_org/athena/content/
H A Dweb_contents_view_delegate_factory_impl.cc13 #include "content/public/browser/web_contents.h"
25 explicit WebContentsViewDelegateImpl(content::WebContents* web_contents) argument
26 : web_contents_(web_contents) {}
66 content::WebContents* web_contents,
69 content::RenderFrameHost* focused_frame = web_contents->GetFocusedFrame();
149 content::WebContents* web_contents) {
150 return new WebContentsViewDelegateImpl(web_contents);
65 BuildMenu( content::WebContents* web_contents, const content::ContextMenuParams& params) argument
148 CreateWebContentsViewDelegate( content::WebContents* web_contents) argument
/external/chromium_org/athena/extensions/
H A Dathena_app_delegate_base.cc10 #include "content/public/browser/web_contents.h"
64 content::WebContents* web_contents,
66 aura::Window* window = web_contents->GetNativeView();
92 content::WebContents* web_contents) {
93 return web_contents->GetNativeView()->IsVisible();
63 ResizeWebContents( content::WebContents* web_contents, const gfx::Size& size) argument
91 IsWebContentsVisible( content::WebContents* web_contents) argument
/external/chromium_org/athena/extensions/chrome/
H A Dathena_chrome_app_delegate.cc16 #include "content/public/browser/web_contents.h"
36 content::WebContents* web_contents) {
37 FaviconTabHelper::CreateForWebContents(web_contents);
41 printing::PrintViewManager::CreateForWebContents(web_contents);
42 printing::PrintPreviewMessageHandler::CreateForWebContents(web_contents);
44 printing::PrintViewManagerBasic::CreateForWebContents(web_contents);
48 web_contents);
52 content::WebContents* web_contents,
54 return chrome::ShowColorChooser(web_contents, initial_color);
64 content::WebContents* web_contents,
35 InitWebContents( content::WebContents* web_contents) argument
51 ShowColorChooser( content::WebContents* web_contents, SkColor initial_color) argument
63 RequestMediaAccessPermission( content::WebContents* web_contents, const content::MediaStreamRequest& request, const content::MediaResponseCallback& callback, const extensions::Extension* extension) argument
72 CheckMediaAccessPermission( content::WebContents* web_contents, const GURL& security_origin, content::MediaStreamType type, const extensions::Extension* extension) argument
82 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
[all...]
/external/chromium_org/chrome/browser/android/dom_distiller/
H A Dfeedback_reporter_android.cc44 content::WebContents* web_contents = local
46 Observe(web_contents);
/external/chromium_org/chrome/browser/android/omnibox/
H A Domnibox_prerender.cc17 #include "content/public/browser/web_contents.h"
77 content::WebContents* web_contents = local
78 TabAndroid::GetNativeTab(env, j_tab)->web_contents();
79 // TODO(apiccion) Use a delegate for communicating with web_contents.
97 prerenderer->IsAllowed(*default_match, web_contents)) {
122 web_contents);
138 content::WebContents* web_contents) {
142 DCHECK(web_contents);
143 if (!web_contents)
145 gfx::Rect container_bounds = web_contents
136 DoPrerender(const AutocompleteMatch& match, Profile* profile, content::WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/android/webapps/
H A Dsingle_tab_mode_tab_helper.cc12 #include "content/public/browser/web_contents.h"
61 content::WebContents* web_contents)
62 : content::WebContentsObserver(web_contents),
85 AddPair(web_contents()->GetRenderViewHost());
97 TabAndroid* tab = TabAndroid::FromWebContents(web_contents());
102 params.CreateNavigateParams(web_contents());
60 SingleTabModeTabHelper( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_server_browsertest.cc167 content::WebContents* web_contents = local
170 web_contents, 0, blink::WebMouseEvent::ButtonLeft);
H A Dcontent_autofill_driver_browsertest.cc18 #include "content/public/browser/web_contents.h"
61 TestContentAutofillDriver(content::WebContents* web_contents, argument
64 web_contents,
83 content::WebContents* web_contents = variable
85 ASSERT_TRUE(web_contents != NULL);
86 Observe(web_contents); variable
90 new TestContentAutofillDriver(web_contents, &autofill_client_));
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_reloader.h72 // |profile| and |web_contents| will only be dereferenced in ReloadTab,
76 content::WebContents* web_contents,
119 content::WebContents* web_contents() { return web_contents_; } function in class:CaptivePortalTabReloader
/external/chromium_org/chrome/browser/
H A Dchrome_page_zoom.cc18 #include "content/public/browser/web_contents.h"
69 void Zoom(content::WebContents* web_contents, content::PageZoom zoom) { argument
71 ZoomController::FromWebContents(web_contents);
76 Profile::FromBrowserContext(web_contents->GetBrowserContext())->

Completed in 365 milliseconds

1234567891011>>