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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/gtk/
sad_tab_gtk.h 18 SadTabGtk(content::WebContents* web_contents, chrome::SadTabKind kind);
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc 15 #include "content/public/browser/web_contents.h"
26 content::WebContents* web_contents,
31 InfoBarService::FromWebContents(web_contents);
34 Profile::FromBrowserContext(web_contents->GetBrowserContext()), text,
85 web_contents()->OpenURL(content::OpenURLParams(
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model.cc 21 content::WebContents* web_contents)
22 : content::WebContentsObserver(web_contents),
23 web_contents_(web_contents) {
98 content::WebContents* web_contents) {
  /external/chromium_org/chrome/browser/ui/
sad_tab_helper.h 29 explicit SadTabHelper(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.h 25 content::WebContents* web_contents);
  /external/chromium_org/content/browser/android/
download_controller_android_impl.h 69 WebContents* web_contents; member in struct:content::DownloadControllerAndroidImpl::DownloadInfoAndroid
82 const ContextMenuParams& params, WebContents* web_contents,
85 WebContents* web_contents, int download_id, bool accept) OVERRIDE;
114 WebContents* web_contents);
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_tracker.cc 11 #include "content/public/browser/web_contents.h"
18 DCHECK(!web_contents()) << "BUG: Still observering!";
49 WebContents* const wc = web_contents();
79 DVLOG_IF(1, !web_contents())
98 void WebContentsTracker::WebContentsDestroyed(WebContents* web_contents) {
  /external/chromium_org/content/browser/web_contents/
web_contents_view_gtk.cc 5 #include "content/browser/web_contents/web_contents_view_gtk.h"
20 #include "content/browser/web_contents/web_contents_impl.h"
21 #include "content/browser/web_contents/web_drag_dest_gtk.h"
22 #include "content/browser/web_contents/web_drag_source_gtk.h"
40 WebContentsImpl* web_contents) {
41 if (web_contents->GetDelegate())
42 web_contents->GetDelegate()->ContentsMouseEvent(
43 web_contents, gfx::Point(event->x_root, event->y_root), false);
49 WebContentsImpl* web_contents) {
50 if (web_contents->GetDelegate()
281 WebContents* WebContentsViewGtk::web_contents() { function in class:content::WebContentsViewGtk
    [all...]
  /external/chromium_org/content/test/
test_content_browser_client.cc 22 WebContents* web_contents,
  /external/chromium_org/ui/views/examples/
webview_example.cc 8 #include "content/public/browser/web_contents.h"
31 webview_->web_contents()->GetView()->Focus();
  /external/chromium_org/ui/web_dialogs/
web_dialog_ui.cc 12 #include "content/public/browser/web_contents.h"
60 void WebDialogUI::SetDelegate(content::WebContents* web_contents,
62 web_contents->SetUserData(&kWebDialogDelegateUserDataKey,
70 content::WebContents* web_contents) {
73 web_contents->GetUserData(&kWebDialogDelegateUserDataKey));
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 19 #include "content/public/browser/web_contents.h"
41 WebContents* web_contents,
43 : SafeBrowsingBlockingPageV1(manager, web_contents, unsafe_resources) {
56 WebContents* web_contents,
58 : SafeBrowsingBlockingPageV2(manager, web_contents, unsafe_resources) {
96 WebContents* web_contents,
104 return new TestSafeBrowsingBlockingPageV2(manager, web_contents,
107 return new TestSafeBrowsingBlockingPageV1(manager, web_contents,
152 WebContentsTester::For(web_contents())->TestDidNavigate(
153 web_contents()->GetRenderViewHost(), page_id, GURL(url)
    [all...]
  /external/chromium_org/android_webview/browser/
icon_helper.cc 11 #include "content/public/browser/web_contents.h"
21 IconHelper::IconHelper(WebContents* web_contents)
22 : WebContentsObserver(web_contents),
64 web_contents()->DownloadImage(i->icon_url,
  /external/chromium_org/android_webview/native/
aw_settings.h 23 static AwSettings* FromWebContents(content::WebContents* web_contents);
25 AwSettings(JNIEnv* env, jobject obj, jlong web_contents);
52 content::WebContents* web_contents) OVERRIDE;
aw_web_contents_delegate.h 24 virtual void FindReply(content::WebContents* web_contents,
35 content::WebContents* web_contents,
53 const content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/android/
shortcut_helper.h 45 explicit ShortcutBuilder(content::WebContents* web_contents,
59 virtual void WebContentsDestroyed(content::WebContents* web_contents)
78 static void AddShortcut(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.cc 15 #include "content/public/browser/web_contents.h"
63 content::WebContents* web_contents) {
66 web_contents,
103 content::WebContents* web_contents,
107 ProfileForWebContents(web_contents),
109 content::WebContentsObserver(web_contents),
110 parent_window_(NativeWindowForWebContents(web_contents)) {
136 return dummy_web_contents_.get() != NULL || web_contents() != NULL;
152 return web_contents() ? web_contents() : dummy_web_contents_.get()
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper.cc 24 #include "content/public/browser/web_contents.h"
33 content::WebContents* web_contents)
34 : content::WebContentsObserver(web_contents),
35 // web_contents is NULL in unit tests.
36 profile_(web_contents ? Profile::FromBrowserContext(
37 web_contents->GetBrowserContext())
42 web_contents,
46 web_contents_(web_contents),
54 content::Source<content::WebContents>(web_contents));
167 DCHECK_EQ(web_contents(),
253 content::WebContents* web_contents = local
263 content::WebContents* web_contents = chrome::AddSelectedTabWithURL( local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_manager_test.h 65 content::WebContents* web_contents() { return web_contents_; } function in class:chromeos::LoginManagerTest
70 void set_web_contents(content::WebContents* web_contents) {
71 web_contents_ = web_contents;
  /external/chromium_org/chrome/browser/chromeos/login/test/
js_checker.h 22 explicit JSChecker(content::WebContents* web_contents);
42 void set_web_contents(content::WebContents* web_contents) {
43 web_contents_ = web_contents;
  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller_unittest.cc 14 #include "content/public/browser/web_contents.h"
29 web_contents()->GetRenderProcessHost()->GetID(),
30 web_contents()->GetRenderViewHost()->GetRoutingID(),
38 InfoBarService::CreateForWebContents(web_contents());
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function.cc 97 content::WebContents* web_contents = local
99 if (web_contents)
100 return web_contents;
  /external/chromium_org/chrome/browser/infobars/
infobar_extension_api.cc 17 #include "content/public/browser/web_contents.h"
41 content::WebContents* web_contents = NULL; local
44 NULL, &web_contents, NULL)) {
52 ExtensionInfoBarDelegate::Create(web_contents, browser, GetExtension(), url,
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_resource_throttle_browsertest.cc 21 #include "content/public/browser/web_contents.h"
65 scoped_ptr<WebContents> web_contents(
67 NavigationController& controller = web_contents->GetController();
68 content::TestNavigationObserver observer(web_contents.get());
  /external/chromium_org/chrome/browser/ui/android/content_settings/
popup_blocked_infobar_delegate.cc 74 const GURL& url = web_contents()->GetURL();
76 web_contents()->GetBrowserContext());
82 PopupBlockerTabHelper::FromWebContents(web_contents());

Completed in 1095 milliseconds

<<11121314151617181920>>