HomeSort by relevance Sort by last modified time
    Searched defs:web_contents (Results 176 - 200 of 317) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/ui/webui/signin/
inline_login_ui_browsertest.cc 23 #include "content/public/browser/web_contents.h"
169 content::WebContents* web_contents = local
172 web_contents, GURL(), "signin-frame"), js));
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_handler.cc 29 #include "content/public/browser/web_contents.h"
73 content::WebContents* web_contents = local
76 if (web_contents->GetBrowserContext()->IsOffTheRecord() ||
127 content::WebContents* web_contents = web_ui()->GetWebContents(); local
129 Profile::FromBrowserContext(web_contents->GetBrowserContext());
182 content::WebContents* web_contents = web_ui()->GetWebContents(); local
184 Profile::FromBrowserContext(web_contents->GetBrowserContext());
  /external/chromium_org/components/translate/content/browser/
content_translate_driver.cc 18 #include "content/public/browser/web_contents.h"
62 if (web_contents()->IsLoading() && attempt < max_reload_check_attempts_) {
87 content::WebContents* web_contents = navigation_controller_->GetWebContents(); local
89 Observer, observer_list_, OnTranslateEnabledChanged(web_contents));
93 content::WebContents* web_contents = local
96 Observer, observer_list_, OnIsPageTranslatedChanged(web_contents));
103 content::WebContents* web_contents = navigation_controller_->GetWebContents(); local
104 web_contents->GetRenderViewHost()->Send(
106 web_contents->GetRenderViewHost()->GetRoutingID(),
114 content::WebContents* web_contents = navigation_controller_->GetWebContents() local
    [all...]
  /external/chromium_org/content/browser/accessibility/
accessibility_ui.cc 18 #include "content/browser/web_contents/web_contents_impl.h"
27 #include "content/public/browser/web_contents.h"
67 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( local
69 AccessibilityMode accessibility_mode = web_contents->GetAccessibilityMode();
74 if (web_contents) {
77 url = web_contents->GetURL();
78 title = base::UTF16ToUTF8(web_contents->GetTitle());
79 NavigationController& controller = web_contents->GetController();
182 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>(
184 AccessibilityMode mode = web_contents->GetAccessibilityMode()
225 WebContents* web_contents = WebContents::FromRenderViewHost(rvh); local
    [all...]
  /external/chromium_org/content/browser/android/
web_contents_observer_android.cc 15 #include "content/browser/web_contents/web_contents_impl.h"
33 WebContents* web_contents)
34 : WebContentsObserver(web_contents),
42 WebContents* web_contents = local
44 CHECK(web_contents);
47 env, obj, web_contents);
85 env, web_contents()->GetVisibleURL().spec()));
97 env, web_contents()->GetLastCommittedURL().spec()));
231 web_contents()->GetController().GetLastCommittedEntry();
  /external/chromium_org/content/browser/download/
