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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ui/web_dialogs/test/
test_web_contents_handler.cc 16 content::WebContents* TestWebContentsHandler::OpenURLFromTab(
18 content::WebContents* source,
24 content::WebContents* source,
25 content::WebContents* new_contents,
test_web_contents_handler.h 23 virtual content::WebContents* OpenURLFromTab(
25 content::WebContents* source,
28 content::WebContents* source,
29 content::WebContents* new_contents,
  /external/chromium_org/android_webview/browser/
jni_dependency_factory.h 12 class WebContents;
30 content::WebContents* web_contents) = 0;
34 CreateExternalVideoSurfaceContainer(content::WebContents* contents) = 0;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
DomDistillerTabUtils.java 8 import org.chromium.content_public.browser.WebContents;
20 * Creates a new WebContents and navigates the {@link WebContents} to view the URL of the
22 * ownership over the old WebContents after swapping in the new one.
24 * @param webContents the WebContents to distill.
26 public static void distillCurrentPageAndView(WebContents webContents) {
27 nativeDistillCurrentPageAndView(webContents);
30 private static native void nativeDistillCurrentPageAndView(WebContents webContents)
    [all...]
  /external/chromium_org/chrome/browser/android/banners/
app_banner_settings_helper.h 13 class WebContents;
22 static bool IsAllowed(content::WebContents* web_contents,
27 static void Block(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/
certificate_viewer.h 11 class WebContents;
20 void ShowCertificateViewerByID(content::WebContents* web_contents,
25 void ShowCertificateViewer(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/printing/
print_preview_context_menu_observer.h 13 class WebContents;
18 explicit PrintPreviewContextMenuObserver(content::WebContents* contents);
28 content::WebContents* contents_;
  /external/chromium_org/chrome/browser/sessions/
session_id.h 11 class WebContents;
22 // If the specified WebContents has a SessionTabHelper (probably because it
26 // for a NULL WebContents or if the WebContents has no SessionTabHelper.
27 static id_type IdForTab(const content::WebContents* tab);
29 // If the specified WebContents has a SessionTabHelper (probably because it
33 // If the WebContents has a SessionTabHelper but has never been attached to a
35 // Browser. Returns -1 for a NULL WebContents or if the WebContents has no
37 static id_type IdForWindowContainingTab(const content::WebContents* tab)
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_contents/
chrome_web_contents_view_delegate_android.h 13 class WebContents;
22 content::WebContents* web_contents);
34 // The WebContents that owns the view and this delegate transitively.
35 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/ui/
chrome_select_file_policy.h 14 class WebContents;
21 explicit ChromeSelectFilePolicy(content::WebContents* source_contents);
32 content::WebContents* source_contents_;
unload_controller.h 22 class WebContents;
37 bool CanCloseContents(content::WebContents* contents);
40 static bool ShouldRunUnloadEventsHelper(content::WebContents* contents);
42 // Helper function to run beforeunload listeners on a WebContents.
44 static bool RunUnloadEventsHelper(content::WebContents* contents);
50 // |browser_| is being closed, Unload handlers for any particular WebContents
51 // will not be run until every WebContents being closed has a chance to run
53 bool BeforeUnloadFired(content::WebContents* contents, bool proceed);
86 typedef std::set<content::WebContents*> UnloadListenerSet;
94 virtual void TabInsertedAt(content::WebContents* contents
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
web_drag_bookmark_handler_mac.h 15 class WebContents;
26 virtual void DragInitialize(content::WebContents* contents) OVERRIDE;
38 content::WebContents* web_contents_;
sad_tab_controller.h 21 explicit SadTabCocoa(content::WebContents* web_contents);
32 content::WebContents* web_contents_;
42 content::WebContents* webContents_; // Weak reference.
46 - (id)initWithWebContents:(content::WebContents*)webContents;
52 // Returns a weak reference to the WebContents whose WebContentsView created
54 - (content::WebContents*)webContents;
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper_delegate.h 14 class WebContents;
34 content::WebContents* source_contents);
38 const content::WebContents* web_contents);
search_delegate.h 13 class WebContents;
35 void OnTabActivated(content::WebContents* web_contents);
39 void OnTabDeactivated(content::WebContents* web_contents);
43 void OnTabDetached(content::WebContents* web_contents);
47 void StopObservingTab(content::WebContents* web_contents);
53 // Weak. The WebContents owns this. It is the model of the active
  /external/chromium_org/chrome/browser/ui/views/
settings_api_bubble_helper_views.h 13 class WebContents;
28 content::WebContents* web_contents,
36 content::WebContents* web_contents);
  /external/chromium_org/components/web_modal/
web_contents_modal_dialog_manager_delegate.h 9 class WebContents;
24 // renderer host will ignore any UI interaction within WebContents outside of
26 virtual void SetWebContentsBlocked(content::WebContents* web_contents,
33 // Returns whether the WebContents is currently visible or not.
34 virtual bool IsWebContentsVisible(content::WebContents* web_contents);
  /external/chromium_org/content/public/browser/android/
download_controller_android.h 13 class WebContents;
34 const ContextMenuParams& params, WebContents* web_contents,
39 WebContents* web_contents, int download_id, bool accept) = 0;
  /external/chromium_org/chrome/browser/android/
chrome_web_contents_delegate_android.h 19 class WebContents;
40 virtual void LoadingStateChanged(content::WebContents* source,
42 virtual void RunFileChooser(content::WebContents* web_contents,
45 virtual void CloseContents(content::WebContents* web_contents) OVERRIDE;
46 virtual void FindReply(content::WebContents* web_contents,
52 virtual void FindMatchRectsReply(content::WebContents* web_contents,
59 content::WebContents* web_contents,
63 content::WebContents* web_contents,
67 virtual content::WebContents* OpenURLFromTab(
68 content::WebContents* source
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_event_router.h 20 class WebContents;
42 virtual void TabInsertedAt(content::WebContents* contents, int index,
45 content::WebContents* contents,
47 virtual void TabDetachedAt(content::WebContents* contents,
49 virtual void ActiveTabChanged(content::WebContents* old_contents,
50 content::WebContents* new_contents,
56 virtual void TabMoved(content::WebContents* contents,
59 virtual void TabChangedAt(content::WebContents* contents,
63 content::WebContents* old_contents,
64 content::WebContents* new_contents
    [all...]
  /external/chromium_org/content/public/browser/
browser_plugin_guest_manager.h 22 class WebContents;
30 // Requests the allocation of a new guest WebContents.
31 virtual content::WebContents* CreateGuest(
41 typedef base::Callback<void(WebContents*)> GuestByInstanceIDCallback;
42 // Requests a guest WebContents associated with the provided
45 // WebContents. If the provided |embedder_render_process_id| does
53 // Iterates over all WebContents belonging to a given |embedder_web_contents|,
56 typedef base::Callback<bool(WebContents*)> GuestCallback;
57 virtual bool ForEachGuest(WebContents* embedder_web_contents,
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 24 virtual void FindReply(content::WebContents* web_contents,
35 content::WebContents* web_contents,
37 virtual void AddNewContents(content::WebContents* source,
38 content::WebContents* new_contents,
44 virtual void WebContentsCreated(content::WebContents* source_contents,
48 content::WebContents* new_contents) OVERRIDE;
50 virtual void CloseContents(content::WebContents* source) OVERRIDE;
51 virtual void ActivateContents(content::WebContents* contents) OVERRIDE;
53 content::WebContents* web_contents,
56 virtual void ToggleFullscreenModeForTab(content::WebContents* web_contents
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel_host.h 22 class WebContents;
34 // Helper class for Panel, implementing WebContents hosting and Extension
44 content::WebContents* web_contents() { return web_contents_.get(); }
51 virtual content::WebContents* OpenURLFromTab(
52 content::WebContents* source,
54 virtual void NavigationStateChanged(const content::WebContents* source,
56 virtual void AddNewContents(content::WebContents* source,
57 content::WebContents* new_contents,
62 virtual void ActivateContents(content::WebContents* contents) OVERRIDE;
63 virtual void DeactivateContents(content::WebContents* contents) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api_helpers.h 15 class WebContents;
30 void DispatchOnBeforeNavigate(content::WebContents* web_contents,
39 content::WebContents* web_contents,
45 void DispatchOnDOMContentLoaded(content::WebContents* web_contents,
50 void DispatchOnCompleted(content::WebContents* web_contents,
56 content::WebContents* web_contents,
60 content::WebContents* target_web_contents,
63 void DispatchOnErrorOccurred(content::WebContents* web_contents,
71 content::WebContents* old_web_contents,
73 content::WebContents* new_web_contents)
    [all...]
  /external/chromium_org/chrome/browser/ui/apps/
chrome_app_window_delegate.h 15 class WebContents;
29 virtual void InitWebContents(content::WebContents* web_contents) OVERRIDE;
33 virtual content::WebContents* OpenURLFromTab(
35 content::WebContents* source,
38 content::WebContents* new_contents,
44 content::WebContents* web_contents,
47 content::WebContents* tab,
50 content::WebContents* web_contents,
55 virtual void SetWebContentsBlocked(content::WebContents* web_contents,
58 content::WebContents* web_contents) OVERRIDE
    [all...]

Completed in 959 milliseconds

1 23 4 5 6 7 8 91011>>