Searched defs:web_contents (Results 251 - 275 of 683) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/autofill/
H A Dnew_credit_card_bubble_controller.cc23 #include "content/public/browser/web_contents.h"
38 content::WebContents* web_contents,
41 (new NewCreditCardBubbleController(web_contents))->SetupAndShow(
69 content::WebContents* web_contents)
70 : profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())),
71 web_contents_(web_contents),
37 Show( content::WebContents* web_contents, scoped_ptr<CreditCard> new_card, scoped_ptr<AutofillProfile> billing_profile) argument
68 NewCreditCardBubbleController( content::WebContents* web_contents) argument
H A Dpassword_generation_popup_controller_impl.h56 content::WebContents* web_contents,
70 content::WebContents* web_contents() { function in class:autofill::PasswordGenerationPopupControllerImpl
71 return controller_common_.web_contents();
84 content::WebContents* web_contents,
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_tab_helper.cc19 #include "content/public/browser/web_contents.h"
43 content::WebContents* web_contents)
44 : content::WebContentsObserver(web_contents) {
67 if (!web_contents()->IsBeingDestroyed()) {
68 TabSpecificContentSettings::FromWebContents(web_contents())->
84 web_contents()->GetController().GetLastCommittedEntry();
87 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
97 TabSpecificContentSettings::FromWebContents(web_contents())->
106 params.CreateNavigateParams(web_contents());
110 TabSpecificContentSettings::FromWebContents(web_contents())
42 PopupBlockerTabHelper( content::WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_tab_helper.cc19 #include "content/public/browser/web_contents.h"
23 bool IsNTPWebUI(content::WebContents* web_contents) { argument
27 if (web_contents->GetController().GetLastCommittedEntry())
28 web_ui = web_contents->GetCommittedWebUI();
30 web_ui = web_contents->GetWebUI();
34 bool IsInstantNTP(content::WebContents* web_contents) { argument
38 web_contents->GetController().GetLastCommittedEntry();
40 entry = web_contents->GetController().GetVisibleEntry();
41 return chrome::NavEntryIsInstantNTP(web_contents, entry);
54 if (web_contents()
79 BookmarkTabHelper(content::WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabrestore.cc19 #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, siz
148 WebContents* web_contents = CreateRestoredTab(browser, local
[all...]
H A Dbrowser_window.h289 content::WebContents* web_contents,
344 virtual void UpdatePreferredSize(content::WebContents* web_contents, argument
348 virtual void ResizeDueToAutoResize(content::WebContents* web_contents, argument
360 // Shows the avatar bubble inside |web_contents|. The bubble is positioned
361 // relative to |rect|. |rect| should be in the |web_contents| coordinate
363 virtual void ShowAvatarBubble(content::WebContents* web_contents,
H A Dtab_modal_confirm_dialog_delegate.cc11 #include "content/public/browser/web_contents.h"
18 WebContents* web_contents)
21 NavigationController* controller = &web_contents->GetController();
17 TabModalConfirmDialogDelegate( WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dorigin_chip_info.cc23 #include "content/public/browser/web_contents.h"
100 bool OriginChipInfo::Update(const content::WebContents* web_contents, argument
105 bool is_url_malware = OriginChip::IsMalware(displayed_url, web_contents);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_current_page_delegate_impl.cc22 #include "content/public/browser/web_contents.h"
103 content::WebContents* web_contents = controller_->GetWebContents(); local
104 gfx::Rect container_bounds = web_contents->GetContainerBounds();
108 if (prerenderer && prerenderer->IsAllowed(match, web_contents)) {
110 web_contents->GetController().GetSessionStorageNamespaceMap(),
118 web_contents->GetController().GetSessionStorageNamespaceMap(),
125 content::WebContents* web_contents = controller_->GetWebContents(); local
126 if (web_contents &&
127 SearchTabHelper::FromWebContents(web_contents)->IsSearchResultsPage()) {
129 SearchTabHelper::FromWebContents(web_contents)
[all...]
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_browsertest.cc15 #include "content/public/browser/web_contents.h"
67 WebContents* web_contents = local
69 web_contents->GetRenderViewHost()->ForwardWheelEvent(wheel_event);
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_ipc_router_policy_impl.cc9 #include "content/public/browser/web_contents.h"
12 const content::WebContents* web_contents)
13 : web_contents_(web_contents),
15 DCHECK(web_contents);
11 SearchIPCRouterPolicyImpl( const content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dsearch_engine_tab_helper.cc21 #include "content/public/browser/web_contents.h"
67 void AssociateURLFetcherWithWebContents(content::WebContents* web_contents, argument
71 web_contents->GetURL(),
72 web_contents->GetRenderProcessHost()->GetID(),
73 web_contents->GetMainFrame()->GetRoutingID());
97 SearchEngineTabHelper::SearchEngineTabHelper(WebContents* web_contents) argument
98 : content::WebContentsObserver(web_contents),
100 DCHECK(web_contents);
115 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
116 if (page_url != web_contents()
[all...]
/external/chromium_org/chrome/browser/ui/startup/
H A Dautolaunch_prompt_win.cc27 #include "content/public/browser/web_contents.h"
161 content::WebContents* web_contents = local
164 InfoBarService::FromWebContents(web_contents),
165 Profile::FromBrowserContext(web_contents->GetBrowserContext()));
/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.cc13 #include "content/public/browser/web_contents.h"
29 content::WebContents* web_contents)
30 : web_contents_(web_contents), sync_session_id_(0) {}
28 TabContentsSyncedTabDelegate( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_codec.cc20 #include "content/public/browser/web_contents.h"
57 content::WebContents* web_contents = model->GetWebContentsAt(index); local
60 extensions::TabHelper::FromWebContents(web_contents)->extension_app();
70 NavigationEntry* entry = web_contents->GetController().GetActiveEntry();
71 if (!entry && web_contents->GetController().GetEntryCount())
72 entry = web_contents->GetController().GetEntryAtIndex(0);
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_web_dialog_delegate_views.cc13 #include "content/public/browser/web_contents.h"
66 content::WebContents* web_contents,
69 new WebDialogWebContentsDelegateViews(context, web_contents, view)),
109 content::WebContents* web_contents)
112 web_contents, this)) {
200 content::WebContents* web_contents) {
203 browser_context, delegate, web_contents);
204 ShowWebModalDialogViews(dialog, web_contents);
64 ConstrainedWebDialogDelegateViews(content::BrowserContext* context, ui::WebDialogDelegate* delegate, content::WebContents* web_contents, views::WebView* view) argument
106 ConstrainedWebDialogDelegateViewViews( content::BrowserContext* browser_context, ui::WebDialogDelegate* delegate, content::WebContents* web_contents) argument
197 CreateConstrainedWebDialog( content::BrowserContext* browser_context, ui::WebDialogDelegate* delegate, content::WebContents* web_contents) argument
H A Dtab_modal_confirm_dialog_views.cc13 #include "content/public/browser/web_contents.h"
23 content::WebContents* web_contents) {
24 return new TabModalConfirmDialogViews(delegate, web_contents);
32 content::WebContents* web_contents)
43 ShowWebModalDialogViews(this, web_contents);
21 Create( TabModalConfirmDialogDelegate* delegate, content::WebContents* web_contents) argument
30 TabModalConfirmDialogViews( TabModalConfirmDialogDelegate* delegate, content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_ash_unittest.cc72 content::WebContents* web_contents = local
77 web_contents, tab_fullscreen);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_linux.cc20 #include "content/public/browser/web_contents.h"
57 WebContents* web_contents = local
59 if (web_contents)
60 web_contents->OpenURL(params);
150 WebContents* web_contents) {
153 web_contents->GetRenderProcessHost()->GetID(),
154 web_contents->GetRenderViewHost()->GetRoutingID()));
149 ShowNetworkProxySettings( WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller.h52 ZoomChangedEventData(content::WebContents* web_contents, argument
57 : web_contents(web_contents),
62 content::WebContents* web_contents; member in struct:ZoomController::ZoomChangedEventData
131 explicit ZoomController(content::WebContents* web_contents);
/external/chromium_org/components/web_modal/
H A Dpopup_manager.cc9 #include "content/public/browser/web_contents.h"
44 content::WebContents* web_contents = manager->GetBoundWebContents(); local
46 DCHECK(web_contents);
54 WebContentsModalDialogManager::FromWebContents(web_contents);
60 content::WebContents* web_contents) {
64 WebContentsModalDialogManager::FromWebContents(web_contents);
69 const content::WebContents* web_contents) const {
70 if (web_contents == NULL)
74 WebContentsModalDialogManager::FromWebContents(web_contents);
78 void PopupManager::WasFocused(const content::WebContents* web_contents) { argument
59 ShowModalDialog(NativePopup popup, content::WebContents* web_contents) argument
91 RegisterWith(content::WebContents* web_contents) argument
98 UnregisterWith(content::WebContents* web_contents) argument
104 FromWebContents( content::WebContents* web_contents) argument
120 CloseAllDialogsForTesting( content::WebContents* web_contents) argument
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dframe_tree_unittest.cc13 #include "content/browser/web_contents/web_contents_impl.h"
51 explicit TreeWalkingWebContentsLogger(WebContents* web_contents) argument
52 : WebContentsObserver(web_contents) {}
92 static_cast<WebContentsImpl*>(web_contents())->GetFrameTree()->root(),
/external/chromium_org/content/browser/manifest/
H A Dmanifest_manager_host.cc27 ManifestManagerHost::ManifestManagerHost(WebContents* web_contents) argument
28 : WebContentsObserver(web_contents) {
/external/chromium_org/content/browser/media/
H A Daudio_stream_monitor.cc9 #include "content/browser/web_contents/web_contents_impl.h"
21 WebContentsImpl* const web_contents = local
24 return web_contents ? web_contents->audio_stream_monitor() : NULL;
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_audio_muter.cc12 #include "content/public/browser/web_contents.h"
68 explicit MuteDestination(WebContents* web_contents) argument
69 : web_contents_(web_contents) {}
117 WebContentsAudioMuter::WebContentsAudioMuter(WebContents* web_contents) argument
118 : destination_(new MuteDestination(web_contents)), is_muting_(false) {

Completed in 4394 milliseconds

<<11121314151617181920>>