download_resource_handler.cc 29 #include "content/public/browser/web_contents.h"
90 WebContents* web_contents = request_handle.GetWebContents(); local
91 if (web_contents) {
92 NavigationEntry* entry = web_contents->GetController().GetVisibleEntry();
  /external/chromium_org/content/browser/media/
audio_stream_monitor_unittest.cc 14 #include "content/browser/web_contents/web_contents_impl.h"
52 WebContentsImpl* web_contents = reinterpret_cast<WebContentsImpl*>( variable
53 RenderViewHostTestHarness::web_contents());
54 web_contents->SetDelegate(&mock_web_contents_delegate_);
55 monitor_ = web_contents->audio_stream_monitor();
97 NavigationStateChanged(RenderViewHostTestHarness::web_contents(),
  /external/chromium_org/content/browser/renderer_host/input/
touch_input_browsertest.cc 10 #include "content/browser/web_contents/web_contents_impl.h"
137 return RenderWidgetHostImpl::From(shell()->web_contents()->
148 WebContentsImpl* web_contents = local
149 static_cast<WebContentsImpl*>(shell()->web_contents());
151 RenderWidgetHostImpl::From(web_contents->GetRenderViewHost());
  /external/chromium_org/content/browser/speech/
speech_recognition_dispatcher_host.cc 14 #include "content/browser/web_contents/web_contents_impl.h"
97 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( local
99 BrowserPluginGuest* guest = web_contents->GetBrowserPluginGuest();
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 5 #include "content/browser/web_contents/touch_editable_impl_aura.h"
12 #include "content/browser/web_contents/web_contents_impl.h"
13 #include "content/browser/web_contents/web_contents_view_aura.h"
139 aura::Window* content = shell()->web_contents()->GetContentNativeView();
164 WebContentsImpl* web_contents = local
165 static_cast<WebContentsImpl*>(shell()->web_contents());
166 RenderFrameHost* main_frame = web_contents->GetMainFrame();
168 web_contents->GetView());
172 web_contents->GetRenderWidgetHostView());
173 aura::Window* content = web_contents->GetContentNativeView()
215 WebContentsImpl* web_contents = local
270 WebContentsImpl* web_contents = local
326 WebContentsImpl* web_contents = local
361 WebContentsImpl* web_contents = local
399 WebContentsImpl* web_contents = local
    [all...]
  /external/chromium_org/content/public/browser/
web_contents_delegate.cc 11 #include "content/public/browser/web_contents.h"
52 void WebContentsDelegate::BeforeUnloadFired(WebContents* web_contents,
133 WebContents* web_contents,
152 const WebContents* web_contents) const {
157 WebContents* web_contents,
164 WebContents* web_contents,
175 WebContents* web_contents,
184 WebContents* web_contents,
193 WebContents* web_contents = *attached_contents_.begin(); local
194 web_contents->SetDelegate(NULL)
    [all...]
  /external/chromium_org/content/public/test/
test_renderer_host.cc 13 #include "content/public/browser/web_contents.h"
51 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( local
53 return web_contents->GetRenderManagerForTesting()->pending_render_view_host();
95 return web_contents()->GetController();
98 WebContents* RenderViewHostTestHarness::web_contents() { function in class:content::RenderViewHostTestHarness
103 RenderViewHost* result = web_contents()->GetRenderViewHost();
104 CHECK_EQ(result, web_contents()->GetMainFrame()->GetRenderViewHost());
117 return web_contents()->GetMainFrame();
121 return WebContentsTester::For(web_contents())->GetPendingMainFrame();
156 static_cast<TestWebContents*>(web_contents())->NavigateAndCommit(url)
    [all...]
  /external/chromium_org/content/shell/browser/
shell.h 103 WebContents* web_contents() const { return web_contents_.get(); } function in class:content::Shell
130 virtual void ToggleFullscreenModeForTab(WebContents* web_contents,
133 const WebContents* web_contents) const OVERRIDE;
134 virtual void RequestToLockMouse(WebContents* web_contents,
140 WebContents* web_contents) OVERRIDE;
169 explicit Shell(WebContents* web_contents);
172 static Shell* CreateShell(WebContents* web_contents,
205 void PlatformToggleFullscreenModeForTab(WebContents* web_contents,
208 const WebContents* web_contents) const;
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher_browsertest.cc 16 #include "content/public/browser/web_contents.h"
429 content::WebContents* web_contents = local
431 ASSERT_TRUE(web_contents);
432 EXPECT_EQ(GURL(kHostedAppLaunchUrl), web_contents->GetVisibleURL());
  /external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog.cc 28 #include "content/public/browser/web_contents.h"
110 content::WebContents* web_contents) OVERRIDE {
143 if (web_view_ && web_view_->web_contents())
144 web_view_->web_contents()->SetDelegate(NULL);
155 WebContents* web_contents = web_view_->GetWebContents(); local
156 DCHECK(web_contents);
160 web_contents,
161 autofill::ChromeAutofillClient::FromWebContents(web_contents));
232 UpdateReload(web_view_->web_contents()->IsLoading(), true);
307 content::WebContents* web_contents,
334 WebContents* web_contents = web_view_->web_contents(); local
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.cc 20 #include "content/public/browser/web_contents.h"
49 WebContentsTarget(WebContents* web_contents, bool is_tab);
62 WebContentsTarget::WebContentsTarget(WebContents* web_contents, bool is_tab)
63 : DevToolsTargetImpl(DevToolsAgentHost::GetOrCreateFor(web_contents)),
68 web_contents->GetRenderViewHost()->GetMainFrame();
79 content::NavigationController& controller = web_contents->GetController();
83 set_last_activity_time(web_contents->GetLastActiveTime());
86 extensions::GuestViewBase::FromWebContents(web_contents);
96 tab_id_ = extensions::ExtensionTabUtil::GetTabId(web_contents);
101 web_contents->GetBrowserContext())->enabled_extensions().GetByID
143 WebContents* web_contents = GetWebContents(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
active_script_controller_browsertest.cc 59 // Runs all pending tasks in the renderer associated with |web_contents|.
61 bool RunAllPendingInRenderer(content::WebContents* web_contents) {
65 return content::ExecuteScript(web_contents, "1 == 1;");
225 content::WebContents* web_contents =
227 if (!web_contents)
231 if (!RunAllPendingInRenderer(web_contents))
286 content::WebContents* web_contents = local
289 if (!web_contents)
292 TabHelper* tab_helper = TabHelper::FromWebContents(web_contents);
371 content::WebContents* web_contents local
    [all...]
bundle_installer.cc 24 #include "content/public/browser/web_contents.h"
144 void BundleInstaller::CompleteInstall(content::WebContents* web_contents,
176 web_contents,
283 content::WebContents* web_contents = NULL; local
285 web_contents = browser->tab_strip_model()->GetActiveWebContents();
286 install_ui_.reset(new ExtensionInstallPrompt(web_contents));
extension_tab_util.cc 30 #include "content/public/browser/web_contents.h"
96 content::WebContents* web_contents = function->GetAssociatedWebContents(); local
98 web_contents && web_contents->GetNativeView()
100 web_contents->GetNativeView())
313 int ExtensionTabUtil::GetTabId(const WebContents* web_contents) {
314 return SessionTabHelper::IdForTab(web_contents);
321 int ExtensionTabUtil::GetWindowIdOfTab(const WebContents* web_contents) {
322 return SessionTabHelper::IdForWindowContainingTab(web_contents);
439 bool ExtensionTabUtil::GetTabStripModel(const WebContents* web_contents,
616 WebContents* web_contents = local
    [all...]
external_install_error.cc 320 content::WebContents* web_contents = NULL; local
321 web_contents = browser->tab_strip_model()->GetActiveWebContents();
322 ExtensionInstallPrompt::ShowParams params(web_contents);
  /external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_api.cc 24 #include "content/public/browser/web_contents.h"
93 // |web_contents| is the WebContents for which the stream is created, and will
95 content::WebContents* web_contents = NULL; local
119 true, NULL, NULL, &web_contents, NULL)) {
123 DCHECK(web_contents);
125 if (origin_ != web_contents->GetLastCommittedURL().GetOrigin()) {
132 web_contents = content::WebContents::FromRenderViewHost(render_view_host());
133 DCHECK(web_contents);
137 Observe(web_contents);
169 web_contents->GetTopLevelNativeWindow()
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context.cc 26 #include "content/public/browser/web_contents.h"
142 content::WebContents* web_contents,
152 int render_process_id = web_contents->GetRenderProcessHost()->GetID();
153 int render_view_id = web_contents->GetRenderViewHost()->GetRoutingID();
166 web_contents, id, bridge_id, requesting_frame, user_gesture,
175 GURL embedder = web_contents->GetLastCommittedURL().GetOrigin();
184 DecidePermission(web_contents, id, requesting_frame_origin, user_gesture,
192 content::WebContents* web_contents = tab_util::GetWebContentsByID( local
194 if (extensions_context_.CancelPermissionRequest(web_contents, bridge_id))
202 content::WebContents* web_contents,
331 content::WebContents* web_contents = tab_util::GetWebContentsByID( local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_browsertest.cc 25 #include "content/public/browser/web_contents.h"
467 content::WebContents* web_contents = local
473 web_contents, "document.getElementById('form').submit()"));
489 content::WebContents* web_contents = local
492 content::TitleWatcher title_watcher(web_contents, expected_title);
505 ASSERT_EQ(web_contents, active_web_contents);
  /external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.cc 24 #include "content/public/browser/web_contents.h"
45 const extensions::Extension* GetExtension(WebContents* web_contents) {
48 if (!web_contents)
52 extensions::ExtensionRegistry::Get(web_contents->GetBrowserContext());
54 web_contents->GetURL());
75 base::string16 GetSecurityOrigin(WebContents* web_contents) {
78 if (!web_contents)
81 std::string security_origin = web_contents->GetURL().GetOrigin().spec();
93 base::string16 GetTitle(WebContents* web_contents) {
96 if (!web_contents)
307 WebContents* const web_contents = command_targets_[index]; local
426 WebContents* const web_contents = iter->first; local
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.cc 26 #include "content/public/browser/web_contents.h"
70 content::WebContents* web_contents = local
73 web_contents, true, identifier_);
245 content::WebContents* web_contents = local
248 installer()->OpenDownloadURL(plugin_url, web_contents);
250 installer()->StartInstalling(plugin_url, web_contents);

Completed in 493 milliseconds

1 2 3 4 5 6 78 91011>>