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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_utils.h 24 class WebContents;
81 GURL GetURLToBookmark(content::WebContents* web_contents);
84 void GetURLAndTitleToBookmark(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_dialog_window_controller.h 22 class WebContents;
60 content::WebContents* webContents_; // weak.
75 // Designated initializer. The WebContents cannot be NULL.
76 - (id)initWithWebContents:(content::WebContents*)webContents
  /external/chromium_org/chrome/browser/ui/cocoa/
one_click_signin_view_controller.h 16 class WebContents;
48 content::WebContents* webContents_;
54 // |isSyncDialog| is YES. |webContents| is used to open the Learn More and
57 webContents:(content::WebContents*)webContents
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.h 24 class WebContents;
89 content::WebContents* OpenApplication(const AppLaunchParams& params);
96 content::WebContents* OpenAppShortcutWindow(Profile* profile,
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_observer.cc 18 void CloseTab(content::WebContents* tab) {
28 content::WebContents* web_contents,
103 content::WebContents* web_contents) {
  /external/chromium_org/chrome/browser/ui/views/
color_chooser_aura.cc 14 ColorChooserAura::ColorChooserAura(content::WebContents* web_contents,
58 content::WebContents* web_contents, SkColor initial_color) {
65 content::ColorChooser* ShowColorChooser(content::WebContents* web_contents,
sad_tab_view.h 16 class WebContents;
37 SadTabView(content::WebContents* web_contents, chrome::SadTabKind kind);
62 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.h 20 class WebContents;
52 // visible or hidden. |contents| is the WebContents that is active.
53 void UpdateVisibility(content::WebContents* contents);
72 virtual content::WebContents* GetCurrentWebContents() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 21 using content::WebContents;
52 WebContents* web_contents) {
60 WebContents* web_contents) {
  /external/chromium_org/components/pdf/browser/
pdf_web_contents_helper.h 17 class WebContents;
25 // Per-WebContents class to handle PDF messages.
31 content::WebContents* contents,
41 PDFWebContentsHelper(content::WebContents* web_contents,
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.h 8 // process requests an initial navigation, the WebContents for that renderer
80 bool DidSendScreenRectsCallback(WebContents* guest_web_contents);
82 bool SetZoomLevelCallback(double level, WebContents* guest_web_contents);
84 bool UnlockMouseIfNecessaryCallback(bool* mouse_unlocked, WebContents* guest);
browser_plugin_message_filter.cc 62 WebContents* embedder_web_contents = WebContents::FromRenderViewHost(rvh);
69 WebContents* guest_web_contents =
  /external/chromium_org/content/browser/frame_host/
navigation_controller_delegate.h 23 class WebContents;
29 // we transition navigation code from WebContents to Navigator.
34 // Duplicates of WebContents methods.
58 virtual void CopyMaxPageIDsFrom(WebContents* web_contents) = 0;
66 // embedder for NavigationController will be a WebContents object.
67 virtual WebContents* GetWebContents() = 0;
  /external/chromium_org/content/browser/media/
audio_stream_monitor.h 25 class WebContents;
38 explicit AudioStreamMonitor(WebContents* contents);
115 // The WebContents instance instance to receive indicator toggle
118 WebContents* const web_contents_;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
WebContentsObserverAndroid.java 10 import org.chromium.content_public.browser.WebContents;
20 public WebContentsObserverAndroid(WebContents webContents) {
22 mNativeWebContentsObserverAndroid = nativeInit(webContents);
123 * the current RenderViewHost of the WebContents.
194 private native long nativeInit(WebContents webContents);
  /external/chromium_org/content/public/browser/android/
content_view_core.h 35 class WebContents;
43 static ContentViewCore* FromWebContents(WebContents* web_contents);
46 virtual WebContents* GetWebContents() const = 0;
  /external/chromium_org/content/public/browser/
host_zoom_map.h 21 class WebContents;
58 // Returns the current zoom level for the specified WebContents. May be
60 CONTENT_EXPORT static double GetZoomLevel(const WebContents* web_contents);
62 // Sets the current zoom level for the specified WebContents. The level may
63 // be temporary or host-specific depending on the particular WebContents.
64 CONTENT_EXPORT static void SetZoomLevel(const WebContents* web_contents,
118 // WebContents.
125 // Clears the temporary zoom level stored for this WebContents.
  /external/chromium_org/content/shell/browser/
shell_devtools_frontend.h 23 class WebContents;
29 static ShellDevToolsFrontend* Show(WebContents* inspected_contents);
30 static ShellDevToolsFrontend* Show(WebContents* inspected_contents,
  /external/chromium_org/extensions/browser/guest_view/
guest_view.h 32 static T* FromWebContents(content::WebContents* contents) {
43 content::WebContents* web_contents =
44 content::WebContents::FromRenderFrameHost(render_frame_host);
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 31 using content::WebContents;
48 // CloseTracker is used when closing a set of WebContents. It listens for
49 // deletions of the WebContents and removes from the internal set any time one
53 typedef std::vector<WebContents*> Contents;
58 // Returns true if there is another WebContents in the Tracker.
61 // Returns the next WebContents, or NULL if there are no more.
62 WebContents* Next();
67 DeletionObserver(CloseTracker* parent, WebContents* web_contents)
104 WebContents* CloseTracker::Next() {
109 WebContents* web_contents = observer->web_contents()
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_status_monitor.cc 36 LocalWebContentsObserver(content::WebContents* contents,
59 // Navigating may change the ShelfID associated with the WebContents.
147 content::WebContents* contents,
167 content::WebContents* contents_from_gained = NULL;
168 content::WebContents* contents_from_lost = NULL;
169 // Update active webcontents's app item state of |lost_active|, if existed.
181 // Update active webcontents's app item state of |gained_active|, if existed.
255 void BrowserStatusMonitor::ActiveTabChanged(content::WebContents* old_contents,
256 content::WebContents* new_contents,
287 content::WebContents* old_contents
    [all...]
  /external/chromium_org/athena/content/
web_contents_view_delegate_factory_impl.cc 25 explicit WebContentsViewDelegateImpl(content::WebContents* web_contents)
46 content::WebContents::FromRenderFrameHost(render_frame_host), params));
66 content::WebContents* web_contents,
142 content::WebContents* web_contents_;
149 content::WebContents* web_contents) {
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_launcher.h 22 class WebContents;
54 content::WebContents* web_contents,
66 content::WebContents* web_contents,
125 virtual content::WebContents* GetWebContents() const OVERRIDE;
148 scoped_ptr<content::WebContents> dummy_web_contents_;
  /external/chromium_org/chrome/browser/
file_select_helper.h 23 class WebContents;
40 static void RunFileChooser(content::WebContents* tab,
44 static void EnumerateDirectory(content::WebContents* tab,
75 content::WebContents* web_contents,
140 // The RenderViewHost and WebContents for the page showing a file dialog
143 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller.h 20 class WebContents;
50 content::WebContents* web_contents,
69 virtual content::WebContents* WebContents() OVERRIDE;
132 content::WebContents* web_contents_;

Completed in 575 milliseconds

<<21222324252627282930>>