Searched defs:web_contents (Results 101 - 125 of 683) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_host_interactive_uitest.cc14 #include "content/public/browser/web_contents.h"
33 int FindInPageWchar(WebContents* web_contents, argument
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) { argument
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/
H A Dnavigation_correction_tab_observer.cc19 #include "content/public/browser/web_contents.h"
29 WebContents* web_contents)
30 : content::WebContentsObserver(web_contents),
31 profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())) {
73 UpdateNavigationCorrectionInfo(web_contents()->GetRenderViewHost());
88 UpdateNavigationCorrectionInfo(web_contents()->GetRenderViewHost());
28 NavigationCorrectionTabObserver( WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.h44 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/search/
H A Dsearch_delegate.cc24 void SearchDelegate::OnTabActivated(content::WebContents* web_contents) { argument
27 tab_model_ = SearchTabHelper::FromWebContents(web_contents)->model();
32 void SearchDelegate::OnTabDeactivated(content::WebContents* web_contents) { argument
33 StopObservingTab(web_contents);
36 void SearchDelegate::OnTabDetached(content::WebContents* web_contents) { argument
37 StopObservingTab(web_contents);
40 void SearchDelegate::StopObservingTab(content::WebContents* web_contents) { argument
42 SearchTabHelper::FromWebContents(web_contents);
/external/chromium_org/chrome/browser/ui/startup/
H A Dbad_flags_prompt.cc33 content::WebContents* web_contents = local
35 if (!web_contents)
83 InfoBarService::FromWebContents(web_contents),
H A Dsession_crashed_infobar_delegate.cc31 content::WebContents* web_contents = local
33 if (profile->IsOffTheRecord() || !web_contents)
36 InfoBarService::FromWebContents(web_contents)->AddInfoBar(
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_observer.cc13 #include "content/public/browser/web_contents.h"
28 content::WebContents* web_contents,
30 : content::WebContentsObserver(web_contents),
35 ProfileSyncService* sync_service = GetSyncService(web_contents);
55 ProfileSyncService* sync_service = GetSyncService(web_contents());
63 ProfileSyncService* sync_service = GetSyncService(web_contents());
74 base::Bind(&CloseTab, base::Unretained(web_contents())));
95 web_contents()->GetController().LoadURL(
103 content::WebContents* web_contents) {
105 Profile::FromBrowserContext(web_contents
27 OneClickSigninSyncObserver( content::WebContents* web_contents, const GURL& continue_url) argument
102 GetSyncService( content::WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_delegate.h63 content::WebContents* web_contents; member in struct:TabStripModelDelegate::NewStripContents
/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/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
H A Dlogin_prompt_views.cc15 #include "content/public/browser/web_contents.h"
58 content::WebContents* web_contents = GetWebContentsForLogin(); variable
59 if (web_contents)
60 web_contents->GetRenderViewHost()->SetIgnoreInputEvents(false);
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_started_animation_views.cc7 #include "content/public/browser/web_contents.h"
31 explicit DownloadStartedAnimationViews(content::WebContents* web_contents);
58 content::WebContents* web_contents)
69 web_contents_bounds_= web_contents->GetContainerBounds();
80 params.parent = web_contents->GetNativeView();
125 void DownloadStartedAnimation::Show(content::WebContents* web_contents) { argument
127 new DownloadStartedAnimationViews(web_contents);
57 DownloadStartedAnimationViews( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash_browsertest.cc60 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/location_bar/
H A Dopen_pdf_in_reader_view.cc29 void OpenPDFInReaderView::Update(content::WebContents* web_contents) { argument
31 if (web_contents) {
33 pdf::PDFWebContentsHelper::FromWebContents(web_contents);
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_bubble_view_browsertest.cc201 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/
H A Dtranslate_bubble_view_browsertest.cc102 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/
H A Dwebsite_settings_infobar_delegate.cc12 #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/
H A Dconstrained_web_dialog_ui_browsertest.cc14 #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/chrome/browser/ui/webui/options/
H A Doptions_handlers_helper.cc12 #include "content/public/browser/web_contents.h"
22 content::WebContents* web_contents = web_ui->GetWebContents(); local
23 Browser* browser = chrome::FindBrowserWithWebContents(web_contents);
29 ->GetAppWindowForRenderViewHost(web_contents->GetRenderViewHost());
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_ui.cc81 content::WebContents* web_contents,
85 web_contents->ForEachFrame(
80 GetAuthIframe( content::WebContents* web_contents, const GURL& parent_origin, const std::string& parent_frame_name) argument
/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/renderer_context_menu/
H A Dcontext_menu_delegate.cc7 #include "content/public/browser/web_contents.h"
26 ContextMenuDelegate::ContextMenuDelegate(content::WebContents* web_contents) { argument
27 web_contents->SetUserData(&kMenuDelegateUserDataKey,
36 content::WebContents* web_contents) {
39 web_contents->GetUserData(&kMenuDelegateUserDataKey));
35 FromWebContents( content::WebContents* web_contents) argument
/external/chromium_org/components/translate/content/browser/
H A Dstatic_browser_cld_data_provider.cc8 #include "content/public/browser/web_contents.h"
16 content::WebContents* web_contents) {
15 CreateBrowserCldDataProviderFor( content::WebContents* web_contents) argument
/external/chromium_org/content/browser/accessibility/
H A Dandroid_hit_testing_browsertest.cc20 #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/
H A Dcontent_settings.cc11 #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);

Completed in 393 milliseconds

1234567891011>>