HomeSort by relevance Sort by last modified time
    Searched refs:web_contents_ (Results 26 - 50 of 205) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/ui/views/
color_chooser_win.cc 41 content::WebContents* web_contents_; member in class:ColorChooserWin
59 : web_contents_(web_contents) {
83 if (web_contents_)
84 web_contents_->DidChooseColorInColorChooser(color);
94 if (web_contents_)
95 web_contents_->DidEndColorChooser();
  /external/chromium_org/android_webview/native/
aw_web_contents_view_delegate.cc 21 : web_contents_(web_contents) {
45 content::ContentViewCore::FromWebContents(web_contents_);
aw_web_contents_view_delegate.h 38 content::WebContents* web_contents_; member in class:android_webview::AwWebContentsViewDelegate
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 44 content::WebContents* web_contents() const { return web_contents_; }
87 content::WebContents* web_contents_; member in class:AppModalDialog
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_android.cc 23 : web_contents_(web_contents) {
34 ContentViewCore::FromWebContents(web_contents_);
  /external/chromium_org/chrome/browser/task_manager/
tab_contents_information.cc 70 content::WebContents* web_contents_; member in class:task_manager::TabContentsResource
81 web_contents_(web_contents),
92 return web_contents_->GetURL().SchemeIs(extensions::kExtensionScheme);
103 GURL url = web_contents_->GetURL();
104 base::string16 tab_title = util::GetTitleFromWebContents(web_contents_);
113 process_map->Contains(web_contents_->GetRenderProcessHost()->GetID());
119 IsContentsPrerendering(web_contents_),
125 if (IsContentsPrerendering(web_contents_))
127 FaviconTabHelper::CreateForWebContents(web_contents_);
128 return FaviconTabHelper::FromWebContents(web_contents_)-
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 31 web_contents_(web_contents) {
55 SadTabHelper* sad_tab_helper = SadTabHelper::FromWebContents(web_contents_);
65 WebContentsModalDialogManager::FromWebContents(web_contents_);
181 SadTabHelper* sad_tab_helper = SadTabHelper::FromWebContents(web_contents_);
190 return web_contents_->GetFullscreenRenderWidgetHostView() ?
191 web_contents_->GetFullscreenRenderWidgetHostView()->GetNativeView() :
192 web_contents_->GetNativeView();
206 if (web_contents_->FocusLocationBarByDefault()) {
207 if (web_contents_->GetDelegate())
208 web_contents_->GetDelegate()->SetFocusToLocationBar(false)
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_tab_observer.cc 34 content::WebContents* web_contents) : web_contents_(web_contents) {
64 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
71 ClientSideDetectionHost::Create(web_contents_));
77 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost();
safe_browsing_tab_observer.h 48 content::WebContents* web_contents_; member in class:safe_browsing::SafeBrowsingTabObserver
  /external/chromium_org/chrome/browser/ui/android/tab_contents/
chrome_web_contents_view_delegate_android.h 35 content::WebContents* web_contents_; member in class:ChromeWebContentsViewDelegateAndroid
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
web_drag_bookmark_handler_mac.h 38 content::WebContents* web_contents_; member in class:WebDragBookmarkHandlerMac
  /external/chromium_org/content/browser/web_contents/
web_contents_android.cc 40 : web_contents_(web_contents),
62 web_contents_->GetTitle());
68 env, web_contents_->GetVisibleURL().spec());
72 web_contents_->Stop();
web_contents_view_aura.cc 133 : web_contents_(web_contents),
161 return web_contents_->GetView()->GetContentNativeView();
175 WebContentsImpl* web_contents_; member in class:content::__anon11754::OverscrollWindowDelegate
571 view_->web_contents_->GetRenderWidgetHostView());
661 RenderWidgetHostImpl::From(view_->web_contents_->GetRenderViewHost())->
668 view_->web_contents_->GetRenderWidgetHostView());
715 : web_contents_(web_contents),
748 if (web_contents_->GetInterstitialPage())
749 web_contents_->GetInterstitialPage()->SetSize(size);
751 web_contents_->GetRenderWidgetHostView()
    [all...]
