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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/extensions/browser/guest_view/
guest_view.h 43 content::WebContents* web_contents = local
45 return FromWebContents(web_contents);
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
oobe.py 9 from telemetry.core import web_contents namespace
12 class Oobe(web_contents.WebContents):
  /external/chromium_org/android_webview/browser/
aw_login_delegate.cc 15 #include "content/public/browser/web_contents.h"
93 WebContents* web_contents = WebContents::FromRenderFrameHost( local
95 if (!aw_http_auth_handler_->HandleOnUIThread(web_contents)) {
  /external/chromium_org/chrome/browser/android/dom_distiller/
feedback_reporter_android.cc 44 content::WebContents* web_contents = local
46 Observe(web_contents);
  /external/chromium_org/chrome/browser/android/omnibox/
omnibox_prerender.cc 17 #include "content/public/browser/web_contents.h"
77 content::WebContents* web_contents = local
78 TabAndroid::GetNativeTab(env, j_tab)->web_contents();
79 // TODO(apiccion) Use a delegate for communicating with web_contents.
97 prerenderer->IsAllowed(*default_match, web_contents)) {
122 web_contents);
138 content::WebContents* web_contents) {
142 DCHECK(web_contents);
143 if (!web_contents)
145 gfx::Rect container_bounds = web_contents->GetContainerBounds()
    [all...]
  /external/chromium_org/chrome/browser/android/
tab_android.h 59 static TabAndroid* FromWebContents(content::WebContents* web_contents);
66 static void AttachTabHelpers(content::WebContents* web_contents);
74 content::WebContents* web_contents() const { return web_contents_.get(); } function in class:TabAndroid
123 const content::WebContents* web_contents) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker_browsertest.cc 222 content::WebContents* web_contents = local
225 web_contents, true);
  /external/chromium_org/chrome/browser/chromeos/login/
login_manager_test.cc 19 #include "content/public/browser/web_contents.h"
124 content::WebContents* web_contents = local
126 EXPECT_TRUE(web_contents != NULL);
127 set_web_contents(web_contents);
128 js_checker_.set_web_contents(web_contents);
  /external/chromium_org/chrome/browser/devtools/
devtools_network_protocol_handler.cc 13 #include "content/public/browser/web_contents.h"
46 content::WebContents* web_contents = agent_host->GetWebContents(); local
47 if (!web_contents)
49 return Profile::FromBrowserContext(web_contents->GetBrowserContext());
  /external/chromium_org/chrome/browser/download/
download_file_picker.cc 14 #include "content/public/browser/web_contents.h"
65 WebContents* web_contents = item->GetWebContents(); local
67 this, new ChromeSelectFilePolicy(web_contents));
79 gfx::NativeWindow owning_window = web_contents ?
80 platform_util::GetTopLevel(web_contents->GetNativeView()) : NULL;
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function.cc 101 content::WebContents* web_contents = local
103 if (web_contents)
104 return web_contents;
gtalk_extension_browsertest.cc 16 #include "content/public/browser/web_contents.h"
66 WebContents* web_contents = WebContents::FromRenderViewHost(*iter); local
67 std::string url = web_contents->GetURL().spec();
  /external/chromium_org/chrome/browser/infobars/
