Searched refs:web_contents (Results 201 - 225 of 1244) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dcontext_menu_content_type_web_view.cc13 content::WebContents* web_contents,
15 : ContextMenuContentType(web_contents, params, true) {
12 ContextMenuContentTypeWebView( content::WebContents* web_contents, const content::ContextMenuParams& params) argument
/external/chromium_org/chrome/browser/password_manager/
H A Dchrome_password_manager_client.cc40 #include "content/public/browser/web_contents.h"
67 content::WebContents* web_contents,
69 : content::WebContentsObserver(web_contents),
70 profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())),
71 driver_(web_contents, this, autofill_client),
100 DCHECK(web_contents());
102 web_contents()->GetController().GetLastCommittedEntry();
158 web_contents()->GetLastCommittedURL().scheme())) {
164 ManagePasswordsUIController::FromWebContents(web_contents());
172 web_contents(), form_to_sav
66 ChromePasswordManagerClient( content::WebContents* web_contents, autofill::AutofillClient* autofill_client) argument
[all...]
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dcontext_menu_content_type_platform_app.cc13 content::WebContents* web_contents,
15 : ContextMenuContentType(web_contents, params, false) {
12 ContextMenuContentTypePlatformApp( content::WebContents* web_contents, const content::ContextMenuParams& params) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_favicon_loader.h39 content::WebContents* web_contents);
42 content::WebContents* web_contents() { function in class:LauncherFaviconLoader
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_content_setting_bubble_model_delegate.cc28 content::WebContents* web_contents) {
29 chrome::ShowCollectedCookiesDialog(web_contents);
27 ShowCollectedCookiesDialog( content::WebContents* web_contents) argument
H A Dcertificate_dialogs.h22 void ShowCertExportDialog(content::WebContents* web_contents,
29 content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller.h84 const content::WebContents* web_contents) const;
93 void ToggleFullscreenModeForTab(content::WebContents* web_contents,
116 void RequestToLockMouse(content::WebContents* web_contents,
123 void OnTabDeactivated(content::WebContents* web_contents);
126 void OnTabDetachedFromView(content::WebContents* web_contents);
129 void OnTabClosing(content::WebContents* web_contents);
203 // Returns true if |web_contents| was toggled into/out of fullscreen mode as a
205 bool MaybeToggleFullscreenForCapturedTab(content::WebContents* web_contents,
207 // Returns true if |web_contents| is in fullscreen mode as a screen-captured
209 bool IsFullscreenForCapturedTab(const content::WebContents* web_contents)
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_observer.h22 // Waits for Sync to be initialized, then navigates the |web_contents| to the
25 OneClickSigninSyncObserver(content::WebContents* web_contents,
39 // Loads the |continue_url_| in the |web_contents()|.
42 // Returns the ProfileSyncService associated with the |web_contents|.
44 ProfileSyncService* GetSyncService(content::WebContents* web_contents);
H A Done_click_signin_sync_observer_unittest.cc20 #include "content/public/browser/web_contents.h"
33 explicit MockWebContentsObserver(content::WebContents* web_contents) argument
34 : content::WebContentsObserver(web_contents) {}
89 TestOneClickSigninSyncObserver(content::WebContents* web_contents, argument
92 : OneClickSigninSyncObserver(web_contents, continue_url),
118 web_contents_observer_.reset(new MockWebContentsObserver(web_contents()));
137 web_contents(), GURL(url),
172 EXPECT_EQ(GURL(kContinueUrl), web_contents()->GetVisibleURL());
197 EXPECT_EQ(GURL(kContinueUrl), web_contents()->GetVisibleURL());
210 EXPECT_NE(GURL(kContinueUrl), web_contents()
[all...]
/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_factory.h26 content::WebContents* web_contents,
38 content::WebContents* web_contents,
/external/chromium_org/components/dom_distiller/content/
H A Dweb_contents_main_frame_observer.cc9 #include "content/public/browser/web_contents.h"
18 content::WebContents* web_contents)
20 content::WebContentsObserver::Observe(web_contents);
17 WebContentsMainFrameObserver( content::WebContents* web_contents) argument
/external/chromium_org/components/web_modal/
H A Dtest_web_contents_modal_dialog_manager_delegate.h21 virtual void SetWebContentsBlocked(content::WebContents* web_contents,
27 content::WebContents* web_contents) OVERRIDE;
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_browsertest.cc6 #include "content/browser/web_contents/web_contents_impl.h"
29 the_browser->web_contents()->GetLastCommittedURL().ref();
33 the_browser->web_contents(),
/external/chromium_org/content/public/browser/
H A Dscreen_orientation_provider.h40 WebContents* web_contents);
51 WebContents* web_contents) {
49 Create( ScreenOrientationDispatcherHost* dispatcher_host, WebContents* web_contents) argument
/external/chromium_org/chrome/browser/android/
H A Dtab_android.cc52 #include "content/public/browser/web_contents.h"
105 TabAndroid* TabAndroid::FromWebContents(content::WebContents* web_contents) { argument
106 CoreTabHelper* core_tab_helper = CoreTabHelper::FromWebContents(web_contents);
121 void TabAndroid::AttachTabHelpers(content::WebContents* web_contents) { argument
122 DCHECK(web_contents);
124 TabHelpers::AttachTabHelpers(web_contents);
171 if (!web_contents())
174 return content::ContentViewCore::FromWebContents(web_contents());
178 if (!web_contents())
181 return Profile::FromBrowserContext(web_contents()
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura_browsertest.cc5 #include "content/browser/web_contents/web_contents_view_aura.h"
19 #include "content/browser/web_contents/web_contents_impl.h"
20 #include "content/browser/web_contents/web_contents_view.h"
259 WebContentsImpl* web_contents = local
260 static_cast<WebContentsImpl*>(shell()->web_contents());
261 NavigationControllerImpl* controller = &web_contents->GetController();
275 WebContentsImpl* web_contents = local
276 static_cast<WebContentsImpl*>(shell()->web_contents());
277 NavigationController& controller = web_contents->GetController();
278 RenderFrameHost* main_frame = web_contents
361 WebContentsImpl* web_contents = local
469 WebContentsImpl* web_contents = local
567 WebContentsImpl* web_contents = local
672 WebContentsImpl* web_contents = local
735 WebContentsImpl* web_contents = local
778 WebContentsImpl* web_contents = local
799 WebContentsImpl* web_contents = local
832 WebContentsImpl* web_contents = local
885 WebContentsImpl* web_contents = local
934 WebContentsImpl* web_contents = local
1025 WebContentsImpl* web_contents = local
[all...]
/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/chromeos/attestation/
H A Dplatform_verification_flow.h93 // Invokes consent UI within the context of |web_contents| and calls
95 // Precondition: The last committed URL for |web_contents| has a valid
97 virtual void ShowConsentPrompt(content::WebContents* web_contents,
100 // Gets prefs associated with the given |web_contents|. If no prefs are
101 // associated with |web_contents| then NULL is returned.
102 virtual PrefService* GetPrefs(content::WebContents* web_contents) = 0;
104 // Gets the URL associated with the given |web_contents|.
105 virtual const GURL& GetURL(content::WebContents* web_contents) = 0;
107 // Gets the user associated with the given |web_contents|. NULL may be
109 virtual user_manager::User* GetUser(content::WebContents* web_contents)
178 content::WebContents* web_contents; member in struct:chromeos::attestation::PlatformVerificationFlow::ChallengeContext
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tab_util.h72 static int GetTabId(const content::WebContents* web_contents);
74 static int GetWindowIdOfTab(const content::WebContents* web_contents);
96 content::WebContents* web_contents,
98 return CreateTabValue(web_contents, NULL, -1, extension);
101 content::WebContents* web_contents,
109 content::WebContents* web_contents) {
110 return CreateTabValue(web_contents, NULL, -1);
113 content::WebContents* web_contents,
129 // Gets the |tab_strip_model| and |tab_index| for the given |web_contents|.
130 static bool GetTabStripModel(const content::WebContents* web_contents,
95 CreateTabValue( content::WebContents* web_contents, const Extension* extension) argument
108 CreateTabValue( content::WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_tab_helper.cc78 void AsyncProcessThumbnail(content::WebContents* web_contents, argument
82 RenderWidgetHost* render_widget_host = web_contents->GetRenderViewHost();
176 WebContents* web_contents) {
180 if (!web_contents || web_contents->IsBeingDestroyed())
184 if (web_contents->GetController().GetPendingEntry())
186 const GURL& url = web_contents->GetURL();
188 Profile::FromBrowserContext(web_contents->GetBrowserContext());
203 web_contents, thumbnail_service.get(), load_interrupted_));
204 AsyncProcessThumbnail(web_contents, contex
175 UpdateThumbnailIfNecessary( WebContents* web_contents) argument
[all...]
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.cc33 CastWindowAndroid::CastWindowAndroid(content::WebContents* web_contents) argument
34 : content::WebContentsObserver(web_contents),
47 content::WebContents* web_contents = local
50 web_contents,
59 content::WebContents* web_contents,
61 CastWindowAndroid* shell = new CastWindowAndroid(web_contents);
68 shell->web_contents_.reset(web_contents);
69 web_contents->SetDelegate(shell);
72 env, shell->java_object_.obj(), reinterpret_cast<jint>(web_contents));
75 web_contents
58 CreateCastWindowAndroid( content::WebContents* web_contents, const gfx::Size& initial_size) argument
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_browsertest.cc11 #include "content/browser/web_contents/web_contents_impl.h"
34 explicit RenderViewHostTestWebContentsObserver(WebContents* web_contents) argument
35 : WebContentsObserver(web_contents),
67 RenderViewHostTestWebContentsObserver observer(shell()->web_contents());
80 RenderViewHostTestWebContentsObserver observer(shell()->web_contents());
106 shell()->web_contents())->GetFrameTree()->root();
110 EXPECT_TRUE(ExecuteScript(shell()->web_contents(), "window.open();"));
113 new_shell->web_contents())->GetFrameTree()->root();
126 RenderViewHost* rvh = shell()->web_contents()->GetRenderViewHost();
128 EXPECT_TRUE(ExecuteScript(shell()->web_contents(), "focus_textfiel
[all...]
/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_provider_android.cc8 #include "content/browser/web_contents/web_contents_impl.h"
24 WebContents* web_contents)
26 WebContentsObserver(web_contents),
38 return static_cast<WebContentsImpl*>(web_contents());
50 ContentViewCoreImpl::FromWebContents(web_contents());
120 ContentViewCoreImpl::FromWebContents(web_contents());
130 if (!web_contents()->GetRenderViewHost())
133 RenderWidgetHost* rwh = web_contents()->GetRenderViewHost();
174 if (!web_contents()->GetRenderViewHost())
177 RenderWidgetHost* rwh = web_contents()
22 ScreenOrientationProviderAndroid( ScreenOrientationDispatcherHost* dispatcher, WebContents* web_contents) argument
218 Create( ScreenOrientationDispatcherHost* dispatcher, WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc27 #include "content/public/browser/web_contents.h"
42 FaviconTabHelper::FaviconTabHelper(WebContents* web_contents) argument
43 : content::WebContentsObserver(web_contents),
44 profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())) {
70 const NavigationController& controller = web_contents()->GetController();
82 const NavigationController& controller = web_contents()->GetController();
96 const NavigationController& controller = web_contents()->GetController();
100 GURL url = web_contents()->GetURL();
107 if (chrome::IsInstantNTP(web_contents()))
114 NavigationEntry* entry = web_contents()
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_window_views_browsertest.cc20 #include "content/public/browser/web_contents.h"
54 scoped_ptr<TestDialog> ShowModalDialog(content::WebContents* web_contents) { argument
56 ShowWebModalDialogViews(dialog.get(), web_contents);
68 content::WebContents* web_contents = local
71 scoped_ptr<TestDialog> dialog1 = ShowModalDialog(web_contents);
78 // Create a second dialog. This will also be modal to |web_contents|, but will
80 scoped_ptr<TestDialog> dialog2 = ShowModalDialog(web_contents);
150 content::WebContents* web_contents = local
152 scoped_ptr<TestDialog> dialog = ShowModalDialog(web_contents);
159 browser()->tab_strip_model()->GetIndexOfWebContents(web_contents));
177 content::WebContents* web_contents = local
[all...]

Completed in 1475 milliseconds

1234567891011>>