| /external/chromium_org/content/browser/web_contents/ |
| web_contents_delegate_unittest.cc | 24 WebContents::Create(WebContents::CreateParams(browser_context())))); 26 WebContents::Create(WebContents::CreateParams(browser_context()))));
|
| /external/chromium_org/content/public/browser/android/ |
| external_video_surface_container.h | 18 class WebContents;
|
| /external/chromium_org/content/shell/browser/ |
| notify_done_forwarder.cc | 14 NotifyDoneForwarder::NotifyDoneForwarder(WebContents* web_contents)
|
| notify_done_forwarder.h | 25 explicit NotifyDoneForwarder(WebContents* web_contents);
|
| /external/chromium_org/chrome/browser/ui/tabs/ |
| tab_strip_model_order_controller.cc | 38 content::WebContents* opener = tabstrip_->GetActiveWebContents(); 56 content::WebContents* parent_opener = 61 content::WebContents* removed_contents = 96 content::WebContents* old_contents, 97 content::WebContents* new_contents, 100 content::WebContents* old_opener = NULL; 112 content::WebContents* new_opener = tabstrip_->GetOpenerOfWebContentsAt(index);
|
| tab_strip_model_unittest.cc | 40 using content::WebContents; 46 // Class used to delete a WebContents and TabStripModel when another WebContents 53 DeleteWebContentsOnDestroyedObserver(WebContents* source, 54 WebContents* tab_to_delete, 62 WebContents* tab_to_delete = tab_to_delete_; 71 WebContents* tab_to_delete_; 84 virtual bool RunUnloadListenerBeforeClosing(WebContents* contents) OVERRIDE { 151 virtual void TabInsertedAt(WebContents* contents, 161 virtual void SetWebContentsBlocked(content::WebContents* contents [all...] |
| /external/chromium_org/chrome/browser/ui/views/ |
| hung_renderer_view.h | 18 class WebContents; 28 // The Delegate is notified any time a WebContents the model is listening to 41 void InitForWebContents(content::WebContents* hung_contents); 44 // WebContents. 47 // Returns the first RenderViewHost, or NULL if there aren't any WebContents. 61 // Used to track a single WebContents. If the WebContents is destroyed 66 content::WebContents* tab); 68 content::WebContents* web_contents() const { 86 // Invoked when a WebContents is destroyed. Cleans up |tab_observers_| an [all...] |
| /external/chromium_org/extensions/browser/ |
| extension_host.h | 57 content::WebContents* host_contents() const { return host_contents_.get(); } 93 virtual void AddNewContents(content::WebContents* source, 94 content::WebContents* new_contents, 99 virtual void CloseContents(content::WebContents* contents) OVERRIDE; 101 content::WebContents* web_contents, 104 virtual bool IsNeverVisible(content::WebContents* web_contents) OVERRIDE; 155 scoped_ptr<content::WebContents> host_contents_;
|
| /external/chromium_org/chrome/browser/dom_distiller/ |
| tab_utils.cc | 35 // after the WebContents navigates or goes away. This class is a band-aid to 40 explicit SelfDeletingRequestDelegate(content::WebContents* web_contents); 65 // The WebContents this class is tracking. 66 content::WebContents* web_contents_; 85 content::WebContents* web_contents) 108 void StartNavigationToDistillerViewer(content::WebContents* web_contents, 117 void StartDistillation(content::WebContents* web_contents) { 122 scoped_ptr<content::WebContents> old_web_contents_sptr(web_contents); 141 void DistillCurrentPageAndView(content::WebContents* old_web_contents) { 143 // Create new WebContents [all...] |
| /external/chromium_org/chrome/browser/password_manager/ |
| password_manager_browsertest.cc | 51 explicit NavigationObserver(content::WebContents* web_contents) 154 content::WebContents* WebContents() { 159 return WebContents()->GetRenderViewHost(); 163 return ManagePasswordsUIController::FromWebContents(WebContents()); 177 NavigationObserver observer(WebContents()); 269 NavigationObserver observer(WebContents()); 289 NavigationObserver observer(WebContents()); 310 NavigationObserver observer(WebContents()); 330 NavigationObserver observer(WebContents()); [all...] |
| chrome_password_manager_client.h | 24 class WebContents; 64 content::WebContents* contents, 68 // from a WebContents instance. 70 content::WebContents* contents); 73 // PasswordGenerationManager from a WebContents instance. 75 GetGenerationManagerFromWebContents(content::WebContents* contents); 85 ChromePasswordManagerClient(content::WebContents* web_contents,
|
| /external/chromium_org/chrome/browser/ui/ |
| browser_tabrestore.cc | 21 using content::WebContents; 39 WebContents* CreateRestoredTab( 56 WebContents::CreateParams create_params( 60 WebContents* base_web_contents = 66 WebContents* web_contents = content::WebContents::CreateWithSessionStorage( 86 content::WebContents* AddRestoredTab( 97 WebContents* web_contents = CreateRestoredTab(browser, 140 content::WebContents* ReplaceRestoredTab( 148 WebContents* web_contents = CreateRestoredTab(browser [all...] |
| browser_window.h | 43 class WebContents; 126 virtual void OnActiveTabChanged(content::WebContents* old_contents, 127 content::WebContents* new_contents, 172 virtual void UpdateToolbar(content::WebContents* contents) = 0; 231 virtual void ShowTranslateBubble(content::WebContents* contents, 284 virtual void WebContentsFocused(content::WebContents* contents) = 0; 291 content::WebContents* web_contents, 345 virtual void UpdatePreferredSize(content::WebContents* web_contents, 349 virtual void ResizeDueToAutoResize(content::WebContents* web_contents, 364 virtual void ShowAvatarBubble(content::WebContents* web_contents [all...] |
| /external/chromium_org/chrome/browser/android/ |
| chrome_web_contents_delegate_android.cc | 44 using content::WebContents; 91 WebContents* source, bool to_different_document) { 99 WebContents* web_contents, 105 WebContents* web_contents) { 109 content::Source<WebContents>(web_contents))) { 112 content::Source<WebContents>(web_contents)); 125 content::Source<WebContents>(source).ptr(), 135 WebContents* web_contents, 143 content::Source<WebContents>(web_contents))) { 146 content::Source<WebContents>(web_contents)) [all...] |
| /external/chromium_org/chrome/browser/apps/ |
| ephemeral_app_launcher.h | 20 class WebContents; 47 content::WebContents* web_contents); 60 content::WebContents* web_contents, 72 virtual content::WebContents* GetWebContents() const OVERRIDE; 97 scoped_ptr<content::WebContents> dummy_web_contents_;
|
| /external/chromium_org/chrome/browser/guest_view/web_view/ |
| javascript_dialog_helper.cc | 41 content::WebContents* web_contents, 73 content::WebContents* web_contents, 83 content::WebContents* web_contents, 90 content::WebContents* web_contents) { 94 content::WebContents* web_contents) {
|
| /external/chromium_org/chrome/browser/ui/find_bar/ |
| find_bar_host_interactive_uitest.cc | 19 using content::WebContents; 33 int FindInPageWchar(WebContents* web_contents, 50 bool FocusedOnPage(WebContents* web_contents, std::string* result) 53 bool FocusedOnPage(WebContents* web_contents, std::string* result) { 74 WebContents* web_contents =
|
| /external/chromium_org/chrome/browser/ui/search/ |
| instant_controller.h | 28 class WebContents; 41 // WebContents and it does not own that WebContents. 64 void TabDeactivated(content::WebContents* contents); 118 const content::WebContents* contents, 121 const content::WebContents* contents, 126 void RedirectToLocalNTP(content::WebContents* contents);
|
| /external/chromium_org/components/autofill/content/browser/ |
| content_autofill_driver.h | 19 class WebContents; 33 // instance per WebContents. 39 content::WebContents* contents, 43 static ContentAutofillDriver* FromWebContents(content::WebContents* contents); 65 // Returns the WebContents with which this instance is associated. 66 content::WebContents* GetWebContents(); 76 content::WebContents* web_contents,
|
| /external/chromium_org/content/browser/android/ |
| download_controller_android_impl.h | 40 class WebContents; 69 WebContents* web_contents; 82 const ContextMenuParams& params, WebContents* web_contents, 85 WebContents* web_contents, int download_id, bool accept) OVERRIDE; 114 WebContents* web_contents);
|
| /external/chromium_org/chrome/browser/extensions/ |
| extension_view_host.cc | 29 using content::WebContents; 35 // Notifies an ExtensionViewHost when a WebContents is destroyed. 40 WebContents* web_contents) 70 // The hosting WebContents will be deleted in the base class, so unregister 93 void ExtensionViewHost::SetAssociatedWebContents(WebContents* web_contents) { 96 // Observe the new WebContents for deletion. 105 WebContents* source, 165 WebContents* ExtensionViewHost::OpenURLFromTab( 166 WebContents* source, 188 WebContents* source [all...] |
| /external/chromium_org/chrome/browser/media/ |
| media_capture_devices_dispatcher.h | 82 content::WebContents* web_contents, 160 typedef std::map<content::WebContents*, RequestsQueue> RequestsQueues; 172 content::WebContents* web_contents, 177 content::WebContents* web_contents, 182 content::WebContents* web_contents, 187 content::WebContents* web_contents, 192 content::WebContents* web_contents, 195 void ProcessQueuedAccessRequest(content::WebContents* web_contents); 196 void OnAccessRequestResponse(content::WebContents* web_contents,
|
| /external/chromium_org/ui/views/controls/webview/ |
| web_dialog_view.cc | 28 using content::WebContents; 62 content::WebContents* WebDialogView::web_contents() { 248 void WebDialogView::OnCloseContents(WebContents* source, 270 void WebDialogView::MoveContents(WebContents* source, const gfx::Rect& pos) { 279 void WebDialogView::HandleKeyboardEvent(content::WebContents* source, 287 void WebDialogView::CloseContents(WebContents* source) { 295 content::WebContents* WebDialogView::OpenURLFromTab( 296 content::WebContents* source, 298 content::WebContents* new_contents = NULL; 306 void WebDialogView::AddNewContents(content::WebContents* source [all...] |
| /external/chromium_org/chrome/browser/chromeos/login/ui/ |
| webui_login_view.h | 84 // Returns current WebContents. 85 content::WebContents* GetWebContents(); 131 content::WebContents* source, 134 const content::WebContents* source) const OVERRIDE; 135 virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE; 137 content::WebContents* web_contents, 141 content::WebContents* source, 166 // Converts keyboard events on the WebContents to accelerators.
|
| /external/chromium_org/chrome/browser/ssl/ |
| ssl_add_certificate.cc | 27 using content::WebContents; 75 WebContents* web_contents = 94 WebContents* web_contents = WebContents::FromRenderFrameHost( 114 WebContents* web_contents = WebContents::FromRenderFrameHost(
|