| /external/chromium_org/chrome/browser/guest_view/ |
| guest_view_manager.h | 43 // Returns the guest WebContents associated with the given |guest_instance_id| 46 // this method will return NULL. If no WebContents exists with the given 48 content::WebContents* GetGuestByInstanceIDSafely( 53 virtual content::WebContents* CreateGuest( 62 virtual bool ForEachGuest(content::WebContents* embedder_web_contents, 73 content::WebContents* guest_web_contents); 80 content::WebContents* GetGuestByInstanceID( 103 // Contains guests' WebContents, mapping from their instance ids. 104 typedef std::map<int, content::WebContents*> GuestInstanceMap;
|
| guest_view_base.h | 21 // WebContents and an embedder WebContents. It receives events issued from 51 content::WebContents* guest_web_contents, 55 static GuestViewBase* FromWebContents(content::WebContents* web_contents); 59 static bool IsGuest(content::WebContents* web_contents); 85 // This method is called when the guest WebContents is about to be destroyed. 91 // This method is called when the guest's embedder WebContents has been 98 // This method is called when the guest WebContents has been destroyed. This 110 // Once a guest WebContents is ready, this initiates the association of |this| 112 void Init(content::WebContents* guest_web_contents [all...] |
| /external/chromium_org/chrome/browser/sessions/ |
| tab_restore_service_delegate.h | 20 class WebContents; 48 virtual content::WebContents* GetWebContentsAt(int index) const = 0; 49 virtual content::WebContents* GetActiveWebContents() const = 0; 51 virtual content::WebContents* AddRestoredTab( 61 virtual content::WebContents* ReplaceRestoredTab( 78 const content::WebContents* contents);
|
| session_restore_android.cc | 22 content::WebContents* SessionRestore::RestoreForeignSessionTab( 23 content::WebContents* web_contents, 34 content::WebContents* new_web_contents = content::WebContents::Create( 35 content::WebContents::CreateParams(context));
|
| /external/chromium_org/apps/ |
| app_window.h | 31 class WebContents; 51 // class should create and maintain the WebContents for the window, and handle 59 // Called to initialize the WebContents, before the app window is created. 75 virtual content::WebContents* GetWebContents() const = 0; 82 // have a WebContents but none of the chrome of normal browser windows. 199 virtual void InitWebContents(content::WebContents* web_contents) = 0; 205 virtual content::WebContents* OpenURLFromTab( 207 content::WebContents* source, 210 content::WebContents* new_contents, 218 content::WebContents* web_contents [all...] |
| /external/chromium_org/chrome/browser/media/ |
| chrome_media_stream_infobar_browsertest.cc | 48 content::WebContents* LoadTestPageInTab() { 52 content::WebContents* LoadTestPageInIncognitoTab() { 65 void DenyRequest(content::WebContents* tab_contents, 82 bool StopLocalStream(content::WebContents* tab_contents) { 91 content::WebContents* LoadTestPageInBrowser(Browser* browser) { 116 content::WebContents* tab_contents = LoadTestPageInTab(); 121 content::WebContents* tab_contents = LoadTestPageInTab(); 126 content::WebContents* tab_contents = LoadTestPageInTab(); 131 content::WebContents* tab_contents = LoadTestPageInIncognitoTab(); 152 content::WebContents* tab_contents = LoadTestPageInTab() [all...] |
| webrtc_browsertest_base.cc | 98 content::WebContents* tab_contents) const { 104 content::WebContents* tab_contents, 117 void WebRtcTestBase::GetUserMediaAndDeny(content::WebContents* tab_contents) { 123 content::WebContents* tab_contents, 137 content::WebContents* tab_contents) const { 149 void WebRtcTestBase::GetUserMedia(content::WebContents* tab_contents, 159 content::WebContents* tab_contents, 176 content::WebContents* WebRtcTestBase::OpenPageAndGetUserMediaInNewTab( 182 content::WebContents* 192 content::WebContents* new_tab [all...] |
| chrome_webrtc_typing_detection_browsertest.cc | 65 content::WebContents* tab_contents) { 70 void PlayAudioFile(content::WebContents* tab_contents) { 75 content::WebContents* tab_contents) { 80 void EstablishCall(content::WebContents* from_tab, 81 content::WebContents* to_tab) { 102 content::WebContents* left_tab = 106 content::WebContents* right_tab =
|
| /external/chromium_org/content/public/test/ |
| browser_test_utils.h | 50 class WebContents; 58 void WaitForLoadStop(WebContents* web_contents); 61 void CrashTab(WebContents* web_contents); 65 void SimulateMouseClick(WebContents* web_contents, 71 void SimulateMouseClickAt(WebContents* web_contents, 77 void SimulateMouseEvent(WebContents* web_contents, 82 void SimulateTapAt(WebContents* web_contents, const gfx::Point& point); 91 void SimulateKeyPress(WebContents* web_contents, 109 void SimulateKeyPressWithCode(WebContents* web_contents, 118 // Allow ExecuteScript* methods to target either a WebContents or [all...] |
| content_browser_test_utils.h | 31 class WebContents; 82 // Used to wait for a new WebContents to be created. Instantiate this object 91 WebContents* GetWebContents(); 96 base::Callback<void(WebContents*)> web_contents_created_callback_; 99 void WebContentsCreated(WebContents* web_contents); 101 // Callback invoked on WebContents creation. 102 WebContents* web_contents_;
|
| /external/chromium_org/chrome/browser/printing/ |
| print_preview_dialog_controller_browsertest.cc | 20 using content::WebContents; 25 explicit RequestPrintPreviewObserver(WebContents* dialog) 57 explicit PrintPreviewDialogClonedObserver(WebContents* dialog) 69 WebContents* old_web_contents, 70 WebContents* new_web_contents) OVERRIDE { 82 explicit PrintPreviewDialogDestroyedObserver(WebContents* dialog) 106 WebContents* initiator() { 117 WebContents* GetPrintPreviewDialog() { 125 WebContents* first_tab = 152 WebContents* initiator_ [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| webstore_install_with_prompt.cc | 13 using content::WebContents; 23 WebContents::Create(WebContents::CreateParams(profile))), 35 WebContents::Create(WebContents::CreateParams(profile))), 75 WebContents* WebstoreInstallWithPrompt::GetWebContents() const { 95 content::WebContents* WebstoreInstallWithPrompt::OpenURL(
|
| /external/chromium_org/chrome/browser/ui/ |
| browser_command_controller.h | 85 virtual void TabInsertedAt(content::WebContents* contents, 88 virtual void TabDetachedAt(content::WebContents* contents, 91 content::WebContents* old_contents, 92 content::WebContents* new_contents, 94 virtual void TabBlockedStateChanged(content::WebContents* contents, 149 // state. |is_loading| is true if the current WebContents is loading. 158 void AddInterstitialObservers(content::WebContents* contents); 159 void RemoveInterstitialObservers(content::WebContents* contents);
|
| /external/chromium_org/ui/views/controls/webview/ |
| webview.h | 20 // Provides a view of a WebContents instance. WebView can be used standalone, 21 // creating and displaying an internally-owned WebContents; or within a full 22 // browser where the browser swaps its own WebContents instances in/out (e.g., 26 // hold and display the native view provided by a WebContents. 28 // EmbedFullscreenWidgetMode: When enabled, WebView will observe for WebContents 30 // fullscreen native view (if different). In addition, if the WebContents is 43 // This creates a WebContents if none is yet associated with this WebView. The 44 // WebView owns this implicitly created WebContents. 45 content::WebContents* GetWebContents(); 47 // WebView does not assume ownership of WebContents set via this method, onl [all...] |
| /external/chromium_org/chrome/browser/ui/views/tabs/ |
| browser_tab_strip_controller.h | 22 class WebContents; 80 virtual void TabInsertedAt(content::WebContents* contents, 83 virtual void TabDetachedAt(content::WebContents* contents, 88 virtual void TabMoved(content::WebContents* contents, 91 virtual void TabChangedAt(content::WebContents* contents, 95 content::WebContents* old_contents, 96 content::WebContents* new_contents, 98 virtual void TabPinnedStateChanged(content::WebContents* contents, 100 virtual void TabMiniStateChanged(content::WebContents* contents, 102 virtual void TabBlockedStateChanged(content::WebContents* contents [all...] |
| /external/chromium_org/chrome/test/remoting/ |
| remote_desktop_browsertest.h | 184 // The "active" WebContents instance the test needs to interact with. 185 content::WebContents* active_web_contents() { 190 // The client WebContents instance the test needs to interact with. 191 content::WebContents* client_web_content() { 195 content::WebContents* app_web_content() { 212 // Helper to retrieve the current URL in the active WebContents. 219 // Helper to execute a JavaScript code snippet in the active WebContents. 222 // Helper to execute a JavaScript code snippet in the active WebContents 226 // Helper to execute a JavaScript code snippet in the active WebContents 233 static bool ExecuteScriptAndExtractBool(content::WebContents* web_contents [all...] |
| /external/chromium_org/chrome/browser/tab_contents/ |
| background_contents.cc | 23 using content::WebContents; 35 WebContents::CreateParams create_params(profile_, site_instance); 41 web_contents_.reset(WebContents::CreateWithSessionStorage( 44 web_contents_.reset(WebContents::Create(create_params)); 89 void BackgroundContents::CloseContents(WebContents* source) { 101 void BackgroundContents::DidNavigateMainFramePostCommit(WebContents* tab) { 115 // Forward requests to add a new WebContents to our delegate. 116 void BackgroundContents::AddNewContents(WebContents* source, 117 WebContents* new_contents, 126 bool BackgroundContents::IsNeverVisible(content::WebContents* web_contents) [all...] |
| /external/chromium_org/chrome/browser/task_manager/ |
| web_contents_resource_provider.cc | 25 using content::WebContents; 30 // A WebContentsObserver that tracks changes to a WebContents on behalf of 34 TaskManagerWebContentsObserver(WebContents* web_contents, 79 content::WebContents* web_contents = 80 content::WebContents::FromRenderFrameHost(rfh); 83 // working on the WebContents's behalf, so ignore it. 87 std::map<WebContents*, RendererResource*>::iterator res_iter = 114 // Delete all observers; this dissassociates them from the WebContents too. 125 WebContents* web_contents) { 139 bool WebContentsResourceProvider::AddToTaskManager(WebContents* web_contents) [all...] |
| /external/chromium_org/chrome/browser/apps/ |
| window_controls_browsertest.cc | 18 content::WebContents* GetWebContentsForExtensionWindow( 22 content::WebContents* WindowControlsTest::GetWebContentsForExtensionWindow( 44 content::WebContents* web_contents = 45 content::WebContents::FromRenderViewHost(host); 58 // Find WebContents of window 59 content::WebContents* web_contents =
|
| /external/chromium_org/chrome/browser/ui/ash/launcher/ |
| browser_shortcut_launcher_item_controller.h | 11 class WebContents; 34 content::WebContents* web_contents); 55 gfx::Image GetBrowserListIcon(content::WebContents* web_contents) const; 59 base::string16 GetBrowserListTitle(content::WebContents* web_contents) const; 62 bool IsIncognito(content::WebContents* web_contents) const;
|
| /external/chromium_org/chrome/browser/ui/autofill/ |
| new_credit_card_bubble_controller.h | 18 class WebContents; 65 static void Show(content::WebContents* web_contents, 87 // Returns the WebContents this bubble is associated with. 88 content::WebContents* web_contents() { return web_contents_; } 92 explicit NewCreditCardBubbleController(content::WebContents* web_contents); 116 content::WebContents* const web_contents_;
|
| /external/chromium_org/chrome/browser/ui/search/ |
| instant_page.h | 24 class WebContents; 45 virtual void InstantSupportDetermined(const content::WebContents* contents, 50 const content::WebContents* contents, 59 // The WebContents corresponding to the page we're talking to. May be NULL. 60 content::WebContents* contents() const { return web_contents(); } 82 void SetContents(content::WebContents* web_contents);
|
| instant_test_utils.h | 30 class WebContents; 76 bool GetBoolFromJS(content::WebContents* contents, 79 bool GetIntFromJS(content::WebContents* contents, 82 bool GetStringFromJS(content::WebContents* contents, 85 bool CheckVisibilityIs(content::WebContents* contents,
|
| /external/chromium_org/chrome/browser/ui/webui/ |
| constrained_web_dialog_delegate_base.cc | 19 using content::WebContents; 34 WebContents::Create(WebContents::CreateParams(browser_context))); 89 WebContents* ConstrainedWebDialogDelegateBase::GetWebContents() { 94 content::WebContents* source,
|
| /external/chromium_org/chrome/browser/ui/webui/signin/ |
| profile_signin_confirmation_dialog.h | 24 class WebContents; 33 content::WebContents* web_contents, 43 content::WebContents* web_contents, 63 virtual void OnCloseContents(content::WebContents* source, 68 content::WebContents* web_contents_;
|