/external/chromium_org/chrome/browser/ui/ash/ |
ash_keyboard_controller_proxy.h | 15 class WebContents; 44 virtual void RequestAudioInput(content::WebContents* web_contents, 47 virtual void SetupWebContents(content::WebContents* contents) OVERRIDE; 62 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/ |
browser_tab_strip_model_delegate.h | 30 virtual void WillAddWebContents(content::WebContents* contents) OVERRIDE; 34 virtual void CreateHistoricalTab(content::WebContents* contents) OVERRIDE; 36 content::WebContents* contents) OVERRIDE; 38 content::WebContents* contents) OVERRIDE;
|
browser_toolbar_model_delegate.cc | 17 content::WebContents*
|
browser_toolbar_model_delegate.h | 22 virtual content::WebContents* GetActiveWebContents() const OVERRIDE;
|
/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;
|
/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/tabs/ |
test_tab_strip_model_delegate.cc | 29 content::WebContents* contents) { 48 content::WebContents* contents) { 52 content::WebContents* contents) { 57 content::WebContents* contents) {
|
test_tab_strip_model_delegate.h | 24 virtual void WillAddWebContents(content::WebContents* contents) OVERRIDE; 28 virtual void CreateHistoricalTab(content::WebContents* contents) OVERRIDE; 30 content::WebContents* contents) OVERRIDE; 32 content::WebContents* contents) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_shutdown.cc | 13 ScopedVector<content::WebContents> contents;
|
/external/chromium_org/chrome/browser/ui/views/passwords/ |
manage_passwords_bubble_view.h | 14 class WebContents; 29 static void ShowBubble(content::WebContents* web_contents, 46 content::WebContents* web_contents() const; 59 ManagePasswordsBubbleView(content::WebContents* web_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. 89 content::WebContents* overshadowed) [all...] |
/external/chromium_org/chrome/browser/ui/webui/interstitials/ |
interstitial_ui.h | 16 class WebContents;
|
/external/chromium_org/chrome/test/remoting/ |
scrollbar_browsertest.cc | 18 content::WebContents* content = app_web_content();
|
/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/public/test/ |
browser_test_utils.h | 50 class WebContents; 58 void WaitForLoadStop(WebContents* web_contents); 65 void WaitForResizeComplete(WebContents* web_contents); 69 void CrashTab(WebContents* web_contents); 73 void SimulateMouseClick(WebContents* web_contents, 79 void SimulateMouseClickAt(WebContents* web_contents, 85 void SimulateMouseEvent(WebContents* web_contents, 90 void SimulateTapAt(WebContents* web_contents, const gfx::Point& point); 99 void SimulateKeyPress(WebContents* web_contents, 117 void SimulateKeyPressWithCode(WebContents* web_contents [all...] |
/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/extensions/browser/app_window/ |
app_web_contents_helper.h | 18 class WebContents; 27 // messages from a WebContents. 32 content::WebContents* web_contents, 38 // Opens a new URL inside the passed in WebContents. See WebContentsDelegate. 39 content::WebContents* OpenURLFromTab( 69 content::WebContents* web_contents_;
|
/external/chromium_org/extensions/browser/guest_view/mime_handler_view/ |
mime_handler_view_guest_delegate.h | 11 class WebContents; 24 // Attaches helpers upon initializing the WebContents.
|
/external/chromium_org/extensions/shell/browser/ |
shell_extension_host_delegate.cc | 20 content::WebContents* web_contents) { 36 void ShellExtensionHostDelegate::CreateTab(content::WebContents* web_contents, 46 content::WebContents* web_contents, 56 content::WebContents* web_contents,
|
shell_extension_host_delegate.h | 21 content::WebContents* web_contents) OVERRIDE; 26 virtual void CreateTab(content::WebContents* web_contents, 32 content::WebContents* web_contents, 36 virtual bool CheckMediaAccessPermission(content::WebContents* web_contents,
|
shell_extension_web_contents_observer.h | 21 content::WebContents* web_contents);
|