/external/chromium_org/chrome/browser/password_manager/ |
chrome_password_manager_client.h | 24 class WebContents; 85 content::WebContents* contents, 89 // from a WebContents instance. 91 content::WebContents* contents); 94 // PasswordGenerationManager from a WebContents instance. 96 GetGenerationManagerFromWebContents(content::WebContents* contents); 110 ChromePasswordManagerClient(content::WebContents* web_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 | 27 using content::WebContents; 41 virtual content::WebContents* GetWebContents() const OVERRIDE; 94 WebContents* PanelResource::GetWebContents() const { 106 bool PanelInformation::CheckOwnership(WebContents* web_contents) { 124 WebContents* web_contents) {
|
web_contents_resource_provider.cc | 33 using content::WebContents; 40 explicit SubframeResource(WebContents* web_contents, 49 virtual WebContents* GetWebContents() const OVERRIDE; 52 WebContents* web_contents_; 57 SubframeResource::SubframeResource(WebContents* web_contents, 83 WebContents* SubframeResource::GetWebContents() const { 87 // Tracks changes to one WebContents, and manages task manager resources for 88 // that WebContents, on behalf of a WebContentsResourceProvider. 94 TaskManagerWebContentsEntry(WebContents* web_contents, 275 WebContents* web_contents = WebContents::FromRenderFrameHost(rfh) [all...] |
/external/chromium_org/chrome/browser/translate/ |
chrome_translate_client.h | 22 class WebContents; 50 // WebContents. 67 content::WebContents* web_contents); 70 static void GetTranslateLanguages(content::WebContents* web_contents, 77 // Gets the associated WebContents. Returns NULL if the WebContents is being 79 content::WebContents* GetWebContents(); 108 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/chrome/browser/ui/zoom/ |
zoom_controller_browsertest.cc | 37 content::WebContents* web_contents, 55 content::WebContents* web_contents_; 71 content::WebContents* web_contents = 96 content::WebContents* web_contents = 119 content::WebContents* web_contents =
|
/external/chromium_org/content/browser/media/capture/ |
web_contents_audio_muter.cc | 62 // identifies the audio streams rendered by a WebContents and provides 68 explicit MuteDestination(WebContents* web_contents) 95 // WebContents being muted. 98 WebContents* const contents_containing_frame = 99 WebContents::FromRenderFrameHost( 112 WebContents* const web_contents_; 117 WebContentsAudioMuter::WebContentsAudioMuter(WebContents* web_contents)
|
/external/chromium_org/content/public/test/ |
test_renderer_host.h | 40 class WebContents; 160 WebContents* web_contents(); 186 // Frees the current WebContents for tests that want to test destruction. 189 // Sets the current WebContents for tests that want to alter it. Takes 190 // ownership of the WebContents passed. 191 void SetContents(WebContents* contents); 193 // Creates a new test-enabled WebContents. Ownership passes to the 195 WebContents* CreateTestWebContents(); 235 scoped_ptr<WebContents> contents_;
|
/external/chromium_org/extensions/browser/guest_view/mime_handler_view/ |
mime_handler_view_guest.cc | 24 using content::WebContents; 56 WebContents* MimeHandlerViewGuest::GetAssociatedWebContents() const { 111 WebContents::CreateParams params(browser_context(), guest_site_instance); 113 callback.Run(WebContents::Create(params)); 140 WebContents* source,
|
/external/chromium_org/chrome/browser/media/ |
media_capture_devices_dispatcher.h | 82 content::WebContents* web_contents, 95 bool CheckMediaAccessPermission(content::WebContents* web_contents, 101 bool CheckMediaAccessPermission(content::WebContents* web_contents, 171 typedef std::map<content::WebContents*, RequestsQueue> RequestsQueues; 183 content::WebContents* web_contents, 188 content::WebContents* web_contents, 193 content::WebContents* web_contents, 198 content::WebContents* web_contents, 203 content::WebContents* web_contents, 206 void ProcessQueuedAccessRequest(content::WebContents* 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, 153 WebContents* web_contents, 225 WebContents* web_contents_; 237 PDFUnsupportedFeaturePromptClient(WebContents* web_contents, 251 WebContents* web_contents_; 258 WebContents* web_contents, 325 void MaybeShowOpenPDFInReaderPrompt(WebContents* web_contents, 341 WebContents* web_contents [all...] |
/external/chromium_org/ui/views/controls/webview/ |
webview.cc | 47 content::WebContents* WebView::GetWebContents() { 56 void WebView::SetWebContents(content::WebContents* replacement) { 77 << "Cannot change mode while a WebContents is attached."; 91 void WebView::OnWebContentsFocused(content::WebContents* web_contents) { 127 scoped_ptr<content::WebContents> WebView::SwapWebContents( 128 scoped_ptr<content::WebContents> new_web_contents) { 131 scoped_ptr<content::WebContents> old_web_contents(wc_owner_.Pass()); 237 void WebView::WebContentsFocused(content::WebContents* web_contents) { 370 content::WebContents* WebView::CreateWebContents( 372 content::WebContents* contents = NULL [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
webui_login_view.h | 91 // Returns current WebContents. 92 content::WebContents* GetWebContents(); 141 content::WebContents* source, 144 const content::WebContents* source) const OVERRIDE; 145 virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE; 147 content::WebContents* web_contents, 151 content::WebContents* web_contents, 155 content::WebContents* source, 177 // Converts keyboard events on the WebContents to accelerators.
|
/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; 184 // Drop a given WebContents at |modelIndex|. Used when dragging from 185 // another window when we don't have access to the WebContents as part of our 193 - (void)dropWebContents:(content::WebContents*)contents 265 withContents:(content::WebContents*)contents; 269 NSView* GetSheetParentViewForWebContents(content::WebContents* web_contents);
|
/external/chromium_org/content/public/browser/ |
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 visible RenderViewHos [all...] |
web_contents.h | 63 // WebContents is the core class in content/. A WebContents renders web content 67 // scoped_ptr<content::WebContents> web_contents( 68 // content::WebContents::Create( 69 // content::WebContents::CreateParams(browser_context))); 74 // That's it; go to your kitchen, grab a scone, and chill. WebContents will do 78 // Each WebContents has exactly one NavigationController; each 79 // NavigationController belongs to one WebContents. The NavigationController can 81 // WebContents, navigate it backwards/forwards, etc. See navigation_controller.h 83 class WebContents : public PageNavigator [all...] |
/external/chromium_org/athena/content/ |
web_activity.cc | 77 bool PreHandleKeyboardEvent(content::WebContents* source, 95 void HandleKeyboardEvent(content::WebContents* source, 175 AthenaWebView(content::WebContents* web_contents) 178 scoped_ptr<content::WebContents> old_contents( 179 SwapWebContents(scoped_ptr<content::WebContents>(web_contents))); 187 scoped_ptr<content::WebContents> old_contents(SwapWebContents( 188 scoped_ptr<content::WebContents>(content::WebContents::Create( 189 content::WebContents::CreateParams(browser_context()))))); 195 content::WebContents::Create(content::WebContents::CreateParams [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view.h | 214 // Returns the active WebContents. Used by our NonClientView's 220 content::WebContents* GetActiveWebContents() const; 271 virtual void OnActiveTabChanged(content::WebContents* old_contents, 272 content::WebContents* new_contents, 300 virtual void UpdateToolbar(content::WebContents* contents) OVERRIDE; 321 content::WebContents* contents, 343 virtual void WebContentsFocused(content::WebContents* contents) OVERRIDE; 345 content::WebContents* web_contents, 362 virtual void ShowAvatarBubble(content::WebContents* web_contents, 379 virtual void TabInsertedAt(content::WebContents* contents [all...] |
/external/chromium_org/content/browser/devtools/ |
render_view_devtools_agent_host.cc | 44 static RenderViewDevToolsAgentHost* FindAgentHost(WebContents* web_contents) { 58 DevToolsAgentHost::GetOrCreateFor(WebContents* web_contents) { 66 bool DevToolsAgentHost::HasFor(WebContents* web_contents) { 71 bool DevToolsAgentHost::IsDebuggerAttached(WebContents* web_contents) { 77 std::vector<WebContents*> DevToolsAgentHostImpl::GetInspectableWebContents() { 78 std::set<WebContents*> set; 89 WebContents* web_contents = WebContents::FromRenderViewHost(rvh); 93 std::vector<WebContents*> result(set.size()); 102 WebContents* web_contents = WebContents::FromRenderViewHost(pending) [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_commands.h | 23 class WebContents; 79 bool CanZoomIn(content::WebContents* contents); 80 bool CanZoomOut(content::WebContents* contents); 81 bool ActualSize(content::WebContents* contents); 93 content::WebContents* DuplicateTabAt(Browser* browser, int index); 108 content::WebContents* web_contents, 145 bool CanRequestTabletSite(content::WebContents* current_tab); 153 void ViewSource(Browser* browser, content::WebContents* tab); 157 content::WebContents* tab, 169 void ConvertTabToAppWindow(Browser* browser, content::WebContents* contents) [all...] |
browser_unittest.cc | 19 using content::WebContents; 28 WebContents* CreateTestWebContents() { 42 WebContents* contents1 = CreateTestWebContents(); 50 WebContents* contents2 = CreateTestWebContents(); 113 virtual void OnActiveTabChanged(content::WebContents* old_contents, 114 content::WebContents* new_contents,
|
/external/chromium_org/chrome/browser/android/ |
dev_tools_manager_delegate_android.cc | 24 using content::WebContents; 32 GURL GetFaviconURLForContents(WebContents* web_contents) { 42 if (WebContents* web_contents = agent_host->GetWebContents()) 49 if (WebContents* web_contents = agent_host->GetWebContents()) 72 explicit TargetBase(WebContents* web_contents) 101 WebContents* web_contents) { 125 WebContents* web_contents = model->GetWebContentsAt(index); 136 WebContents* web_contents = model->GetWebContentsAt(index); 172 TabTarget(int tab_id, WebContents* web_contents) 285 WebContents* web_contents = tab_model->CreateNewTabForDevTools(url) [all...] |
/external/chromium_org/chrome/browser/speech/ |
chrome_speech_recognition_manager_delegate.cc | 46 using content::WebContents; 150 // Starts monitoring the WebContents corresponding to the given 160 WebContents* web_contents = tab_util::GetWebContentsByID(render_process_id, 184 content::Source<WebContents>(web_contents)); 187 content::Source<WebContents>(web_contents)); 198 WebContents* web_contents = content::Source<WebContents>(source).ptr(); 207 content::Source<WebContents>(web_contents)); 210 content::Source<WebContents>(web_contents)); 217 WebContentsInfo(content::WebContents* web_contents [all...] |
/external/chromium_org/chrome/browser/ui/android/ |
website_settings_popup_android.cc | 31 using content::WebContents; 36 content::WebContents* web_contents = 37 content::WebContents::FromJavaWebContents(java_web_contents); 74 content::WebContents* web_contents = 75 content::WebContents::FromJavaWebContents(java_web_contents); 84 WebContents* web_contents) {
|