HomeSort by relevance Sort by last modified time
    Searched refs:WebContents (Results 351 - 375 of 1805) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_aura.cc 14 using content::WebContents;
17 const WebContents* contents,
  /external/chromium_org/chrome/browser/ui/views/location_bar/
open_pdf_in_reader_view.h 14 class WebContents;
28 void Update(content::WebContents* web_contents);
page_info_helper.cc 17 using content::WebContents;
29 WebContents* tab = location_bar_->GetWebContents();
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.h 18 class WebContents;
64 void SetID(content::WebContents* web_contents, int id);
  /external/chromium_org/chrome/test/base/
find_in_page_observer.h 15 class WebContents;
30 explicit FindInPageNotificationObserver(content::WebContents* parent_tab);
50 // The id of the current find request, obtained from WebContents. Allows us
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.h 29 class WebContents;
56 content::WebContents* web_contents,
  /external/chromium_org/components/renderer_context_menu/
context_menu_delegate.cc 26 ContextMenuDelegate::ContextMenuDelegate(content::WebContents* web_contents) {
36 content::WebContents* web_contents) {
render_view_context_menu_proxy.h 13 class WebContents;
91 virtual content::WebContents* GetWebContents() const = 0;
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
HistoryUtils.java 12 import org.chromium.content_public.browser.WebContents;
34 final WebContents webContents) throws Throwable {
39 return webContents.getNavigationController().canGoBack();
55 final WebContents webContents, final int offset) throws Throwable {
60 return webContents.getNavigationController().canGoToOffset(offset);
74 final WebContents webContents) throws Throwable {
79 return webContents.getNavigationController().canGoForward()
    [all...]
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate.h 16 explicit ShellWebContentsViewDelegate(WebContents* web_contents);
41 WebContents* web_contents_;
  /external/chromium_org/extensions/browser/api/
capture_web_contents_function.h 14 class WebContents;
19 // Base class for capturing visibile area of a WebContents.
33 virtual content::WebContents* GetWebContentsForID(int context_id) = 0;
48 // |context_id_| is the ID used to find the relevant WebContents. In the
  /external/chromium_org/extensions/browser/
extension_host.h 57 content::WebContents* host_contents() const { return host_contents_.get(); }
93 virtual void AddNewContents(content::WebContents* source,
94 content::WebContents* new_contents,
99 virtual void CloseContents(content::WebContents* contents) OVERRIDE;
101 content::WebContents* web_contents,
105 content::WebContents* web_contents,
108 virtual bool IsNeverVisible(content::WebContents* web_contents) OVERRIDE;
159 scoped_ptr<content::WebContents> host_contents_;
extension_web_contents_observer.h 17 class WebContents;
28 // WebContents. It must be a subclass so that creating an instance via
33 explicit ExtensionWebContentsObserver(content::WebContents* web_contents);
56 // The BrowserContext associated with the WebContents being observed.
  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_guest_delegate.h 12 class WebContents;
41 virtual void OnAttachWebViewHelpers(content::WebContents* contents) = 0;
50 // Called when the guest WebContents commits a provisional load in any frame.
59 // Called immediately after the guest WebContents has been destroyed.
  /external/chromium_org/ui/views/controls/webview/
webview.h 20 // Provides a view of a WebContents instance. WebView can be used standalone,
21 // creating and displaying an internally-owned WebContents; or within a full
22 // browser where the browser swaps its own WebContents instances in/out (e.g.,
26 // hold and display the native view provided by a WebContents.
28 // EmbedFullscreenWidgetMode: When enabled, WebView will observe for WebContents
30 // fullscreen native view (if different). In addition, if the WebContents is
43 // This creates a WebContents if none is yet associated with this WebView. The
44 // WebView owns this implicitly created WebContents.
45 content::WebContents* GetWebContents();
47 // WebView does not assume ownership of WebContents set via this method, onl
    [all...]
web_dialog_view.h 52 content::WebContents* web_contents();
91 virtual void OnCloseContents(content::WebContents* source,
98 virtual void MoveContents(content::WebContents* source,
101 content::WebContents* source,
103 virtual void CloseContents(content::WebContents* source) OVERRIDE;
104 virtual content::WebContents* OpenURLFromTab(
105 content::WebContents* source,
107 virtual void AddNewContents(content::WebContents* source,
108 content::WebContents* new_contents,
113 virtual void LoadingStateChanged(content::WebContents* source
    [all...]
  /external/chromium_org/extensions/browser/app_window/
app_window.h 34 class WebContents;
53 // class should create and maintain the WebContents for the window, and handle
61 // Called to initialize the WebContents, before the app window is created.
77 virtual content::WebContents* GetWebContents() const = 0;
84 // have a WebContents but none of the chrome of normal browser windows.
221 content::WebContents* web_contents() const;
361 virtual void CloseContents(content::WebContents* contents) OVERRIDE;
364 content::WebContents* web_contents,
367 virtual void RunFileChooser(content::WebContents* tab,
370 virtual bool IsPopupOrPanel(const content::WebContents* source
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller_unittest.cc 15 using content::WebContents;
42 WebContents* initiator = browser()->tab_strip_model()->GetActiveWebContents();
50 WebContents* preview_dialog =
59 WebContents* new_preview_dialog =
82 WebContents* web_contents_1 = tab_strip_model->GetActiveWebContents();
86 WebContents* web_contents_2 = tab_strip_model->GetActiveWebContents();
96 WebContents* preview_dialog_1 =
104 WebContents* preview_dialog_2 =
144 WebContents* initiator = browser()->tab_strip_model()->GetActiveWebContents();
152 WebContents* preview_dialog
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
tab_contents_information.cc 33 using content::WebContents;
39 // Returns true if the WebContents is currently owned by the prerendering
41 bool IsContentsPrerendering(WebContents* web_contents) {
55 explicit TabContentsResource(content::WebContents* web_contents);
62 virtual content::WebContents* GetWebContents() const OVERRIDE;
69 content::WebContents* web_contents_;
77 TabContentsResource::TabContentsResource(WebContents* web_contents)
131 WebContents* TabContentsResource::GetWebContents() const {
140 content::WebContents* web_contents) {
149 WebContents* devtools
    [all...]
  /external/chromium_org/chromecast/shell/browser/android/
cast_window_android.cc 23 // after an app is stopped) before we delete the corresponding WebContents.
33 CastWindowAndroid::CastWindowAndroid(content::WebContents* web_contents)
45 content::WebContents::CreateParams create_params(browser_context);
47 content::WebContents* web_contents =
48 content::WebContents::Create(create_params);
59 content::WebContents* web_contents,
83 // Close page first, which fires the window.unload event. The WebContents
106 void CastWindowAndroid::AddNewContents(content::WebContents* source,
107 content::WebContents* new_contents,
118 void CastWindowAndroid::CloseContents(content::WebContents* source)
    [all...]
  /external/chromium_org/chrome/browser/android/
chrome_web_contents_delegate_android.cc 44 using content::WebContents;
91 WebContents* source, bool to_different_document) {
99 WebContents* web_contents,
105 WebContents* web_contents) {
109 content::Source<WebContents>(web_contents))) {
112 content::Source<WebContents>(web_contents));
125 content::Source<WebContents>(source).ptr(),
135 WebContents* web_contents,
143 content::Source<WebContents>(web_contents))) {
146 content::Source<WebContents>(web_contents))
    [all...]
  /external/chromium_org/chrome/browser/ui/
fast_unload_controller.cc 40 virtual void CloseContents(content::WebContents* source) OVERRIDE {
66 bool FastUnloadController::CanCloseContents(content::WebContents* contents) {
75 content::WebContents* contents) {
83 content::WebContents* contents) {
91 // If the WebContents is not connected yet, then there's no unload
92 // handler we can fire even if the WebContents has an unload listener.
106 bool FastUnloadController::BeforeUnloadFired(content::WebContents* contents,
208 content::WebContents* contents =
242 content::WebContents* contents = *it;
278 content::WebContents* contents
    [all...]
  /external/chromium_org/android_webview/browser/
aw_contents_client_bridge_base.h 15 class WebContents;
35 static void Associate(content::WebContents* web_contents,
37 static void Disassociate(content::WebContents* web_contents);
39 content::WebContents* web_contents);
  /external/chromium_org/android_webview/lib/
aw_browser_dependency_factory_impl.h 32 virtual content::WebContents* CreateWebContents() OVERRIDE;
  /external/chromium_org/android_webview/native/
aw_web_preferences_populater_impl.cc 18 content::WebContents* web_contents,

Completed in 1449 milliseconds

<<11121314151617181920>>