Searched refs:web_contents (Results 76 - 100 of 1244) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog_browsertest.cc34 explicit InterstitialPageDelegate(content::WebContents* web_contents) { argument
36 web_contents, true, GURL("http://foo"), this);
59 return new InterstitialPageDelegate(dialog->web_view_->web_contents());
67 content::WebContents* web_contents = LoginDisplayHostImpl::default_host() local
71 CaptivePortalWindowProxy proxy(&delegate, web_contents);
/external/chromium_org/chrome/browser/
H A Dcollected_cookies_browsertest.cc32 content::WebContents* web_contents = local
34 chrome::ShowCollectedCookiesDialog(web_contents);
35 chrome::ShowCollectedCookiesDialog(web_contents);
51 content::WebContents* web_contents = local
53 chrome::ShowCollectedCookiesDialog(web_contents);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_navigation_observer.cc52 void GoBackToSafety(content::WebContents* web_contents) { argument
56 &web_contents->GetController();
65 chrome::GetHostDesktopTypeForNativeView(web_contents->GetNativeView());
69 DCHECK(browser == chrome::FindBrowserWithWebContents(web_contents));
74 web_contents->GetDelegate()->CloseContents(web_contents);
123 content::WebContents* web_contents = local
126 web_contents)->WarnInfoBarDismissed();
166 content::WebContents* web_contents)
167 : WebContentsObserver(web_contents),
165 SupervisedUserNavigationObserver( content::WebContents* web_contents) argument
208 content::WebContents* web_contents = local
[all...]
/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_factory.cc13 content::WebContents* web_contents,
19 window->ShowTranslateBubble(web_contents, step, error_type, false);
29 content::WebContents* web_contents,
34 window, web_contents, step, error_type);
38 ShowDefault(window, web_contents, step, error_type);
12 ShowDefault(BrowserWindow* window, content::WebContents* web_contents, translate::TranslateStep step, translate::TranslateErrors::Type error_type) argument
28 Show(BrowserWindow* window, content::WebContents* web_contents, translate::TranslateStep step, translate::TranslateErrors::Type error_type) argument
/external/chromium_org/chrome/test/remoting/
H A Dqunit_browser_test_runner.cc16 void QUnitBrowserTestRunner::QUnitStart(content::WebContents* web_contents) { argument
22 web_contents, "browserTestHarness.run();", &result));
47 content::WebContents* web_contents = local
49 ASSERT_TRUE(web_contents);
52 QUnitStart(web_contents);
/external/chromium_org/content/public/browser/
H A Djavascript_dialog_manager.h32 WebContents* web_contents,
42 virtual void RunBeforeUnloadDialog(WebContents* web_contents,
48 // by the given |web_contents|. If |prompt_override| is not null, the prompt
51 virtual bool HandleJavaScriptDialog(WebContents* web_contents,
56 virtual void CancelActiveAndPendingDialogs(WebContents* web_contents) = 0;
60 virtual void WebContentsDestroyed(WebContents* web_contents) = 0;
H A Dweb_contents_delegate.cc11 #include "content/public/browser/web_contents.h"
52 void WebContentsDelegate::BeforeUnloadFired(WebContents* web_contents, argument
133 WebContents* web_contents,
152 const WebContents* web_contents) const {
157 WebContents* web_contents,
164 WebContents* web_contents,
175 WebContents* web_contents,
184 WebContents* web_contents,
193 WebContents* web_contents = *attached_contents_.begin(); local
194 web_contents
132 ShouldCreateWebContents( WebContents* web_contents, int route_id, WindowContainerType window_container_type, const base::string16& frame_name, const GURL& target_url, const std::string& partition_id, SessionStorageNamespace* session_storage_namespace) argument
156 OpenColorChooser( WebContents* web_contents, SkColor color, const std::vector<ColorSuggestion>& suggestions) argument
163 RequestMediaAccessPermission( WebContents* web_contents, const MediaStreamRequest& request, const MediaResponseCallback& callback) argument
174 CheckMediaAccessPermission( WebContents* web_contents, const GURL& security_origin, MediaStreamType type) argument
183 RequestPpapiBrokerPermission( WebContents* web_contents, const GURL& url, const base::FilePath& plugin_path, const base::Callback<void(bool)>& callback) argument
199 Attach(WebContents* web_contents) argument
204 Detach(WebContents* web_contents) argument
214 IsNeverVisible(WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/task_manager/
H A Dprinting_information.cc22 #include "content/public/browser/web_contents.h"
32 explicit PrintingResource(content::WebContents* web_contents);
47 PrintingResource::PrintingResource(WebContents* web_contents) argument
48 : RendererResource(web_contents->GetRenderProcessHost()->GetHandle(),
49 web_contents->GetRenderViewHost()),
50 web_contents_(web_contents) {}
78 bool PrintingInformation::CheckOwnership(WebContents* web_contents) { argument
82 if (backgrounded_print_jobs->HasPrintPreviewDialog(web_contents)) {
87 web_contents)) {
110 WebContents* web_contents) {
109 MakeResource( WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_view.cc12 #include "content/public/browser/web_contents.h"
29 content::WebContents* web_contents = web_view_->web_contents(); local
30 web_contents->SetDelegate(this);
32 web_contents);
34 web_contents->GetRenderViewHost()->GetView()->SetBackgroundOpaque(false);
39 web_view_->web_contents()->GetWebUI()->GetController())->get_actor();
51 return web_view_->web_contents();
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_extensions.cc33 content::WebContents* web_contents,
45 extensions::WebViewPermissionHelper::FromWebContents(web_contents);
61 web_contents->GetRenderViewHost())) {
72 if (extensions::GetViewType(web_contents) !=
76 // extension popup (web_contents will have a different ViewType). But why do
90 content::WebContents* web_contents,
94 web_contents ?
95 extensions::WebViewPermissionHelper::FromWebContents(web_contents)
32 RequestPermission( content::WebContents* web_contents, const PermissionRequestID& request_id, int bridge_id, const GURL& requesting_frame, bool user_gesture, base::Callback<void(bool)> callback, bool* permission_set, bool* new_permission) argument
89 CancelPermissionRequest( content::WebContents* web_contents, int bridge_id) argument
/external/chromium_org/chrome/browser/translate/
H A Dchrome_translate_client.cc39 #include "content/public/browser/web_contents.h"
57 ChromeTranslateClient::ChromeTranslateClient(content::WebContents* web_contents) argument
58 : content::WebContentsObserver(web_contents),
59 translate_driver_(&web_contents->GetController()),
63 translate::CreateBrowserCldDataProviderFor(web_contents)) {
113 content::WebContents* web_contents) {
115 FromWebContents(web_contents);
123 content::WebContents* web_contents,
130 FromWebContents(web_contents);
138 Profile::FromBrowserContext(web_contents
112 GetManagerFromWebContents( content::WebContents* web_contents) argument
122 GetTranslateLanguages( content::WebContents* web_contents, std::string* source, std::string* target) argument
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_dialogs.h57 void ShowCollectedCookiesDialog(content::WebContents* web_contents);
79 content::WebContents* web_contents);
91 content::ColorChooser* ShowColorChooser(content::WebContents* web_contents,
96 content::WebContents* web_contents,
104 content::WebContents* web_contents,
107 // Shows the ManagePasswords bubble for a particular |web_contents|.
108 void ShowManagePasswordsBubble(content::WebContents* web_contents);
110 // Closes the bubble if it's shown for |web_contents|.
111 void CloseManagePasswordsBubble(content::WebContents* web_contents);
H A Dmedia_utils.cc9 #include "content/public/browser/web_contents.h"
37 content::WebContents* web_contents,
46 web_contents, request, callback, extension);
49 bool CheckMediaAccessPermission(content::WebContents* web_contents, argument
54 Profile::FromBrowserContext(web_contents->GetBrowserContext());
60 web_contents, security_origin, type, extension);
63 ->CheckMediaAccessPermission(web_contents, security_origin, type);
66 ->CheckMediaAccessPermission(web_contents, security_origin, type);
36 RequestMediaAccessPermission( content::WebContents* web_contents, Profile* profile, const content::MediaStreamRequest& request, const content::MediaResponseCallback& callback) argument
H A Dbrowser_command_controller_browsertest.cc22 content::WebContents* web_contents = local
25 new MockTabModalConfirmDialogDelegate(web_contents, NULL);
26 TabModalConfirmDialog::Create(delegate, web_contents);
/external/chromium_org/chrome/browser/ui/views/
H A Dcolor_chooser_aura.cc10 #include "content/public/browser/web_contents.h"
14 ColorChooserAura::ColorChooserAura(content::WebContents* web_contents, argument
16 : web_contents_(web_contents) {
19 view_, web_contents->GetTopLevelNativeWindow());
58 content::WebContents* web_contents, SkColor initial_color) {
59 return new ColorChooserAura(web_contents, initial_color);
65 content::ColorChooser* ShowColorChooser(content::WebContents* web_contents, argument
67 return ColorChooserAura::Open(web_contents, initial_color);
57 Open( content::WebContents* web_contents, SkColor initial_color) argument
/external/chromium_org/components/web_modal/
H A Dpopup_manager.h42 content::WebContents* web_contents);
45 // given |web_contents|. Note: this is intended for legacy use only; it will
48 const content::WebContents* web_contents) const;
58 virtual void WasFocused(const content::WebContents* web_contents);
61 // PopupManager from a |web_contents|. Any window which doesn't have a popup
64 static PopupManager* FromWebContents(content::WebContents* web_contents);
67 void RegisterWith(content::WebContents* web_contents);
68 void UnregisterWith(content::WebContents* web_contents);
71 virtual void CloseAllDialogsForTesting(content::WebContents* web_contents);
/external/chromium_org/extensions/browser/app_window/
H A Dapp_delegate.h37 virtual void InitWebContents(content::WebContents* web_contents) = 0;
40 virtual void ResizeWebContents(content::WebContents* web_contents,
57 content::WebContents* web_contents,
62 content::WebContents* web_contents,
66 virtual bool CheckMediaAccessPermission(content::WebContents* web_contents,
73 virtual void SetWebContentsBlocked(content::WebContents* web_contents,
75 virtual bool IsWebContentsVisible(content::WebContents* web_contents) = 0;
/external/chromium_org/extensions/shell/browser/
H A Dshell_app_delegate.h19 virtual void InitWebContents(content::WebContents* web_contents) OVERRIDE;
20 virtual void ResizeWebContents(content::WebContents* web_contents,
33 content::WebContents* web_contents,
39 content::WebContents* web_contents,
43 virtual bool CheckMediaAccessPermission(content::WebContents* web_contents,
48 virtual void SetWebContentsBlocked(content::WebContents* web_contents,
51 content::WebContents* web_contents) OVERRIDE;
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_extension_apitest.cc28 content::WebContents* web_contents =
30 ASSERT_TRUE(web_contents);
32 InfoBarService::FromWebContents(web_contents);
/external/chromium_org/chrome/browser/net/
H A Dpredictor_tab_helper.cc17 PredictorTabHelper::PredictorTabHelper(content::WebContents* web_contents) argument
18 : content::WebContentsObserver(web_contents) {
28 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
/external/chromium_org/components/renderer_context_menu/
H A Dcontext_menu_delegate.h20 explicit ContextMenuDelegate(content::WebContents* web_contents);
24 content::WebContents* web_contents);
29 content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page_unittest.cc16 #include "content/public/browser/web_contents.h"
64 SearchTabHelper::CreateForWebContents(web_contents());
71 page->SetContents(web_contents());
81 page->SetContents(web_contents());
84 EXPECT_CALL(delegate, InstantSupportDetermined(web_contents(), true))
86 SearchTabHelper::FromWebContents(web_contents())->
94 page->SetContents(web_contents());
98 SearchTabHelper::FromWebContents(web_contents())->
103 EXPECT_EQ(web_contents()->GetRoutingID(), message->routing_id());
110 page->SetContents(web_contents());
[all...]
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_unsupported_feature.cc30 #include "content/public/browser/web_contents.h"
123 void OpenReaderUpdateURL(WebContents* web_contents) { argument
127 web_contents->OpenURL(params);
131 void OpenUsingReader(WebContents* web_contents, argument
135 web_contents->GetRenderProcessHost()->GetID(),
136 web_contents->GetMainFrame()->GetRoutingID(),
137 web_contents->GetURL(),
139 web_contents->ReloadFocusedFrame(false);
142 pdf::PDFWebContentsHelper::FromWebContents(web_contents);
153 WebContents* web_contents,
152 PDFUnsupportedFeatureInterstitial( WebContents* web_contents, const WebPluginInfo& reader_webplugininfo) argument
257 PDFUnsupportedFeaturePromptClient( WebContents* web_contents, const AdobeReaderPluginInfo& reader_info) argument
325 MaybeShowOpenPDFInReaderPrompt(WebContents* web_contents, const AdobeReaderPluginInfo& reader_info) argument
341 WebContents* web_contents = local
350 PDFHasUnsupportedFeature(WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dtab_helper.cc46 #include "content/public/browser/web_contents.h"
79 TabHelper::TabHelper(content::WebContents* web_contents) argument
80 : content::WebContentsObserver(web_contents),
83 Profile::FromBrowserContext(web_contents->GetBrowserContext()),
89 new ScriptExecutor(web_contents, &script_execution_observers_)),
90 location_bar_controller_(new LocationBarController(web_contents)),
91 active_script_controller_(new ActiveScriptController(web_contents)),
96 SessionTabHelper::CreateForWebContents(web_contents);
97 if (web_contents->GetRenderViewHost())
98 SetTabId(web_contents
[all...]
/external/chromium_org/chrome/browser/android/
H A Ddev_tools_manager_delegate_android.cc21 #include "content/public/browser/web_contents.h"
32 GURL GetFaviconURLForContents(WebContents* web_contents) { argument
33 content::NavigationController& controller = web_contents->GetController();
42 if (WebContents* web_contents = agent_host->GetWebContents())
43 return GetFaviconURLForContents(web_contents);
49 if (WebContents* web_contents = agent_host->GetWebContents())
50 return web_contents->GetLastActiveTime();
72 explicit TargetBase(WebContents* web_contents) argument
73 : title_(base::UTF16ToUTF8(web_contents->GetTitle())),
74 url_(web_contents
100 CreateForWebContents(int tab_id, WebContents* web_contents) argument
172 TabTarget(int tab_id, WebContents* web_contents) argument
310 WebContents* web_contents = model->GetWebContentsAt(i); local
[all...]

Completed in 1906 milliseconds

1234567891011>>