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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/android/
tab_restore_service_delegate_android.cc 22 const content::WebContents* contents) {
window_android_helper.cc 12 WindowAndroidHelper::WindowAndroidHelper(content::WebContents* web_contents) {
window_android_helper.h 24 explicit WindowAndroidHelper(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.h 37 std::vector<content::WebContents*> GetRunningApplications();
63 content::WebContents* GetLRUApplication();
72 content::WebContents* web_contents,
76 void ActivateContent(content::WebContents* content);
launcher_app_tab_helper.h 22 virtual std::string GetAppID(content::WebContents* tab) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/autofill/
popup_controller_common.h 16 class WebContents;
32 content::WebContents* web_contents);
37 content::WebContents* web_contents() { return web_contents_; }
89 // The WebContents in which this object should listen for keyboard events
92 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/ui/
browser_content_setting_bubble_model_delegate.h 24 content::WebContents* web_contents) OVERRIDE;
browser_navigator.h 26 class WebContents;
46 // Opens a popup WebContents:
58 content::WebContents* a_target_contents);
89 // [in] A WebContents to be navigated or inserted into the target
95 // [out] The WebContents in which the navigation occurred or that was
98 // a new WebContents, this field will remain NULL and the
99 // WebContents deleted if the WebContents it created is
101 content::WebContents* target_contents;
103 // [in] The WebContents that initiated the Navigate() request if suc
    [all...]
browser_tab_restore_service_delegate.h 30 virtual content::WebContents* GetWebContentsAt(int index) const OVERRIDE;
31 virtual content::WebContents* GetActiveWebContents() const OVERRIDE;
33 virtual content::WebContents* AddRestoredTab(
43 virtual content::WebContents* ReplaceRestoredTab(
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
tab_applescript.h 13 class WebContents;
19 content::WebContents* webContents_; // weak.
32 - (id)initWithWebContents:(content::WebContents*)webContents;
35 - (void)setWebContents:(content::WebContents*)webContents;
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
overlayable_contents_controller.h 16 class WebContents;
20 // tab's WebContents is displayed. In the old Chrome Instant implementation it
  /external/chromium_org/chrome/browser/ui/extensions/
extension_enable_flow.h 24 class WebContents;
52 // - one with a parent WebContents
55 void StartForWebContents(content::WebContents* parent_contents);
100 virtual content::WebContents* OpenURL(
109 content::WebContents* parent_contents_;
  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer.h 23 class WebContents;
68 bool CanCommitQuery(content::WebContents* source,
83 content::WebContents* source) const;
88 content::WebContents* prerender_contents() const;
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.h 14 class WebContents;
40 virtual content::WebContents* GetWebContents() const OVERRIDE;
45 explicit TabContentsSyncedTabDelegate(content::WebContents* web_contents);
48 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/ui/tab_contents/
tab_contents_iterator.cc 15 // Load the first WebContents into |cur_|.
20 // The current WebContents should be valid unless we are at the beginning.
23 // Update |cur_| to the next WebContents in the list.
32 content::WebContents* next_tab = browser_iterator_->tab_strip_model()
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_utils.cc 17 content::WebContents* web_contents = tabs.GetWebContentsAt(i);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.h 22 class WebContents;
33 static void ShowBubble(content::WebContents* web_contents,
48 content::WebContents* web_contents,
107 // The WebContents for the page whose zoom has changed.
108 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.h 22 class WebContents;
39 content::WebContents* web_contents);
55 content::WebContents* web_contents,
75 content::WebContents* web_contents_;
  /external/chromium_org/chrome/test/base/
chrome_render_view_host_test_harness.h 14 class WebContents;
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.h 27 scoped_ptr<content::WebContents> web_contents);
30 scoped_ptr<content::WebContents> GetWebContents();
33 // The WebContents this class owns.
34 scoped_ptr<content::WebContents> web_contents_;
90 // Creates a new WebContents, adds |this| as an observer, and loads the
108 scoped_ptr<content::WebContents> web_contents_;
  /external/chromium_org/components/feedback/
feedback_util.h 23 class WebContents;
  /external/chromium_org/components/navigation_interception/
intercept_navigation_delegate.cc 24 using content::WebContents;
33 bool CheckIfShouldIgnoreNavigationOnUIThread(WebContents* source,
50 WebContents* web_contents,
58 WebContents* web_contents) {
  /external/chromium_org/content/browser/android/
content_settings.h 18 WebContents* contents);
25 // Self-deletes when the underlying WebContents is destroyed.
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.h 8 // process requests an initial navigation, the WebContents for that renderer
75 bool DidSendScreenRectsCallback(WebContents* guest_web_contents);
77 bool SetZoomLevelCallback(double level, WebContents* guest_web_contents);
80 WebContents* guest);
87 WebContents* guest_web_contents);
  /external/chromium_org/content/browser/frame_host/
render_frame_host_delegate.cc 29 WebContents* RenderFrameHostDelegate::GetAsWebContents() {

Completed in 887 milliseconds

<<11121314151617181920>>