HomeSort by relevance Sort by last modified time
    Searched defs:web_contents (Results 151 - 175 of 317) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/extensions/
virtual_keyboard_browsertest.cc 19 #include "content/public/browser/web_contents.h"
63 content::WebContents* web_contents = local
65 content::WaitForLoadStop(web_contents);
66 ASSERT_TRUE(web_contents);
76 ASSERT_TRUE(content::ExecuteScript(web_contents, utf8_content_));
80 EXPECT_TRUE(ExecuteWebUIResourceTest(web_contents, resource_ids));
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_browsertest.cc 85 content::WebContents* web_contents = variable
89 new CaptivePortalWindowProxy(&delegate_, web_contents));
  /external/chromium_org/chrome/browser/content_settings/
content_settings_browsertest.cc 31 #include "content/public/browser/web_contents.h"
244 content::WebContents* web_contents = local
247 web_contents->GetTitle());
249 EXPECT_TRUE(TabSpecificContentSettings::FromWebContents(web_contents)->
261 content::WebContents* web_contents = local
263 ASSERT_EQ(base::UTF8ToUTF16("Data URL"), web_contents->GetTitle());
265 EXPECT_TRUE(TabSpecificContentSettings::FromWebContents(web_contents)->
287 content::WebContents* web_contents = local
290 EXPECT_TRUE(TabSpecificContentSettings::FromWebContents(web_contents)->
325 content::WebContents* web_contents local
509 content::WebContents* web_contents = local
535 content::WebContents* web_contents = local
    [all...]
permission_queue_controller.cc 25 #include "content/public/browser/web_contents.h"
35 content::WebContents* web_contents = local
37 return web_contents ? InfoBarService::FromWebContents(web_contents) : NULL;
  /external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_apitest.cc 50 virtual void Show(content::WebContents* web_contents,
219 content::WebContents* web_contents = local
223 web_contents, "getStream()", &result));
227 web_contents, "getStreamWithInvalidId()", &result));
231 content::WebContentsDestroyedWatcher destroyed_watcher(web_contents);
233 web_contents, "openPickerDialogAndReturn()", &result));
238 web_contents->Close();
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 18 #include "content/public/browser/web_contents.h"
99 content::WebContents* web_contents = app_window_->web_contents(); local
100 if (!web_contents)
105 SessionTabHelper::IdForTab(web_contents));
110 extensions::tabs_constants::kUrlKey, web_contents->GetURL().spec());
114 web_contents->IsLoading()));
125 extensions::tabs_constants::kTitleKey, web_contents->GetTitle());
128 web_contents->GetBrowserContext()->IsOffTheRecord());
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_model.cc 30 #include "content/public/browser/web_contents.h"
151 WebContents* web_contents = GetActiveWebContents(); local
152 if (!web_contents)
156 extension_action_->HasPopup(SessionTabHelper::IdForTab(web_contents));
178 WebContents* web_contents = local
182 command_id, web_contents, content::ContextMenuParams());
195 WebContents* web_contents = GetActiveWebContents(); local
196 if (web_contents) {
197 extensions::ActiveScriptController::GetForWebContents(web_contents)
283 WebContents* web_contents = GetActiveWebContents() local
    [all...]
webstore_inline_installer_browsertest.cc 16 #include "content/public/browser/web_contents.h"
97 programmable_prompt_ = new ProgrammableInstallPrompt(web_contents());
132 WebContents* web_contents = local
134 TabHelper* tab_helper = TabHelper::FromWebContents(web_contents);
140 web_contents->Close();
webstore_startup_installer_browsertest.cc 25 #include "content/public/browser/web_contents.h"
137 WebContents* web_contents = local
139 EXPECT_EQ(GURL("http://cws.com/show-me-the-money"), web_contents->GetURL());
  /external/chromium_org/chrome/browser/gpu/
three_d_api_observer.cc 172 content::WebContents* web_contents = tab_util::GetWebContentsByID( local
174 if (!web_contents)
177 InfoBarService::FromWebContents(web_contents), url, requester);
  /external/chromium_org/chrome/browser/profiles/
host_zoom_map_browsertest.cc 196 content::WebContents* web_contents = local
198 chrome_page_zoom::Zoom(web_contents, content::PAGE_ZOOM_OUT);
203 chrome_page_zoom::Zoom(web_contents, content::PAGE_ZOOM_IN);
  /external/chromium_org/chrome/browser/safe_browsing/
ui_manager.cc 27 #include "content/public/browser/web_contents.h"
135 WebContents* web_contents = local
139 if (!web_contents) {
153 GURL page_url = web_contents->GetURL();
155 NavigationEntry* entry = web_contents->GetController().GetActiveEntry();
  /external/chromium_org/chrome/browser/signin/
signin_header_helper.cc 19 #include "content/public/browser/web_contents.h"
131 content::WebContents* web_contents = local
133 if (!web_contents)
137 Browser* browser = chrome::FindBrowserWithWebContents(web_contents);
161 web_contents->OpenURL(content::OpenURLParams(
166 Profile::FromBrowserContext(web_contents->GetBrowserContext()),
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_browsertest.cc 35 #include "content/public/browser/web_contents.h"
103 content::WebContents* web_contents = variable
105 SupervisedUserNavigationObserver::CreateForWebContents(web_contents);
289 WebContents* web_contents = local
292 CheckShownPageIsInterstitial(web_contents);
312 EXPECT_EQ(test_url, web_contents->GetURL());
supervised_user_navigation_observer.cc 52 void GoBackToSafety(content::WebContents* web_contents) {
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),
208 content::WebContents* web_contents = local
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
extension_information.cc 17 #include "content/public/browser/web_contents.h"
33 const Extension* GetExtensionForWebContents(WebContents* web_contents) {
35 Profile::FromBrowserContext(web_contents->GetBrowserContext());
39 web_contents->GetRenderViewHost());
105 WebContents* web_contents = local
107 extensions::ViewType view_type = extensions::GetViewType(web_contents);
140 WebContents* web_contents = WebContents::FromRenderViewHost(*jt); local
141 if (CheckOwnership(web_contents))
142 callback.Run(web_contents);
148 bool ExtensionInformation::CheckOwnership(WebContents* web_contents) {
    [all...]
  /external/chromium_org/chrome/browser/translate/
translate_browsertest.cc 80 content::WebContents* web_contents = local
82 if (web_contents)
83 infobar_service_ = InfoBarService::FromWebContents(web_contents);
145 content::WebContents* web_contents = local
147 ASSERT_TRUE(web_contents);
148 content::TitleWatcher watcher(web_contents, base::ASCIIToUTF16("PASS"));
207 content::WebContents* web_contents = local
209 ASSERT_TRUE(web_contents);
210 content::TitleWatcher watcher(web_contents, base::ASCIIToUTF16("PASS"));
241 content::WebContents* web_contents local
274 content::WebContents* web_contents = local
307 content::WebContents* web_contents = local
340 content::WebContents* web_contents = local
    [all...]
  /external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.cc 28 #include "content/public/browser/web_contents.h"
55 AutoLoginRedirector(content::WebContents* web_contents,
78 content::WebContents* web_contents,
80 : content::WebContentsObserver(web_contents),
83 Profile::FromBrowserContext(web_contents->GetBrowserContext());
118 web_contents()->GetController().LoadURL(
131 bool AutoLoginInfoBarDelegate::Create(content::WebContents* web_contents,
133 // If |web_contents| is hosted in a WebDialog, there may be no infobar
136 InfoBarService::FromWebContents(web_contents);
141 Profile::FromBrowserContext(web_contents->GetBrowserContext())
216 content::WebContents* web_contents = local
225 content::WebContents* web_contents = local
    [all...]
unload_controller.cc 17 #include "content/public/browser/web_contents.h"
288 content::WebContents* web_contents = local
292 if (web_contents->GetRenderViewHost()) {
293 // If there's a devtools window attached to |web_contents|,
295 // and then call beforeunload handlers for |web_contents|.
297 if (!DevToolsWindow::InterceptPageBeforeUnload(web_contents))
298 web_contents->DispatchBeforeUnload(false);
300 ClearUnloadState(web_contents, true);
319 content::WebContents* web_contents = *(tabs_needing_unload_fired_.begin()); local
322 if (web_contents->GetRenderViewHost())
    [all...]
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest_base.cc 20 #include "content/public/browser/web_contents.h"
94 content::WebContents* web_contents = local
96 DCHECK(web_contents);
98 content::RenderWidgetHost* rwh = web_contents->GetRenderViewHost();
pdf_unsupported_feature.cc 30 #include "content/public/browser/web_contents.h"
123 void OpenReaderUpdateURL(WebContents* web_contents) {
127 web_contents->OpenURL(params);
131 void OpenUsingReader(WebContents* web_contents,
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,
341 WebContents* web_contents = local
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_unittest.cc 32 #include "content/public/browser/web_contents.h"
97 SearchTabHelper::CreateForWebContents(web_contents());
121 content::WebContents* web_contents() { function in class:SearchIPCRouterTest
127 web_contents()->GetRenderViewHost()->GetProcess());
131 content::WebContents* web_contents) {
132 EXPECT_NE(static_cast<content::WebContents*>(NULL), web_contents); local
133 return SearchTabHelper::FromWebContents(web_contents);
137 content::WebContents* contents = web_contents();
170 content::WebContents* contents = web_contents();
179 return GetSearchTabHelper(web_contents())->ipc_router()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_action_view_controller.cc 91 content::WebContents* web_contents = delegate_->GetCurrentWebContents(); local
92 return web_contents ? SessionTabHelper::IdForTab(web_contents) : -1;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 90 void ContentSettingImageView::Update(content::WebContents* web_contents) {
91 // Note: We explicitly want to call this even if |web_contents| is NULL, so we
93 content_setting_image_model_->UpdateFromWebContents(web_contents);
108 TabSpecificContentSettings* content_settings = web_contents ?
109 TabSpecificContentSettings::FromWebContents(web_contents) : NULL;
240 content::WebContents* web_contents = parent_->GetWebContents(); local
241 if (web_contents && !bubble_widget_) {
246 web_contents, parent_->profile(),
248 web_contents, this, views::BubbleBorder::TOP_RIGHT));
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.cc 104 content::WebContents* web_contents = local
109 web_contents));

Completed in 558 milliseconds

1 2 3 4 5 67 8 91011>>