web_contents_android.h 32 WebContents* web_contents() const { return web_contents_; }
44 WebContents* web_contents_; member in class:content::WebContentsAndroid
  /external/chromium_org/chrome/browser/ui/autofill/
chrome_autofill_client.cc 38 : content::WebContentsObserver(web_contents), web_contents_(web_contents) {
63 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
70 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
76 return Profile::FromBrowserContext(web_contents_->GetBrowserContext())
84 Browser* browser = chrome::FindBrowserWithWebContents(web_contents_);
94 InfoBarService::FromWebContents(web_contents_);
106 web_contents_, form, source_url, callback);
126 gfx::Rect client_area = web_contents_->GetContainerBounds();
156 ChromePasswordManagerClient::FromWebContents(web_contents_);
179 web_contents_);
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc 141 web_contents_(web_contents),
152 Profile::FromBrowserContext(web_contents_->GetBrowserContext()));
185 if (web_contents_->GetController().GetPendingEntry() == NULL) {
200 web_contents_->GetController().GetSessionStorageNamespaceMap(),
201 web_contents_->GetContainerBounds().size());
223 web_contents_->GetController().GetLastCommittedEntry();
227 delegate_->OnWebContentsInstantSupportDisabled(web_contents_);
254 web_contents_->GetController().GetSessionStorageNamespaceMap(),
255 web_contents_->GetContainerBounds().size());
284 web_contents_->GetController().GetPendingEntry()
    [all...]
  /external/chromium_org/content/public/test/
content_browser_test_utils.cc 115 web_contents_(NULL) {
124 DCHECK(!web_contents_);
125 web_contents_ = web_contents;
133 if (web_contents_)
134 return web_contents_;
138 return web_contents_;
  /external/chromium_org/ui/app_list/demo/
app_list_demo_views.cc 49 scoped_ptr<content::WebContents> web_contents_; member in class:__anon20429::DemoAppListViewDelegate
82 web_contents_.reset();
89 web_contents_.reset(content::WebContents::Create(
91 web_contents_->GetController().LoadURL(GURL("http://www.google.com/"),
96 web_contents_->GetBrowserContext());
98 web_view->SetWebContents(web_contents_.get());
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.h 56 content::WebContents* web_contents() const { return web_contents_; }
79 // web_contents_ must be non-NULL before this call. Theis handles
95 content::WebContents* web_contents_; member in class:FindBarController
  /external/chromium_org/chrome/browser/extensions/
page_action_controller.h 37 content::WebContents* web_contents_; member in class:extensions::PageActionController
  /external/chromium_org/chrome/browser/ui/aura/tab_contents/
web_drag_bookmark_handler_aura.h 42 content::WebContents* web_contents_; member in class:WebDragBookmarkHandlerAura
web_drag_bookmark_handler_aura.cc 19 web_contents_(NULL) {
30 web_contents_ = contents;
70 Browser* browser = chrome::FindBrowserWithWebContents(web_contents_);
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.h 43 content::WebContents* web_contents_; member in class:TemplateURLFetcherUICallbacks
  /external/chromium_org/components/web_contents_delegate_android/
color_chooser_android.cc 22 : web_contents_(web_contents) {
71 web_contents_->DidChooseColorInColorChooser(color);
72 web_contents_->DidEndColorChooser();
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_unsupported_feature.cc 154 : web_contents_(web_contents),
203 OpenReaderUpdateURL(web_contents_); variable
209 OpenUsingReader(web_contents_, reader_webplugininfo_, NULL);
219 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
224 WebContents* web_contents_; member in class:__anon9686::PDFUnsupportedFeatureInterstitial
251 WebContents* web_contents_; member in class:__anon9686::PDFUnsupportedFeaturePromptDelegate
260 : web_contents_(web_contents),
302 OpenReaderUpdateURL(web_contents_);
309 new PDFUnsupportedFeatureInterstitial(web_contents_,
315 Profile::FromBrowserContext(web_contents_->GetBrowserContext())
    [all...]

Completed in 1090 milliseconds

12 3 4 5 6 7 8 9