HomeSort by relevance Sort by last modified time
    Searched refs:WebContents (Results 1176 - 1200 of 1633) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/extensions/
tab_helper.cc 79 using content::WebContents;
100 TabHelper::TabHelper(content::WebContents* web_contents)
112 // WebContents has one.
334 void TabHelper::DidCloneToNewWebContents(WebContents* old_web_contents,
335 WebContents* new_web_contents) {
336 // When the WebContents that this is attached to is cloned, give the new clone
564 WebContents* TabHelper::GetAssociatedWebContents() const {
extension_keybinding_apitest.cc 27 using content::WebContents;
52 const content::WebContents* web_contents) {
83 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents();
155 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents();
186 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents();
259 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents();
  /external/chromium_org/chrome/browser/plugins/
plugin_observer.cc 49 using content::WebContents;
62 ConfirmInstallDialogDelegate(content::WebContents* web_contents,
78 content::WebContents* web_contents_;
83 content::WebContents* web_contents,
241 PluginObserver::PluginObserver(content::WebContents* web_contents)
263 // render_view_host/webcontents/view/window instance with host desktop.
  /external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.cc 26 using content::WebContents;
31 void ShowCertificateViewer(WebContents* web_contents,
55 void CertificateViewerModalDialog::Show(content::WebContents* web_contents,
204 void CertificateViewerModalDialog::OnCloseContents(WebContents* source,
225 void CertificateViewerDialog::Show(WebContents* web_contents,
  /external/chromium_org/extensions/browser/
extension_function.cc 22 using content::WebContents;
124 WebContents::FromRenderViewHost(function->render_view_host()) :
125 WebContents::FromRenderFrameHost(
376 content::WebContents* UIThreadExtensionFunction::GetAssociatedWebContents() {
377 content::WebContents* web_contents = NULL;
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 83 : public NON_EXPORTED_BASE(WebContents),
95 const WebContents::CreateParams& params,
110 virtual void Init(const WebContents::CreateParams& params);
128 // Returns guest browser plugin object, or NULL if this WebContents is not a
132 // Sets a BrowserPluginGuest object for this WebContents. If this WebContents
137 // Returns embedder browser plugin object, or NULL if this WebContents is not
170 // WebContents ------------------------------------------------------
230 virtual WebContents* Clone() OVERRIDE;
310 virtual void SetOverlayView(WebContents* overlay
    [all...]
  /external/chromium_org/chrome/browser/printing/
printing_message_filter.cc 186 content::WebContents* wc = GetWebContentsForRenderView(render_view_id);
220 content::WebContents* wc = GetWebContentsForRenderView(render_view_id);
238 content::WebContents* wc = GetWebContentsForRenderView(render_view_id);
251 content::WebContents* PrintingMessageFilter::GetWebContentsForRenderView(
256 return view ? content::WebContents::FromRenderViewHost(view) : NULL;
272 content::WebContents* wc = GetWebContentsForRenderView(render_view_id);
418 content::WebContents* wc = GetWebContentsForRenderView(render_view_id);
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc 78 using content::WebContents;
134 WebContents* current_tab =
331 WebContents* web_contents =
476 void WrenchMenuModel::ActiveTabChanged(WebContents* old_contents,
477 WebContents* new_contents,
486 WebContents* old_contents,
487 WebContents* new_contents,
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 113 typedef std::map<WebContents*, InterstitialPageImpl*> InterstitialPageMap;
123 InterstitialPage* InterstitialPage::Create(WebContents* web_contents,
135 WebContents* web_contents) {
146 WebContents* web_contents,
165 // the WebContents one, so we can enforce no navigation policy here.
313 // Clear the WebContents pointer, because it may now be deleted.
540 WebContents* InterstitialPageImpl::web_contents() const {
839 Source<WebContents>(web_contents()),
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.cc 75 using content::WebContents;
790 void BrowserCommandController::TabInsertedAt(WebContents* contents,
796 void BrowserCommandController::TabDetachedAt(WebContents* contents, int index) {
801 WebContents* old_contents,
802 WebContents* new_contents,
809 content::WebContents* contents,
838 content::WebContents* web_contents)
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 111 using content::WebContents;
255 void SetContents(content::WebContents* contents) {
261 content::Source<content::WebContents>(contents_));
264 content::WebContents* contents() { return contents_; }
275 content::WebContents* contents_;
374 content::WebContents* app_contents = NULL;
444 WebContents* app_tab = OpenApplication(AppLaunchParams(
452 content::WebContents** out_app_contents) {
483 WebContents* tab_in_app_window = OpenApplication(params);
517 WebContents* app_tab = OpenAppShortcutWindow(profile, url)
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
content_settings_browsertest.cc 244 content::WebContents* web_contents =
261 content::WebContents* web_contents =
287 content::WebContents* web_contents =
325 content::WebContents* web_contents =
505 content::WebContents* web_contents =
531 content::WebContents* web_contents =
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 66 using content::WebContents;
198 WebContents* web_contents = WebContents::FromRenderViewHost(rvh);
350 WebContents::FromRenderViewHost(
364 WebContents::FromRenderViewHost(agent_host_->GetRenderViewHost()));
512 WebContents* web_contents = NULL;
605 // for this WebContents instance.
  /external/chromium_org/chrome/browser/history/
history_browsertest.cc 419 content::WebContents* tab =
439 content::WebContents* tab =
467 content::WebContents* web_contents =
489 content::WebContents* web_contents =
503 content::WebContents* active_web_contents =
508 content::WebContents* second_tab =
  /external/chromium_org/chrome/browser/sessions/
tab_restore_browsertest.cc 138 void EnsureTabFinishedRestoring(content::WebContents* tab) {
250 content::WebContents* web_contents =
382 content::WebContents* tab =
520 content::WebContents* restored_tab =
544 content::WebContents* tab = browser()->tab_strip_model()->GetWebContentsAt(1);
574 content::WebContents* tab = browser()->tab_strip_model()->GetWebContentsAt(1);
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 97 using content::WebContents;
144 WebContents* web_contents =
219 WebContents* web_contents = NULL;
345 int FindInPage(WebContents* tab,
446 WebContents* contents,
475 added_tab_ = content::Details<WebContents>(details).ptr();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java 20 import org.chromium.content_public.browser.WebContents;
98 int tabId, ViewGroup parentView, WebContents webContents) {
116 mNativeInfoBarContainer = nativeInit(webContents, mAutoLoginDelegate);
492 private native long nativeInit(WebContents webContents, AutoLoginDelegate autoLoginDelegate);
  /external/chromium_org/chrome/browser/apps/
app_url_redirector_browsertest.cc 161 content::WebContents* tab =
188 content::WebContents* tab =
294 content::WebContents* tab =
  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_apitest.cc 46 content::WebContents* contents =
138 content::WebContents* contents =
290 content::WebContents* contents =
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller.cc 62 content::WebContents* web_contents,
251 content::WebContents* MediaGalleriesScanResultController::WebContents() {
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_utils.cc 214 content::WebContents* opened_tab = navigator->OpenURL(
282 GURL GetURLToBookmark(content::WebContents* web_contents) {
288 void GetURLAndTitleToBookmark(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 71 ShowWebModalDialogViews(this, controller->WebContents());
84 controller_->WebContents());
328 return controller_->WebContents() != NULL;
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc 102 content::WebContents** web_contents,
158 const content::WebContents* web_contents) {
337 content::WebContents* web_contents = NULL;
session_crashed_bubble_view.cc 154 content::WebContents* web_contents =
169 content::WebContents* web_contents,
370 void SessionCrashedBubbleView::TabDetachedAt(content::WebContents* contents,
  /external/chromium_org/content/browser/android/
web_contents_observer_android.cc 30 WebContents* web_contents)
39 content::WebContents* web_contents =
40 content::WebContents::FromJavaWebContents(java_web_contents);

Completed in 1148 milliseconds

<<41424344454647484950>>