HomeSort by relevance Sort by last modified time
    Searched refs:WebContents (Results 276 - 300 of 1805) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/media/
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/apps/
custom_launcher_page_contents.cc 37 content::WebContents::Create(content::WebContents::CreateParams(
63 content::WebContents* CustomLauncherPageContents::OpenURLFromTab(
64 content::WebContents* source,
71 content::WebContents* source,
72 content::WebContents* new_contents,
86 const content::WebContents* source) const {
95 content::WebContents* source,
101 content::WebContents* web_contents,
108 content::WebContents* tab
    [all...]
  /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/test/remoting/
remote_desktop_browsertest.h 196 // The "active" WebContents instance the test needs to interact with.
197 content::WebContents* active_web_contents() {
202 // The client WebContents instance the test needs to interact with.
203 content::WebContents* client_web_content() {
207 content::WebContents* app_web_content() {
224 // Helper to retrieve the current URL in the active WebContents.
231 // Helper to execute a JavaScript code snippet in the active WebContents.
234 // Helper to execute a JavaScript code snippet in the active WebContents
238 // Helper to execute a JavaScript code snippet in the active WebContents
245 static bool ExecuteScriptAndExtractBool(content::WebContents* web_contents
    [all...]
  /external/chromium_org/chrome/browser/extensions/
webstore_install_with_prompt.cc 13 using content::WebContents;
24 WebContents::Create(WebContents::CreateParams(profile))),
37 WebContents::Create(WebContents::CreateParams(profile))),
77 WebContents* WebstoreInstallWithPrompt::GetWebContents() const {
97 content::WebContents* WebstoreInstallWithPrompt::OpenURL(
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.h 86 virtual void TabInsertedAt(content::WebContents* contents,
89 virtual void TabDetachedAt(content::WebContents* contents,
92 content::WebContents* old_contents,
93 content::WebContents* new_contents,
95 virtual void TabBlockedStateChanged(content::WebContents* contents,
154 // state. |is_loading| is true if the current WebContents is loading.
165 void AddInterstitialObservers(content::WebContents* contents);
166 void RemoveInterstitialObservers(content::WebContents* contents);
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.h 41 static WebNavigationTabObserver* Get(content::WebContents* web_contents);
86 virtual void DidOpenRequestedURL(content::WebContents* new_contents,
95 explicit WebNavigationTabObserver(content::WebContents* web_contents);
108 void SendErrorEvents(content::WebContents* web_contents,
118 // The current RenderViewHost of the observed WebContents.
121 // During a cross site navigation, the WebContents has a second, pending
138 // Used to cache the information about newly created WebContents objects.
141 PendingWebContents(content::WebContents* source_web_contents,
143 content::WebContents* target_web_contents,
147 content::WebContents* source_web_contents
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 22 class WebContents;
81 virtual void TabInsertedAt(content::WebContents* contents,
84 virtual void TabDetachedAt(content::WebContents* contents,
89 virtual void TabMoved(content::WebContents* contents,
92 virtual void TabChangedAt(content::WebContents* contents,
96 content::WebContents* old_contents,
97 content::WebContents* new_contents,
99 virtual void TabPinnedStateChanged(content::WebContents* contents,
101 virtual void TabMiniStateChanged(content::WebContents* contents,
103 virtual void TabBlockedStateChanged(content::WebContents* 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/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/sessions/
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/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_test_utils.h 30 class WebContents;
78 bool GetBoolFromJS(content::WebContents* contents,
81 bool GetIntFromJS(content::WebContents* contents,
84 bool GetStringFromJS(content::WebContents* contents,
87 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 23 class WebContents;
32 content::WebContents* web_contents,
42 content::WebContents* web_contents,
62 virtual void OnCloseContents(content::WebContents* source,
67 content::WebContents* web_contents_;
  /external/chromium_org/content/public/test/
content_browser_test_utils.h 31 class WebContents;
86 // Used to wait for a new WebContents to be created. Instantiate this object
95 WebContents* GetWebContents();
100 base::Callback<void(WebContents*)> web_contents_created_callback_;
103 void WebContentsCreated(WebContents* web_contents);
105 // Callback invoked on WebContents creation.
106 WebContents* web_contents_;
  /external/chromium_org/extensions/browser/guest_view/extension_options/
extension_options_guest.h 47 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
50 virtual content::WebContents* OpenURLFromTab(
51 content::WebContents* source,
53 virtual void CloseContents(content::WebContents* source) OVERRIDE;
57 content::WebContents* web_contents,
  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.h 20 class WebContents;
42 const content::WebContents* keyboard_contents() {
68 virtual void RequestAudioInput(content::WebContents* web_contents,
105 // Gets the BrowserContext to use for creating the WebContents hosting the
109 // The implementation can choose to setup the WebContents before the virtual
111 // SetupWebContents() is called right after creating the WebContents, before
113 virtual void SetupWebContents(content::WebContents* contents);
132 scoped_ptr<content::WebContents> keyboard_contents_;
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
javascript_dialog_manager.cc 32 using content::WebContents;
43 WebContents* web_contents) {
50 const Extension* GetExtensionForWebContents(WebContents* web_contents) {
59 void IncrementLazyKeepaliveCount(WebContents* web_contents) {
74 void DecrementLazyKeepaliveCount(WebContents* web_contents) {
92 WebContents* web_contents,
102 WebContents* web_contents,
108 WebContents* web_contents,
113 WebContents* web_contents) OVERRIDE;
115 virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.cc 52 content::WebContents* OpenURLFromTabInternal(
78 OpenURLFromTabBasedOnBrowserDefault(scoped_ptr<content::WebContents> source,
107 scoped_ptr<content::WebContents> source_;
119 virtual content::WebContents* OpenURLFromTab(
120 content::WebContents* source,
127 content::WebContents*
129 content::WebContents* source,
133 // WebContents by being assigned as its delegate within
135 // NewWindowContentsDelegate actually sees the WebContents.
137 scoped_ptr<content::WebContents> owned_source(source)
    [all...]
  /external/chromium_org/extensions/browser/guest_view/
guest_view_manager.cc 24 using content::WebContents;
54 content::WebContents* GuestViewManager::GetGuestByInstanceIDSafely(
70 content::WebContents* guest_web_contents =
82 content::WebContents* embedder_web_contents =
83 content::WebContents::FromRenderViewHost(rvh);
95 content::WebContents* old_guest_web_contents =
117 content::WebContents* embedder_web_contents,
131 content::WebContents* GuestViewManager::CreateGuestWithWebContentsParams(
135 const content::WebContents::CreateParams& create_params) {
141 content::WebContents::CreateParams guest_create_params(create_params)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.h 22 class WebContents;
97 virtual void ShowConsentPrompt(content::WebContents* web_contents,
102 virtual PrefService* GetPrefs(content::WebContents* web_contents) = 0;
105 virtual const GURL& GetURL(content::WebContents* web_contents) = 0;
109 virtual user_manager::User* GetUser(content::WebContents* web_contents) = 0;
113 content::WebContents* web_contents) = 0;
116 virtual bool IsGuestOrIncognito(content::WebContents* web_contents) = 0;
154 void ChallengePlatformKey(content::WebContents* web_contents,
172 ChallengeContext(content::WebContents* web_contents,
178 content::WebContents* web_contents
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/signin/
merge_session_load_page.h 23 class WebContents;
43 content::WebContents* web_contents,
78 content::WebContents* web_contents_;

Completed in 1012 milliseconds

<<11121314151617181920>>