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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/android/toolbar/
toolbar_model_android.cc 12 #include "content/public/browser/web_contents.h"
38 content::WebContents* web_contents = GetActiveWebContents(); local
39 if (!web_contents)
42 Profile::FromBrowserContext(web_contents->GetBrowserContext());
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 25 AppModalDialog(content::WebContents* web_contents,
44 content::WebContents* web_contents() const { return web_contents_; } function in class:AppModalDialog
  /external/chromium_org/chrome/browser/ui/autofill/
popup_controller_common.h 32 content::WebContents* web_contents);
37 content::WebContents* web_contents() { return web_contents_; } function in class:autofill::PopupControllerCommon
  /external/chromium_org/chrome/browser/ui/
browser_tabrestore.cc 19 #include "content/public/browser/web_contents.h"
66 WebContents* web_contents = content::WebContents::CreateWithSessionStorage( local
69 extensions::TabHelper::CreateForWebContents(web_contents);
70 extensions::TabHelper::FromWebContents(web_contents)->
75 web_contents->SetUserAgentOverride(user_agent_override);
76 web_contents->GetController().Restore(
81 return web_contents;
97 WebContents* web_contents = CreateRestoredTab(browser, local
114 browser->tab_strip_model()->InsertWebContentsAt(tab_index, web_contents,
130 ResizeWebContents(web_contents, size)
148 WebContents* web_contents = CreateRestoredTab(browser, local
    [all...]
collected_cookies_infobar_delegate.cc 11 #include "content/public/browser/web_contents.h"
54 content::WebContents* web_contents = local
56 web_contents->GetController().Reload(true);
settings_window_manager.cc 16 #include "content/public/browser/web_contents.h"
47 const content::WebContents* web_contents = local
49 if (web_contents && web_contents->GetURL() == gurl) {
  /external/chromium_org/chrome/browser/ui/content_settings/
media_setting_changed_infobar_delegate.cc 11 #include "content/public/browser/web_contents.h"
55 content::WebContents* web_contents = local
57 web_contents->GetController().Reload(true);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_interactive_uitest.cc 14 #include "content/public/browser/web_contents.h"
33 int FindInPageWchar(WebContents* web_contents,
39 Browser* browser = chrome::FindBrowserWithWebContents(web_contents);
43 web_contents, search_str16, forward, case_sensitive, ordinal, NULL);
50 bool FocusedOnPage(WebContents* web_contents, std::string* result)
53 bool FocusedOnPage(WebContents* web_contents, std::string* result) {
55 web_contents,
74 WebContents* web_contents = local
76 ASSERT_TRUE(NULL != web_contents);
78 FindTabHelper::FromWebContents(web_contents);
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel_extension_browsertest.cc 22 #include "content/public/browser/web_contents.h"
144 content::WebContents* web_contents = panel->GetWebContents(); local
145 ASSERT_TRUE(web_contents);
152 params.page_url = web_contents->GetURL();
154 EXPECT_FALSE(web_contents->GetDelegate()->HandleContextMenu(params));
157 new PanelContextMenu(web_contents->GetMainFrame(), params));
173 params.page_url = web_contents->GetURL();
175 EXPECT_FALSE(web_contents->GetDelegate()->HandleContextMenu(params));
178 new PanelContextMenu(web_contents->GetMainFrame(), params));
193 params.page_url = web_contents->GetURL()
247 content::WebContents* web_contents = panel->GetWebContents(); local
    [all...]
panel_host.h 44 content::WebContents* web_contents() { return web_contents_.get(); } function in class:PanelHost
77 virtual void ResizeDueToAutoResize(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/startup/
bad_flags_prompt.cc 33 content::WebContents* web_contents = local
35 if (!web_contents)
83 InfoBarService::FromWebContents(web_contents),
session_crashed_infobar_delegate.cc 31 content::WebContents* web_contents = local
33 if (profile->IsOffTheRecord() || !web_contents)
36 InfoBarService::FromWebContents(web_contents)->AddInfoBar(
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_delegate.h 63 content::WebContents* web_contents; member in struct:TabStripModelDelegate::NewStripContents
  /external/chromium_org/chrome/browser/ui/views/
external_protocol_dialog.cc 15 #include "content/public/browser/web_contents.h"
133 // Dialog is top level if we don't have a web_contents associated with us.
134 WebContents* web_contents = tab_util::GetWebContentsByID( local
137 if (web_contents)
138 parent_window = web_contents->GetTopLevelNativeWindow();
web_dialog_view_browsertest.cc 20 #include "content/public/browser/web_contents.h"
101 WebContents* web_contents = local
103 ASSERT_TRUE(web_contents != NULL);
104 views::Widget::CreateWindowWithParent(view, web_contents->GetNativeView());
119 view->MoveContents(web_contents, set_bounds);
125 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds();
135 view->MoveContents(web_contents, set_bounds);
141 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds();
154 view->MoveContents(web_contents, set_bounds);
160 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash_browsertest.cc 60 content::WebContents* web_contents = browser_view->GetActiveWebContents(); local
77 web_contents, true);
102 content::WebContents* web_contents = browser_view->GetActiveWebContents(); local
135 web_contents, true);
162 web_contents, false);
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view_browsertest.cc 201 content::WebContents* web_contents = local
203 ManagePasswordsBubbleView::ShowBubble(web_contents,
209 EXPECT_TRUE(web_contents->GetRenderViewHost()->IsFocusedElementEditable());
  /external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view_browsertest.cc 102 content::WebContents* web_contents = local
104 content::Source<content::WebContents> source(web_contents);
115 chrome::CloseWebContents(browser(), web_contents, false); local
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_infobar_delegate.cc 12 #include "content/public/browser/web_contents.h"
55 content::WebContents* web_contents = local
57 web_contents->GetController().Reload(true);
  /external/chromium_org/chrome/browser/ui/webui/
constrained_web_dialog_ui_browsertest.cc 14 #include "content/public/browser/web_contents.h"
50 bool IsShowingWebContentsModalDialog(WebContents* web_contents) const {
52 WebContentsModalDialogManager::FromWebContents(web_contents);
62 WebContents* web_contents = local
64 ASSERT_TRUE(web_contents);
67 CreateConstrainedWebDialog(browser()->profile(), delegate, web_contents);
70 EXPECT_TRUE(IsShowingWebContentsModalDialog(web_contents));
79 WebContents* web_contents = local
81 ASSERT_TRUE(web_contents);
84 CreateConstrainedWebDialog(browser()->profile(), delegate, web_contents);
    [all...]
  /external/chromium_org/content/browser/accessibility/
android_hit_testing_browsertest.cc 20 #include "content/browser/web_contents/web_contents_impl.h"
21 #include "content/public/browser/web_contents.h"
61 WebContentsImpl* web_contents = local
62 static_cast<WebContentsImpl*>(shell()->web_contents());
64 web_contents->GetRootBrowserAccessibilityManager();
  /external/chromium_org/content/browser/android/
content_settings.cc 11 #include "content/public/browser/web_contents.h"
39 RenderViewHost* render_view_host = web_contents()->GetRenderViewHost();
50 WebContents* web_contents = local
54 new ContentSettings(env, obj, web_contents);
  /external/chromium_org/content/browser/media/android/
browser_media_player_manager.h 130 WebContents* web_contents() const { return web_contents_; } function in class:content::BrowserMediaPlayerManager
  /external/chromium_org/content/test/
accessibility_browser_test_utils.cc 13 #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);
webui_resource_browsertest.cc 9 #include "content/public/browser/web_contents.h"
30 content::WebContents* web_contents = shell()->web_contents(); local
31 ASSERT_TRUE(web_contents);
32 EXPECT_TRUE(ExecuteWebUIResourceTest(web_contents, include_libraries_));

Completed in 2265 milliseconds

1 23 4 5 6 7 8 91011>>