Searched defs:web_contents (Results 76 - 100 of 683) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/reading_list_private/
H A Dreading_list_private_api.cc16 #include "content/public/browser/web_contents.h"
42 content::WebContents* web_contents = GetAssociatedWebContents(); local
43 if (web_contents)
44 render_view_size = web_contents->GetContainerBounds().size();
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_function_details.cc107 content::WebContents* web_contents = function_->GetAssociatedWebContents(); local
108 if (web_contents)
109 return web_contents;
H A Dextension_action_test_util.cc14 #include "content/public/browser/web_contents.h"
23 size_t GetPageActionCount(content::WebContents* web_contents, argument
25 DCHECK(web_contents);
27 int tab_id = SessionTabHelper::IdForTab(web_contents);
34 TabHelper::FromWebContents(web_contents)->
48 Profile::FromBrowserContext(web_contents->GetBrowserContext()));
51 ExtensionActionManager::Get(web_contents->GetBrowserContext());
66 size_t GetVisiblePageActionCount(content::WebContents* web_contents) { argument
67 return GetPageActionCount(web_contents, true);
70 size_t GetTotalPageActionCount(content::WebContents* web_contents) { argument
[all...]
H A Dlocation_bar_controller.cc15 #include "content/public/browser/web_contents.h"
22 content::WebContents* web_contents)
23 : web_contents_(web_contents),
24 browser_context_(web_contents->GetBrowserContext()),
21 LocationBarController( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_infobar_delegate.cc11 #include "content/public/browser/web_contents.h"
18 content::WebContents* web_contents, const std::string& link_url) {
19 InfoBarService::FromWebContents(web_contents)->AddInfoBar(
17 Create( content::WebContents* web_contents, const std::string& link_url) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_view_manager_basic.cc17 PrintViewManagerBasic::PrintViewManagerBasic(content::WebContents* web_contents) argument
18 : PrintViewManagerBase(web_contents) {
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dcontext_menu_content_type_factory.cc10 #include "content/public/browser/web_contents.h"
42 content::WebContents* web_contents,
44 return SetInternalResourcesURLChecker(CreateInternal(web_contents, params));
58 content::WebContents* web_contents,
61 if (extensions::WebViewGuest::FromWebContents(web_contents))
62 return new ContextMenuContentTypeWebView(web_contents, params);
65 return new ContextMenuContentTypeAppMode(web_contents, params);
67 const extensions::ViewType view_type = extensions::GetViewType(web_contents);
71 return new ContextMenuContentTypePlatformApp(web_contents, params);
74 return new ContextMenuContentTypeExtensionPopup(web_contents, param
41 Create( content::WebContents* web_contents, const content::ContextMenuParams& params) argument
57 CreateInternal( content::WebContents* web_contents, const content::ContextMenuParams& params) argument
[all...]
H A Drender_view_context_menu_browsertest.cc23 #include "content/public/browser/web_contents.h"
41 WebContents* web_contents = local
43 params.page_url = web_contents->GetController().GetActiveEntry()->GetURL();
/external/chromium_org/chrome/browser/
H A Drepost_form_warning_controller.cc9 #include "content/public/browser/web_contents.h"
13 content::WebContents* web_contents)
14 : TabModalConfirmDialogDelegate(web_contents),
15 content::WebContentsObserver(web_contents) {
34 web_contents()->GetController().ContinuePendingReload();
38 web_contents()->GetController().CancelPendingReload();
42 web_contents()->GetController().CancelPendingReload();
12 RepostFormWarningController( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_tab_observer.cc16 #include "content/public/browser/web_contents.h"
34 content::WebContents* web_contents) : web_contents_(web_contents) {
37 Profile::FromBrowserContext(web_contents->GetBrowserContext());
49 ClientSideDetectionHost::Create(web_contents));
33 SafeBrowsingTabObserver( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_android.cc17 #include "content/public/browser/web_contents.h"
23 content::WebContents* web_contents,
27 content::BrowserContext* context = web_contents->GetBrowserContext();
29 TabModel* tab_model = TabModelList::GetTabModelForWebContents(web_contents);
42 TabAndroid* current_tab = TabAndroid::FromWebContents(web_contents);
45 current_tab->SwapTabContents(web_contents, new_web_contents, false, false);
46 delete web_contents;
22 RestoreForeignSessionTab( content::WebContents* web_contents, const SessionTab& session_tab, WindowOpenDisposition disposition) argument
/external/chromium_org/chrome/browser/tab_contents/
H A Dnavigation_metrics_recorder.cc22 content::WebContents* web_contents)
23 : content::WebContentsObserver(web_contents) {
21 NavigationMetricsRecorder( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_util.cc16 #include "content/public/browser/web_contents.h"
60 base::string16 GetTitleFromWebContents(content::WebContents* web_contents) { argument
61 DCHECK(web_contents);
63 base::string16 title = web_contents->GetTitle();
65 GURL url = web_contents->GetURL();
H A Dweb_contents_information.cc41 content::WebContents* web_contents = local
46 if (CheckOwnership(web_contents))
47 observer_callback_.Run(web_contents);
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dauto_login_prompter.cc22 #include "content/public/browser/web_contents.h"
30 AutoLoginPrompter::AutoLoginPrompter(WebContents* web_contents, argument
33 : WebContentsObserver(web_contents),
37 if (!web_contents->IsLoading()) {
73 WebContents* web_contents = tab_util::GetWebContentsByID(child_id, route_id); local
74 if (!web_contents)
77 BrowserContext* context = web_contents->GetBrowserContext();
94 new AutoLoginPrompter(web_contents, params, url);
110 infobar_shown_ = AutoLoginInfoBarDelegate::Create(web_contents(), params_);
H A Ddata_reduction_proxy_infobar.cc12 #include "content/public/browser/web_contents.h"
20 content::WebContents* web_contents = local
22 DCHECK(web_contents);
24 web_contents, base::android::ConvertJavaStringToUTF8(env, jlink_url));
/external/chromium_org/chrome/browser/ui/android/
H A Dlogin_prompt_android.cc15 #include "content/public/browser/web_contents.h"
47 content::WebContents* web_contents = GetWebContentsForLogin(); variable
48 CHECK(web_contents); variable
50 web_contents);
/external/chromium_org/chrome/browser/ui/android/tab_contents/
H A Dchrome_web_contents_view_delegate_android.cc10 #include "content/public/browser/web_contents.h"
15 content::WebContents* web_contents)
16 : web_contents_(web_contents) {
54 content::WebContents* web_contents) {
55 return new ChromeWebContentsViewDelegateAndroid(web_contents);
14 ChromeWebContentsViewDelegateAndroid( content::WebContents* web_contents) argument
53 CreateWebContentsViewDelegate( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc12 #include "content/public/browser/web_contents.h"
17 AppModalDialog::AppModalDialog(WebContents* web_contents, argument
23 web_contents_(web_contents) {
H A Dapp_modal_dialog.h25 AppModalDialog(content::WebContents* web_contents,
44 content::WebContents* web_contents() const { return web_contents_; } function in class:AppModalDialog
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_window_client.cc56 content::WebContents* web_contents,
59 web_contents, DevToolsToggleAction::ShowConsole());
55 OpenDevToolsWindow( content::WebContents* web_contents, const base::Closure& callback) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_view_browsertest.cc22 TestPasswordGenerationPopupController(content::WebContents* web_contents, argument
30 web_contents,
H A Dpopup_controller_common.h32 content::WebContents* web_contents);
37 content::WebContents* web_contents() { return web_contents_; } function in class:autofill::PopupControllerCommon
/external/chromium_org/chrome/browser/ui/
H A Dcollected_cookies_infobar_delegate.cc11 #include "content/public/browser/web_contents.h"
54 content::WebContents* web_contents = local
56 web_contents->GetController().Reload(true);
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dmedia_setting_changed_infobar_delegate.cc11 #include "content/public/browser/web_contents.h"
55 content::WebContents* web_contents = local
57 web_contents->GetController().Reload(true);

Completed in 1888 milliseconds

1234567891011>>