| /external/chromium_org/content/browser/web_contents/ |
| web_contents_android.cc | 19 WebContents* WebContents::FromJavaWebContents( 39 WebContentsAndroid::WebContentsAndroid(WebContents* web_contents)
|
| /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
| WebContentsObserverAndroid.java | 10 import org.chromium.content_public.browser.WebContents; 20 // TODO(yfriedman): Switch everyone to use the WebContents constructor. 25 public WebContentsObserverAndroid(WebContents webContents) { 27 mNativeWebContentsObserverAndroid = nativeInit(webContents); 113 * the current RenderViewHost of the WebContents. 184 private native long nativeInit(WebContents webContents);
|
| /external/chromium_org/content/public/browser/android/ |
| content_view_core.h | 34 class WebContents; 42 static ContentViewCore* FromWebContents(WebContents* web_contents); 45 virtual WebContents* GetWebContents() const = 0;
|
| /external/chromium_org/content/public/browser/ |
| host_zoom_map.h | 21 class WebContents; 58 // Returns the current zoom level for the specified WebContents. May be 60 CONTENT_EXPORT static double GetZoomLevel(const WebContents* web_contents); 62 // Sets the current zoom level for the specified WebContents. The level may 63 // be temporary or host-specific depending on the particular WebContents. 64 CONTENT_EXPORT static void SetZoomLevel(const WebContents* web_contents, 118 // WebContents. 125 // Clears the temporary zoom level stored for this WebContents.
|
| web_contents.h | 60 // WebContents is the core class in content/. A WebContents renders web content 64 // scoped_ptr<content::WebContents> web_contents( 65 // content::WebContents::Create( 66 // content::WebContents::CreateParams(browser_context))); 71 // That's it; go to your kitchen, grab a scone, and chill. WebContents will do 75 // Each WebContents has exactly one NavigationController; each 76 // NavigationController belongs to one WebContents. The NavigationController can 78 // WebContents, navigate it backwards/forwards, etc. See navigation_controller.h 80 class WebContents : public PageNavigator [all...] |
| web_contents_observer.h | 24 class WebContents; 36 // load events from WebContents. They also get a chance to filter IPC messages. 38 // Since a WebContents can be a delegate to almost arbitrarily many 51 // Called when a RenderFrameHost associated with this WebContents is created. 54 // Called whenever a RenderFrameHost associated with this WebContents is 58 // This is called when a RVH is created for a WebContents, but not if it's an 70 // This method is invoked when a RenderViewHost of the WebContents is 71 // deleted. Note that this does not always happen when the WebContents starts 77 // The WebContents continues to use the RenderViewHost, e.g. when the user 85 // This method is invoked when a WebContents swaps its render view host wit [all...] |
| /external/chromium_org/chrome/browser/ui/tabs/ |
| tab_strip_model.cc | 30 using content::WebContents; 47 // CloseTracker is used when closing a set of WebContents. It listens for 48 // deletions of the WebContents and removes from the internal set any time one 52 typedef std::vector<WebContents*> Contents; 57 // Returns true if there is another WebContents in the Tracker. 60 // Returns the next WebContents, or NULL if there are no more. 61 WebContents* Next(); 66 DeletionObserver(CloseTracker* parent, WebContents* web_contents) 106 WebContents* CloseTracker::Next() { 111 WebContents* web_contents = observer->web_contents() [all...] |
| /external/chromium_org/chrome/browser/guest_view/web_view/ |
| web_view_guest.h | 40 // created on attachment. That is, when a guest WebContents is associated with 41 // a particular embedder WebContents. This happens on either initial navigation 48 content::WebContents* guest_web_contents, 65 static int GetViewInstanceId(content::WebContents* contents); 100 virtual bool AddMessageToConsole(content::WebContents* source, 105 virtual void LoadProgressChanged(content::WebContents* source, 107 virtual void CloseContents(content::WebContents* source) OVERRIDE; 108 virtual void FindReply(content::WebContents* source, 117 content::WebContents* source, 119 virtual void RendererResponsive(content::WebContents* source) OVERRIDE [all...] |
| /external/chromium_org/chrome/browser/ui/ash/launcher/ |
| browser_status_monitor.cc | 34 LocalWebContentsObserver(content::WebContents* contents, 57 // Navigating may change the ShelfID associated with the WebContents. 144 content::WebContents* contents, 164 content::WebContents* contents_from_gained = NULL; 165 content::WebContents* contents_from_lost = NULL; 166 // Update active webcontents's app item state of |lost_active|, if existed. 178 // Update active webcontents's app item state of |gained_active|, if existed. 252 void BrowserStatusMonitor::ActiveTabChanged(content::WebContents* old_contents, 253 content::WebContents* new_contents, 284 content::WebContents* old_contents [all...] |
| /external/chromium_org/chrome/browser/ |
| file_select_helper.h | 23 class WebContents; 40 static void RunFileChooser(content::WebContents* tab, 44 static void EnumerateDirectory(content::WebContents* tab, 75 content::WebContents* web_contents, 140 // The RenderViewHost and WebContents for the page showing a file dialog 143 content::WebContents* web_contents_;
|
| /external/chromium_org/chrome/browser/media_galleries/ |
| media_galleries_scan_result_controller.h | 20 class WebContents; 50 content::WebContents* web_contents, 69 virtual content::WebContents* WebContents() OVERRIDE; 132 content::WebContents* web_contents_;
|
| /external/chromium_org/chrome/browser/search/ |
| search.h | 24 class WebContents; 112 // Returns search terms if this WebContents is a search results page. It looks 117 // extraction is disabled for this WebContents or profile, or if |contents| 119 base::string16 GetSearchTerms(const content::WebContents* contents); 126 bool IsRenderedInInstantProcess(const content::WebContents* contents, 140 bool IsInstantNTP(const content::WebContents* contents); 144 bool NavEntryIsInstantNTP(const content::WebContents* contents,
|
| /external/chromium_org/chrome/browser/sessions/ |
| tab_restore_service_helper.h | 27 class WebContents; 78 void CreateHistoricalTab(content::WebContents* contents, int index); 83 std::vector<content::WebContents*> RestoreMostRecentEntry( 87 std::vector<content::WebContents*> RestoreEntryById( 135 // WebContents of the restored tab. 141 content::WebContents** contents);
|
| /external/chromium_org/chrome/browser/task_manager/ |
| panel_information.cc | 26 using content::WebContents; 40 virtual content::WebContents* GetWebContents() const OVERRIDE; 92 WebContents* PanelResource::GetWebContents() const { 104 bool PanelInformation::CheckOwnership(WebContents* web_contents) { 122 WebContents* web_contents) {
|
| /external/chromium_org/chrome/browser/translate/ |
| chrome_translate_client.h | 33 class WebContents; 58 // WebContents. 72 content::WebContents* web_contents); 75 static void GetTranslateLanguages(content::WebContents* web_contents, 82 // Gets the associated WebContents. Returns NULL if the WebContents is being 84 content::WebContents* GetWebContents(); 109 explicit ChromeTranslateClient(content::WebContents* web_contents);
|
| /external/chromium_org/chrome/browser/ui/webui/ |
| chrome_web_contents_handler.cc | 18 using content::WebContents; 29 // WebContents the URL is opened in. Returns the web contents opened by the 31 WebContents* ChromeWebContentsHandler::OpenURLFromTab( 33 WebContents* source, 80 WebContents* source, 81 WebContents* new_contents,
|
| /external/chromium_org/content/public/test/ |
| test_renderer_host.h | 40 class WebContents; 134 WebContents* web_contents(); 142 // Frees the current WebContents for tests that want to test destruction. 145 // Sets the current WebContents for tests that want to alter it. Takes 146 // ownership of the WebContents passed. 147 void SetContents(WebContents* contents); 149 // Creates a new test-enabled WebContents. Ownership passes to the 151 WebContents* CreateTestWebContents(); 194 scoped_ptr<WebContents> contents_;
|
| /external/chromium_org/chrome/browser/devtools/ |
| devtools_window.cc | 60 using content::WebContents; 189 explicit InspectedWebContentsObserver(WebContents* web_contents); 192 WebContents* web_contents() { 201 WebContents* web_contents) 214 explicit DevToolsToolboxDelegate(WebContents* web_contents) 218 virtual content::WebContents* OpenURLFromTab( 219 content::WebContents* source, 296 content::WebContents* DevToolsWindow::GetInTabWebContents( 297 WebContents* inspected_web_contents, 335 WebContents* inspected_web_contents) [all...] |
| /external/chromium_org/chrome/browser/ui/pdf/ |
| pdf_unsupported_feature.cc | 45 using content::WebContents; 123 void OpenReaderUpdateURL(WebContents* web_contents) { 131 void OpenUsingReader(WebContents* web_contents, 152 WebContents* web_contents, 224 WebContents* web_contents_; 237 WebContents* web_contents, 251 WebContents* web_contents_; 258 WebContents* web_contents, 328 void MaybeShowOpenPDFInReaderPrompt(WebContents* web_contents, 343 WebContents* web_contents [all...] |
| /external/chromium_org/chrome/browser/android/ |
| tab_android.h | 37 class WebContents; 54 // WebContents. Can return NULL. 55 static TabAndroid* FromWebContents(content::WebContents* web_contents); 62 static void AttachTabHelpers(content::WebContents* web_contents); 69 // Return the WebContents, if any, currently owned by this TabAndroid. 70 content::WebContents* web_contents() const { return web_contents_.get(); } 87 // WebContents. Can return NULL. 109 virtual void SwapTabContents(content::WebContents* old_contents, 110 content::WebContents* new_contents, 167 scoped_ptr<content::WebContents> web_contents_ [all...] |
| /external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
| tab_strip_controller.h | 28 class WebContents; 39 - (void)onActivateTabWithContents:(content::WebContents*)contents; 43 withContents:(content::WebContents*)contents; 46 - (void)onTabDetachedWithContents:(content::WebContents*)contents; 180 // Drop a given WebContents at |modelIndex|. Used when dragging from 181 // another window when we don't have access to the WebContents as part of our 189 - (void)dropWebContents:(content::WebContents*)contents 255 withContents:(content::WebContents*)contents; 259 NSView* GetSheetParentViewForWebContents(content::WebContents* web_contents);
|
| /external/chromium_org/chrome/browser/ui/views/frame/ |
| browser_view.h | 217 // Returns the active WebContents. Used by our NonClientView's 223 content::WebContents* GetActiveWebContents() const; 274 virtual void OnActiveTabChanged(content::WebContents* old_contents, 275 content::WebContents* new_contents, 303 virtual void UpdateToolbar(content::WebContents* contents) OVERRIDE; 323 virtual void ShowTranslateBubble(content::WebContents* contents, 344 virtual void WebContentsFocused(content::WebContents* contents) OVERRIDE; 346 content::WebContents* web_contents, 363 virtual void ShowAvatarBubble(content::WebContents* web_contents, 388 virtual void TabInsertedAt(content::WebContents* contents [all...] |
| /external/chromium_org/chrome/browser/guest_view/ |
| guest_view_manager.cc | 26 using content::WebContents; 54 content::WebContents* GuestViewManager::GetGuestByInstanceIDSafely( 68 content::WebContents* GuestViewManager::CreateGuest( 119 WebContents::CreateParams create_params( 124 return WebContents::Create(create_params); 136 content::WebContents* guest_web_contents = 152 bool GuestViewManager::ForEachGuest(WebContents* embedder_web_contents, 157 WebContents* guest = it->second; 169 WebContents* guest_web_contents) { 205 content::WebContents* GuestViewManager::GetGuestByInstanceID [all...] |
| /external/chromium_org/chrome/browser/ui/sync/ |
| one_click_signin_helper.h | 30 class WebContents; 103 content::WebContents* web_contents, 119 content::WebContents* web_contents; 175 content::WebContents* contents, 192 static bool CanOffer(content::WebContents* web_contents, 217 content::WebContents* contents, 228 content::WebContents* contents, signin::Source source); 233 content::WebContents* contents, signin::Source source); 241 content::WebContents* web_contents); 287 OneClickSigninHelper(content::WebContents* web_contents [all...] |
| /external/chromium_org/chrome/browser/speech/ |
| chrome_speech_recognition_manager_delegate.cc | 43 using content::WebContents; 147 // Starts monitoring the WebContents corresponding to the given 157 WebContents* web_contents = tab_util::GetWebContentsByID(render_process_id, 181 content::Source<WebContents>(web_contents)); 184 content::Source<WebContents>(web_contents)); 195 WebContents* web_contents = content::Source<WebContents>(source).ptr(); 204 content::Source<WebContents>(web_contents)); 207 content::Source<WebContents>(web_contents)); 214 WebContentsInfo(content::WebContents* web_contents [all...] |