|   /external/chromium_org/ui/web_dialogs/ | 
| web_dialog_web_contents_delegate.cc  | 13 using content::WebContents; 38 WebContents* WebDialogWebContentsDelegate::OpenURLFromTab( 39     WebContents* source, const OpenURLParams& params) { 44     WebContents* source, WebContents* new_contents, 53     const WebContents* source) const { 60     WebContents* source,
  | 
|   /external/chromium_org/android_webview/native/ | 
| aw_pdf_exporter.h  | 18 class WebContents; 31                 content::WebContents* web_contents); 48   content::WebContents* web_contents_;
  | 
| state_serializer.h  | 16 class WebContents; 22 // Write and restore a WebContents to and from a pickle. Return true on 26 bool WriteToPickle(const content::WebContents& web_contents, 31                        content::WebContents* web_contents) WARN_UNUSED_RESULT;
  | 
|   /external/chromium_org/chrome/browser/devtools/ | 
| devtools_window.h  | 43   // Return the DevToolsWindow for the given WebContents if one exists, 46       content::WebContents* inspected_web_contents); 48   // Return the docked DevTools WebContents for the given inspected WebContents 55   static content::WebContents* GetInTabWebContents( 56       content::WebContents* inspected_tab, 75   // Perform specified action for current WebContents inside a |browser|. 96   content::WebContents* web_contents_for_test() { return main_web_contents_; } 133   //     WebContents perspective looks the same as the |content|'s own 138   // 4. If the user cancels the dialog put up by either the WebContents o     [all...] | 
|   /external/chromium_org/chrome/browser/download/ | 
| download_request_limiter.h  | 26 class WebContents; 84                      content::WebContents* web_contents, 85                      content::WebContents* originating_web_contents); 105     content::WebContents* web_contents() const { 151     content::WebContents* web_contents_; 186   DownloadStatus GetDownloadStatus(content::WebContents* tab); 212       content::WebContents* web_contents, 213       content::WebContents* originating_web_contents, 226   void CanDownloadImpl(content::WebContents* originating_contents, 244   void Remove(TabDownloadState* state, content::WebContents* contents)     [all...] | 
|   /external/chromium_org/chrome/browser/extensions/ | 
| chrome_extension_host_delegate.h  | 19   virtual void OnExtensionHostCreated(content::WebContents* web_contents) 25   virtual void CreateTab(content::WebContents* web_contents, 31       content::WebContents* web_contents,
  | 
|   /external/chromium_org/chrome/browser/google/ | 
| google_url_tracker_navigation_helper_impl.h  | 14 class WebContents; 21   GoogleURLTrackerNavigationHelperImpl(content::WebContents* web_contents, 42   content::WebContents* web_contents_;
  | 
|   /external/chromium_org/chrome/browser/printing/ | 
| background_printing_manager.cc  | 20 using content::WebContents; 27   Observer(BackgroundPrintingManager* manager, WebContents* web_contents); 37     BackgroundPrintingManager* manager, WebContents* web_contents) 58   // preview WebContents trying to print). In such a case it will fail to print, 65     WebContents* preview_dialog) { 76                  content::Source<WebContents>(preview_dialog)); 83   WebContents* initiator = dialog_controller->GetInitiator(preview_dialog); 94   DeletePreviewContents(content::Source<WebContents>(source).ptr()); 98     WebContents* preview_contents) { 110                     content::Source<WebContents>(preview_contents))     [all...] | 
|   /external/chromium_org/chrome/browser/renderer_context_menu/ | 
| spelling_bubble_model.h  | 15 class WebContents; 23                       content::WebContents* web_contents, 42   content::WebContents* web_contents_;
  | 
|   /external/chromium_org/chrome/browser/sync/glue/ | 
| synced_tab_delegate.h  | 17 class WebContents; 23 // directly on WebContents, NavigationController, and the extensions TabHelper. 56   virtual content::WebContents* GetWebContents() const = 0; 61   // Returns the SyncedTabDelegate associated with WebContents. 63       content::WebContents* web_contents);
  | 
|   /external/chromium_org/chrome/browser/tab_contents/ | 
| tab_util.cc  | 18 using content::WebContents; 22 content::WebContents* GetWebContentsByID(int render_process_id, 29   return WebContents::FromRenderViewHost(render_view_host);
  | 
|   /external/chromium_org/chrome/browser/ui/ | 
| browser_tabrestore.h  | 16 class WebContents; 34 // the regular user agent is overridden. Returns the WebContents of the restored 36 content::WebContents* AddRestoredTab( 49 // history restored from the SessionRestore system. Returns the WebContents of 51 content::WebContents* ReplaceRestoredTab(
  | 
|   /external/chromium_org/chrome/browser/ui/cocoa/autofill/ | 
| autofill_sign_in_container.h  | 18 class WebContents; 26   scoped_ptr<content::WebContents> webContents_; 44 - (content::WebContents*)webContents;
  | 
|   /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ | 
| constrained_window_mac.h  | 14 class WebContents; 33       content::WebContents* web_contents, 50   // The WebContents that owns and constrains this ConstrainedWindowMac. Weak. 51   content::WebContents* web_contents_;
  | 
|   /external/chromium_org/chrome/browser/ui/tabs/ | 
| tab_strip_model.h  | 21 class WebContents; 67     // WebContents::SetClosedByUserGesture(true) is invoked. 87     // If not set the insertion index of the WebContents is left up to 143   // Retrieve the index of the currently active WebContents. 162   // Adds the specified WebContents in the default location. Tabs opened 164   void AppendWebContents(content::WebContents* contents, bool foreground); 166   // Adds the specified WebContents at the specified location. 177                            content::WebContents* contents, 180   // Closes the WebContents at the specified index. This causes the 181   // WebContents to be destroyed, but it may not happen immediately     [all...] | 
|   /external/chromium_org/chrome/browser/ui/views/ | 
| constrained_window_views.h  | 11 class WebContents; 38     content::WebContents* initiator_web_contents); 42                                          content::WebContents* web_contents);
  | 
|   /external/chromium_org/chrome/test/remoting/ | 
| pin_browsertest.cc  | 15   content::WebContents* content = app_web_content(); 28   content::WebContents* content = app_web_content(); 41   content::WebContents* content = app_web_content();
  | 
|   /external/chromium_org/components/navigation_interception/ | 
| intercept_navigation_delegate.h  | 17 class WebContents; 34 //    Associate method) with a WebContents for which URLRequests are to be 44   // Associates the InterceptNavigationDelegate with a WebContents using the 46   // As implied by the use of scoped_ptr, the WebContents will assume ownership 48   static void Associate(content::WebContents* web_contents, 50   // Gets the InterceptNavigationDelegate associated with the WebContents, 52   static InterceptNavigationDelegate* Get(content::WebContents* web_contents);
  | 
|   /external/chromium_org/components/web_contents_delegate_android/ | 
| color_chooser_android.h  | 19 class WebContents; 28   ColorChooserAndroid(content::WebContents* tab, 44   content::WebContents* web_contents_;
  | 
|   /external/chromium_org/content/browser/download/ | 
| download_request_handle.h  | 17 class WebContents; 30   virtual WebContents* GetWebContents() const = 0; 66   virtual WebContents* GetWebContents() const OVERRIDE;
  | 
|   /external/chromium_org/content/public/browser/ | 
| web_contents.cc  | 11 WebContents::CreateParams::CreateParams(BrowserContext* context) 22 WebContents::CreateParams::CreateParams( 34 WebContents::CreateParams::~CreateParams() {
  | 
| web_contents_user_data.h  | 15 // WebContents. For example: 23 //   explicit FooTabHelper(content::WebContents* contents); 33   // Creates an object of type T, and attaches it to the specified WebContents. 35   static void CreateForWebContents(WebContents* contents) { 42   // WebContents (via CreateForWebContents above) and returns it. If no instance 44   static T* FromWebContents(WebContents* contents) { 48   static const T* FromWebContents(const WebContents* contents) {
  | 
|   /external/chromium_org/content/public/test/ | 
| web_contents_tester.h  | 19 class WebContents; 22 // test version of WebContents.  This interface can be retrieved from any 23 // WebContents that was retrieved via a call to 27 // Tests within content/ can directly static_cast WebContents objects retrieved 33 // a) Define a TestWebContents interface that inherits from WebContents, and 37 // WebContents to WebContentsImpl using static_cast. 39 // b) Define a TestWebContents interface that inherits from WebContents, and 42 // there is a fundamental assumption in content/ that a WebContents* can be 47   // Retrieves a WebContentsTester to drive tests of the specified WebContents. 51   static WebContentsTester* For(WebContents* contents)     [all...] | 
|   /external/chromium_org/extensions/browser/ | 
| view_type_utils.cc  | 10 using content::WebContents; 30 ViewType GetViewType(WebContents* tab) { 40 void SetViewType(WebContents* tab, ViewType type) {
  | 
|   /external/chromium_org/content/shell/browser/ | 
| shell.h  | 46 class WebContents; 100   WebContents* web_contents() const { return web_contents_.get(); } 113   virtual WebContents* OpenURLFromTab(WebContents* source, 115   virtual void AddNewContents(WebContents* source, 116                               WebContents* new_contents, 121   virtual void LoadingStateChanged(WebContents* source, 124   virtual void LoadProgressChanged(WebContents* source, 127   virtual void ToggleFullscreenModeForTab(WebContents* web_contents, 130       const WebContents* web_contents) const OVERRIDE     [all...] |