insecure_content_infobar_delegate.cc 15 #include "content/public/browser/web_contents.h"
95 content::WebContents* web_contents = local
97 web_contents->SendToAllFrames((type_ == DISPLAY) ?
102 web_contents->GetMainFrame()->Send(new ChromeViewMsg_ReloadFrame(
103 web_contents->GetMainFrame()->GetRoutingID()));
  /external/chromium_org/chrome/browser/media/
protected_media_identifier_infobar_delegate.cc 28 infobar_service->web_contents()->GetController().GetLastCommittedEntry();
65 content::WebContents* web_contents = local
68 web_contents->GetLastCommittedURL(),
  /external/chromium_org/chrome/browser/prerender/
prerender_resource_throttle.cc 14 #include "content/public/browser/web_contents.h"
162 content::WebContents* web_contents = local
164 return PrerenderContents::FromWebContents(web_contents);
  /external/chromium_org/chrome/browser/task_manager/
guest_information.cc 22 #include "content/public/browser/web_contents.h"
66 WebContents* web_contents = GetWebContents(); local
67 if (!web_contents) {
72 extensions::GuestViewBase::FromWebContents(web_contents);
75 util::GetTitleFromWebContents(web_contents));
79 WebContents* web_contents = GetWebContents(); local
80 if (web_contents && FaviconTabHelper::FromWebContents(web_contents)) {
81 return FaviconTabHelper::FromWebContents(web_contents)->
99 bool GuestInformation::CheckOwnership(WebContents* web_contents) {
110 WebContents* web_contents = WebContents::FromRenderViewHost(rvh); local
    [all...]
  /external/chromium_org/chrome/browser/ui/android/content_settings/
popup_blocked_infobar_delegate.cc 21 void PopupBlockedInfoBarDelegate::Create(content::WebContents* web_contents,
23 const GURL& url = web_contents->GetURL();
25 Profile::FromBrowserContext(web_contents->GetBrowserContext());
31 InfoBarService::FromWebContents(web_contents);
96 content::WebContents* web_contents = local
99 PopupBlockerTabHelper::FromWebContents(web_contents);
  /external/chromium_org/chrome/browser/ui/ash/
media_delegate_chromeos.cc 19 #include "content/public/browser/web_contents.h"
29 content::WebContents* web_contents,
31 if (indicator->IsCapturingVideo(web_contents))
33 if (indicator->IsCapturingAudio(web_contents))
50 content::WebContents* web_contents = tab_strip_model->GetWebContentsAt(i); local
51 if (web_contents->GetBrowserContext() != context)
53 GetMediaCaptureState(indicator, web_contents, media_state_out);
70 GetMediaCaptureState(indicator, (*iter)->web_contents(), media_state_out);
88 content::WebContents* web_contents = local
91 if (!web_contents)
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_interactive_uitest.cc 15 #include "content/public/browser/web_contents.h"
26 TestAutofillExternalDelegate(content::WebContents* web_contents,
75 content::WebContents* web_contents = variable
77 ASSERT_TRUE(web_contents != NULL);
78 Observe(web_contents); variable
81 ContentAutofillDriver::FromWebContents(web_contents);
84 web_contents,
132 // hidden. This can happen if the web_contents are destroyed before the popup
new_credit_card_bubble_controller.h 65 static void Show(content::WebContents* web_contents,
88 content::WebContents* web_contents() { return web_contents_; } function in class:autofill::NewCreditCardBubbleController
92 explicit NewCreditCardBubbleController(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.h 56 content::WebContents* web_contents() const { return web_contents_; } function in class:FindBarController
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate_impl.cc 22 #include "content/public/browser/web_contents.h"
103 content::WebContents* web_contents = controller_->GetWebContents(); local
104 gfx::Rect container_bounds = web_contents->GetContainerBounds();
108 if (prerenderer && prerenderer->IsAllowed(match, web_contents)) {
110 web_contents->GetController().GetSessionStorageNamespaceMap(),
118 web_contents->GetController().GetSessionStorageNamespaceMap(),
125 content::WebContents* web_contents = controller_->GetWebContents(); local
126 if (web_contents &&
127 SearchTabHelper::FromWebContents(web_contents)->IsSearchResultsPage()) {
129 SearchTabHelper::FromWebContents(web_contents)-
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views_browsertest.cc 20 #include "content/public/browser/web_contents.h"
54 scoped_ptr<TestDialog> ShowModalDialog(content::WebContents* web_contents) {
56 ShowWebModalDialogViews(dialog.get(), web_contents);
68 content::WebContents* web_contents = local
71 scoped_ptr<TestDialog> dialog1 = ShowModalDialog(web_contents);
78 // Create a second dialog. This will also be modal to |web_contents|, but will
80 scoped_ptr<TestDialog> dialog2 = ShowModalDialog(web_contents);
150 content::WebContents* web_contents = local
152 scoped_ptr<TestDialog> dialog = ShowModalDialog(web_contents);
159 browser()->tab_strip_model()->GetIndexOfWebContents(web_contents));
177 content::WebContents* web_contents = local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_linux.cc 20 #include "content/public/browser/web_contents.h"
57 WebContents* web_contents = local
59 if (web_contents)
60 web_contents->OpenURL(params);
150 WebContents* web_contents) {
153 web_contents->GetRenderProcessHost()->GetID(),
154 web_contents->GetRenderViewHost()->GetRoutingID()));
  /external/chromium_org/chrome/browser/ui/webui/signin/
inline_login_handler.cc 16 #include "content/public/browser/web_contents.h"
107 content::WebContents* web_contents = web_ui()->GetWebContents(); local
108 GURL main_frame_url(web_contents->GetURL());

Completed in 558 milliseconds

1 2 34 5 6 7 8 91011>>