/external/chromium_org/content/browser/android/ |
content_settings.h | 29 virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
|
/external/chromium_org/content/browser/devtools/ |
devtools_frontend_host.cc | 9 #include "content/browser/web_contents/web_contents_impl.h" 32 WebContentsImpl* web_contents, 34 : WebContentsObserver(web_contents), 44 if (!web_contents()) 47 static_cast<RenderViewHostImpl*>(web_contents()->GetRenderViewHost());
|
/external/chromium_org/content/browser/ |
webkit_browsertest.cc | 5 #include "content/browser/web_contents/web_contents_impl.h" 6 #include "content/public/browser/web_contents.h" 36 EXPECT_FALSE(shell()->web_contents()->IsCrashed()); 55 EXPECT_FALSE(shell()->web_contents()->IsCrashed()); 76 EXPECT_FALSE(shell()->web_contents()->IsCrashed()); 91 EXPECT_FALSE(shell()->web_contents()->IsCrashed());
|
/external/chromium_org/content/shell/browser/ |
notify_done_forwarder.h | 25 explicit NotifyDoneForwarder(WebContents* web_contents);
|
shell_devtools_delegate.cc | 20 #include "content/public/browser/web_contents.h" 77 explicit Target(WebContents* web_contents); 106 Target::Target(WebContents* web_contents) { 108 DevToolsAgentHost::GetOrCreateFor(web_contents->GetRenderViewHost()); 110 title_ = UTF16ToUTF8(web_contents->GetTitle()); 111 url_ = web_contents->GetURL(); 112 content::NavigationController& controller = web_contents->GetController(); 116 last_activity_time_ = web_contents->GetLastSelectedTime(); 123 WebContents* web_contents = WebContents::FromRenderViewHost(rvh); 124 if (!web_contents) 202 WebContents* web_contents = WebContents::FromRenderViewHost(*it); local [all...] |
/external/chromium_org/content/test/ |
test_content_browser_client.h | 24 WebContents* web_contents,
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
zoom_bubble_view_browsertest.cc | 27 content::WebContents* web_contents = browser_view->GetActiveWebContents(); local 30 ZoomBubbleView::ShowBubble(web_contents, true); 43 web_contents, true); 51 ZoomBubbleView::ShowBubble(web_contents, true); 71 content::WebContents* web_contents = browser_view->GetActiveWebContents(); local 89 ZoomBubbleView::ShowBubble(web_contents, true); 103 ZoomBubbleView::ShowBubble(web_contents, true);
|
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_browsertest.cc | 10 #include "content/browser/web_contents/web_contents_impl.h" 32 explicit RenderViewHostTestWebContentsObserver(WebContents* web_contents) 33 : WebContentsObserver(web_contents), 65 RenderViewHostTestWebContentsObserver observer(shell()->web_contents()); 78 RenderViewHostTestWebContentsObserver observer(shell()->web_contents()); 104 shell()->web_contents()->GetRenderViewHost()); 108 EXPECT_TRUE(ExecuteScript(shell()->web_contents(), "window.open();")); 111 new_shell->web_contents()->GetRenderViewHost());
|
/external/chromium_org/chrome/browser/password_manager/ |
password_generation_manager_unittest.cc | 73 new TestPasswordGenerationManager(web_contents())); 105 PasswordManagerDelegateImpl::CreateForWebContents(web_contents()); 107 web_contents(), 108 PasswordManagerDelegateImpl::FromWebContents(web_contents())); 144 PasswordManagerDelegateImpl::CreateForWebContents(web_contents()); 146 web_contents(), 147 PasswordManagerDelegateImpl::FromWebContents(web_contents())); 208 PasswordManagerDelegateImpl::CreateForWebContents(web_contents()); 210 web_contents(), 211 PasswordManagerDelegateImpl::FromWebContents(web_contents())); [all...] |
/external/chromium_org/chrome/browser/ui/search_engines/ |
search_engine_tab_helper.cc | 19 #include "content/public/browser/web_contents.h" 85 SearchEngineTabHelper::SearchEngineTabHelper(WebContents* web_contents) 86 : content::WebContentsObserver(web_contents) { 87 DCHECK(web_contents); 102 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); 103 if (!web_contents()->IsActiveEntry(page_id) || 115 const NavigationController& controller = web_contents()->GetController(); 136 keyword, doc_url, entry->GetFavicon().url, web_contents(), 137 new TemplateURLFetcherUICallbacks(this, web_contents()), provider_type); 146 Profile::FromBrowserContext(web_contents()->GetBrowserContext()) [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
web_dialog_view_browsertest.cc | 20 #include "content/public/browser/web_contents.h" 108 WebContents* web_contents = local 110 ASSERT_TRUE(web_contents != NULL); 112 view, web_contents->GetView()->GetTopLevelNativeWindow()); 127 view->MoveContents(web_contents, set_bounds); 133 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); 143 view->MoveContents(web_contents, set_bounds); 149 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); 159 view->MoveContents(web_contents, set_bounds); 165 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds() [all...] |
constrained_window_views_browsertest.cc | 24 #include "content/public/browser/web_contents.h" 146 content::WebContents* web_contents = local 148 ASSERT_TRUE(web_contents != NULL); 150 WebContentsModalDialogManager::FromWebContents(web_contents); 156 // Create a constrained dialog. It will attach itself to web_contents. 171 // web_contents, but will remain hidden since the test_dialog1 is still 235 content::WebContents* web_contents = local 237 ASSERT_TRUE(web_contents != NULL); 239 WebContentsModalDialogManager::FromWebContents(web_contents); 245 // Create a constrained dialog. It will attach itself to web_contents 271 content::WebContents* web_contents = local 320 content::WebContents* web_contents = content::WebContents::Create( local 393 content::WebContents* web_contents = local 442 content::WebContents* web_contents = local [all...] |
/external/chromium_org/content/public/test/ |
test_renderer_host.cc | 13 #include "content/public/browser/web_contents.h" 41 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( local 43 return web_contents->GetRenderManagerForTesting()->pending_render_view_host(); 84 return web_contents()->GetController(); 87 WebContents* RenderViewHostTestHarness::web_contents() { function in class:content::RenderViewHostTestHarness 92 return web_contents()->GetRenderViewHost(); 96 return static_cast<TestWebContents*>(web_contents())-> 105 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( local 106 this->web_contents()); 107 return web_contents->GetFrameTree()->GetMainFrame() [all...] |
/external/chromium_org/chrome/browser/android/ |
chrome_web_contents_delegate_android.cc | 29 #include "content/public/browser/web_contents.h" 97 WebContents* web_contents, 99 FileSelectHelper::RunFileChooser(web_contents, params); 103 WebContents* web_contents) { 107 content::Source<WebContents>(web_contents))) { 110 content::Source<WebContents>(web_contents)); 113 WebContentsDelegateAndroid::CloseContents(web_contents); 133 WebContents* web_contents, 141 content::Source<WebContents>(web_contents))) { 144 content::Source<WebContents>(web_contents)); [all...] |
shortcut_helper.cc | 21 #include "content/public/browser/web_contents.h" 31 ShortcutBuilder::ShortcutBuilder(content::WebContents* web_contents, 36 Observe(web_contents); 37 url_ = web_contents->GetURL(); 41 title_ = web_contents->GetTitle(); 53 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); 116 void ShortcutBuilder::WebContentsDestroyed(content::WebContents* web_contents) { 127 void ShortcutHelper::AddShortcut(content::WebContents* web_contents, 131 new ShortcutBuilder(web_contents, title, launcher_large_icon_size); 213 tab->web_contents(), [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_infobar_delegate.cc | 22 void ExtensionInfoBarDelegate::Create(content::WebContents* web_contents, 27 InfoBarService::FromWebContents(web_contents)->AddInfoBar( 30 browser, extension, url, web_contents, height)))); 37 content::WebContents* web_contents, 47 extension_view_host_->SetAssociatedWebContents(web_contents);
|
/external/chromium_org/chrome/browser/ui/autofill/ |
new_credit_card_bubble_controller.cc | 21 #include "content/public/browser/web_contents.h" 39 content::WebContents* web_contents, 42 (new NewCreditCardBubbleController(web_contents))->SetupAndShow( 74 content::WebContents* web_contents) 75 : profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())), 76 web_contents_(web_contents),
|
/external/chromium_org/chrome/browser/ui/fullscreen/ |
fullscreen_controller.h | 59 const content::WebContents* web_contents) const; 64 void ToggleFullscreenModeForTab(content::WebContents* web_contents, 92 void RequestToLockMouse(content::WebContents* web_contents, 99 void OnTabDeactivated(content::WebContents* web_contents); 102 void OnTabClosing(content::WebContents* web_contents);
|
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_started_animation_gtk.cc | 12 #include "content/public/browser/web_contents.h" 30 explicit DownloadStartedAnimationGtk(content::WebContents* web_contents); 65 content::WebContents* web_contents) 80 web_contents->GetView()->GetContainerBounds(&web_contents_bounds_); 147 void DownloadStartedAnimation::Show(content::WebContents* web_contents) { 149 new DownloadStartedAnimationGtk(web_contents);
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_current_page_delegate_impl.cc | 21 #include "content/public/browser/web_contents.h" 97 content::WebContents* web_contents = controller_->GetWebContents(); local 99 web_contents->GetView()->GetContainerBounds(&container_bounds); 103 if (prerenderer && prerenderer->IsAllowed(match, web_contents)) { 105 web_contents->GetController().GetSessionStorageNamespaceMap(), 113 web_contents->GetController().GetSessionStorageNamespaceMap(),
|
/external/chromium_org/chrome/browser/ui/startup/ |
session_crashed_infobar_delegate_unittest.cc | 61 content::WebContents* web_contents = tab_strip->GetWebContentsAt(0); local 63 InfoBarService::FromWebContents(web_contents); 76 tab_strip->AppendWebContents(web_contents, true); 83 web_contents = tab_strip->GetWebContentsAt(0); 84 infobar_service = InfoBarService::FromWebContents(web_contents);
|
/external/chromium_org/ui/views/controls/webview/ |
webview.h | 43 void SetWebContents(content::WebContents* web_contents); 51 content::WebContents* web_contents() { return web_contents_; } function in class:views::WebView 75 void OnWebContentsFocused(content::WebContents* web_contents); 105 virtual void WebContentsFocused(content::WebContents* web_contents) OVERRIDE; 113 content::WebContents* web_contents) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/search/ |
search_ipc_router.cc | 9 #include "content/public/browser/web_contents.h" 11 SearchIPCRouter::SearchIPCRouter(content::WebContents* web_contents, 13 : WebContentsObserver(web_contents), 17 DCHECK(web_contents); 50 bool is_search_results_page = !chrome::GetSearchTerms(web_contents()).empty(); 133 if (!web_contents()->IsActiveEntry(page_id)) 142 if (!web_contents()->IsActiveEntry(page_id)) 154 if (!web_contents()->IsActiveEntry(page_id)) 169 if (!web_contents()->IsActiveEntry(page_id)) 181 if (!web_contents()->IsActiveEntry(page_id) [all...] |
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_host_browsertest.cc | 20 #include "content/browser/web_contents/web_contents_impl.h" 102 WebContentsImpl* web_contents) OVERRIDE { 103 return new TestBrowserPluginGuest(instance_id, web_contents); 108 WebContentsImpl* web_contents) OVERRIDE { 110 return new TestBrowserPluginEmbedder(web_contents); 148 int instance_id, WebContentsImpl* web_contents) OVERRIDE { 150 new TestBrowserPluginGuest(instance_id, web_contents); 175 MessageObserver(WebContents* web_contents, uint32 message_id) 176 : WebContentsObserver(web_contents), 250 static void SimulateSpaceKeyPress(WebContents* web_contents) { [all...] |
/external/chromium_org/chrome/browser/history/ |
history_tab_helper.cc | 21 #include "content/public/browser/web_contents.h" 35 HistoryTabHelper::HistoryTabHelper(WebContents* web_contents) 36 : content::WebContentsObserver(web_contents), 64 params.url, timestamp, web_contents(), params.page_id, 99 NavigationTimeHelper::FromWebContents(web_contents())->GetNavigationTime( 111 web_contents()->GetURL(), navigation_time, 116 Profile::FromBrowserContext(web_contents()->GetBrowserContext())); 119 prerender_manager->GetPrerenderContents(web_contents()); 128 Browser* browser = chrome::FindBrowserWithWebContents(web_contents()); 148 Profile::FromBrowserContext(web_contents()->GetBrowserContext()) [all...] |