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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/ui/cocoa/
hung_renderer_controller.h 18 // any WebContents object.
29 class WebContents;
40 // The WebContents for which this dialog is open. Should never be
42 content::WebContents* hungContents_;
47 // Backing data for |tableView_|. Titles of each WebContents that
51 // Favicons of each WebContents that shares a renderer process with
66 - (void)showForWebContents:(content::WebContents*)contents;
72 - (void)endForWebContents:(content::WebContents*)contents;
one_click_signin_dialog_controller.h 16 class WebContents;
28 content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h 21 class WebContents;
47 // The WebContents we are currently showing infobars for.
48 content::WebContents* currentWebContents_; // weak
73 - (void)changeWebContents:(content::WebContents*)contents;
78 - (void)tabDetachedWithContents:(content::WebContents*)contents;
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
chrome_web_contents_view_delegate_mac.h 21 class WebContents;
30 explicit ChromeWebContentsViewDelegateMac(content::WebContents* web_contents);
44 content::WebContents* web_contents,
57 // The WebContents that owns the view.
58 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/ui/cocoa/translate/
translate_bubble_controller.h 20 class WebContents;
29 content::WebContents* webContents_;
43 // This is nil when the current WebContents is in an incognito window.
60 @property(readonly, nonatomic) const content::WebContents* webContents;
65 webContents:(content::WebContents*)webContents;
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.h 16 class WebContents;
55 // Accessor for the attached WebContents.
56 content::WebContents* web_contents() const { return web_contents_; }
58 // Changes the WebContents that this FindBar is attached to. This
61 void ChangeWebContents(content::WebContents* contents);
94 // The WebContents we are currently associated with. Can be NULL.
95 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble.cc 10 ManagePasswordsBubble::ManagePasswordsBubble(content::WebContents* contents,
  /external/chromium_org/chrome/browser/ui/search/
search_delegate.cc 24 void SearchDelegate::OnTabActivated(content::WebContents* web_contents) {
32 void SearchDelegate::OnTabDeactivated(content::WebContents* web_contents) {
36 void SearchDelegate::OnTabDetached(content::WebContents* web_contents) {
40 void SearchDelegate::StopObservingTab(content::WebContents* web_contents) {
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.cc 16 using content::WebContents;
20 WebContents* web_contents)
25 content::Source<WebContents>(web_contents_));
47 DCHECK(source == content::Source<WebContents>(web_contents_));
  /external/chromium_org/chrome/browser/ui/tabs/
test_tab_strip_model_delegate.cc 29 content::WebContents* contents) {
51 content::WebContents* contents) {
55 content::WebContents* contents) {
60 content::WebContents* contents) {
test_tab_strip_model_delegate.h 24 virtual void WillAddWebContents(content::WebContents* contents) OVERRIDE;
29 virtual void CreateHistoricalTab(content::WebContents* contents) OVERRIDE;
31 content::WebContents* contents) OVERRIDE;
33 content::WebContents* contents) OVERRIDE;
tab_strip_model_order_controller.h 31 virtual void ActiveTabChanged(content::WebContents* old_contents,
32 content::WebContents* new_contents,
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_shutdown.cc 13 ScopedVector<content::WebContents> contents;
  /external/chromium_org/chrome/browser/ui/webui/
constrained_web_dialog_ui.h 16 class WebContents;
33 // If called, on dialog closure, the dialog will release its WebContents
35 // released WebContents.
38 // Returns the WebContents owned by the constrained window.
39 virtual content::WebContents* GetWebContents() = 0;
63 // Sets the delegate on the WebContents.
64 static void SetConstrainedDelegate(content::WebContents* web_contents,
68 // Returns the ConstrainedWebDialogDelegate saved with the WebContents.
83 // WebContents.
94 content::WebContents* overshadowed)
    [all...]
  /external/chromium_org/content/browser/download/
mhtml_generation_manager.h 21 class WebContents;
32 void SaveMHTML(WebContents* web_contents,
38 void StreamMHTML(WebContents* web_contents,
75 int NewJob(WebContents* web_contents, const GenerateMHTMLCallback& callback);
  /external/chromium_org/content/browser/web_contents/
web_contents_android.h 19 class WebContents;
21 // Android wrapper around WebContents that provides safer passage from java and
29 explicit WebContentsAndroid(WebContents* web_contents);
32 WebContents* web_contents() const { return web_contents_; }
44 WebContents* web_contents_;
  /external/chromium_org/content/shell/browser/
shell_javascript_dialog_manager.h 24 WebContents* web_contents,
34 WebContents* web_contents,
40 WebContents* web_contents) OVERRIDE;
42 virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
page_action_controller.h 22 explicit PageActionController(content::WebContents* web_contents);
36 // The associated WebContents.
37 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/media/
desktop_media_picker.h 18 class WebContents;
37 virtual void Show(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/task_manager/
resource_provider.cc 10 class WebContents;
55 content::WebContents* Resource::GetWebContents() const {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller.h 21 class WebContents;
37 content::WebContents* contents,
  /external/chromium_org/chrome/browser/ui/login/
login_interstitial_delegate.h 18 class WebContents;
29 LoginInterstitialDelegate(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.h 16 class WebContents;
30 void UpdateVisibility(content::WebContents* contents, const GURL& url);
  /external/chromium_org/components/web_modal/
test_web_contents_modal_dialog_manager_delegate.h 21 virtual void SetWebContentsBlocked(content::WebContents* web_contents,
27 content::WebContents* web_contents) OVERRIDE;
  /external/chromium_org/content/public/browser/
browser_plugin_guest_delegate.h 22 class WebContents;
25 // WebContents and to provide necessary functionality.
32 virtual void WillAttach(content::WebContents* embedder_web_contents,
50 // WebContents.

Completed in 1288 milliseconds

1 2 3 4 5 6 7 891011>>