| /external/chromium_org/chrome/browser/ui/blocked_content/ |
| blocked_window_params.h | 15 class WebContents; 30 content::WebContents* web_contents) const;
|
| /external/chromium_org/chrome/browser/ui/ |
| browser_content_translate_driver_observer.cc | 22 content::WebContents* source) { 33 content::WebContents* source) {
|
| media_utils.cc | 16 class WebContents; 20 content::WebContents* web_contents,
|
| unload_controller.cc | 35 bool UnloadController::CanCloseContents(content::WebContents* contents) { 46 content::WebContents* contents) { 54 bool UnloadController::RunUnloadEventsHelper(content::WebContents* contents) { 62 // If the WebContents is not connected yet, then there's no unload 63 // handler we can fire even if the WebContents has an unload listener. 77 bool UnloadController::BeforeUnloadFired(content::WebContents* contents, 170 content::WebContents* contents = 214 ClearUnloadState(content::Source<content::WebContents>(source).ptr(), 226 void UnloadController::TabInsertedAt(content::WebContents* contents, 232 void UnloadController::TabDetachedAt(content::WebContents* contents [all...] |
| /external/chromium_org/chrome/browser/ui/cocoa/browser/ |
| zoom_bubble_controller.h | 14 class WebContents; 24 virtual content::WebContents* GetWebContents() = 0;
|
| /external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
| profile_signin_confirmation_dialog_cocoa.h | 24 class WebContents; 37 content::WebContents* web_contents,
|
| /external/chromium_org/chrome/browser/ui/cocoa/ |
| tab_modal_confirm_dialog_mac.h | 17 class WebContents; 32 content::WebContents* web_contents);
|
| web_dialog_window_controller.h | 18 class WebContents; 28 scoped_ptr<content::WebContents> webContents_;
|
| /external/chromium_org/chrome/browser/ui/panels/ |
| panel_host.cc | 52 content::WebContents::CreateParams create_params( 54 web_contents_.reset(content::WebContents::Create(create_params)); 79 content::WebContents* contents = web_contents_.release(); 93 content::WebContents* PanelHost::OpenURLFromTab( 94 content::WebContents* source, 124 void PanelHost::NavigationStateChanged(const content::WebContents* source, 134 void PanelHost::AddNewContents(content::WebContents* source, 135 content::WebContents* new_contents, 155 void PanelHost::ActivateContents(content::WebContents* contents) { 159 void PanelHost::DeactivateContents(content::WebContents* contents) [all...] |
| /external/chromium_org/chrome/browser/ui/translate/ |
| translate_bubble_factory.cc | 13 content::WebContents* web_contents, 29 content::WebContents* web_contents,
|
| /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 | 15 class WebContents; 25 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/dom_distiller/content/ |
| web_contents_main_frame_observer.h | 15 // the current main frame for the given WebContents. It removes itself as an 16 // observer if the WebContents is destroyed or the render process is gone. 40 explicit WebContentsMainFrameObserver(content::WebContents* web_contents); 43 // Removes the observer and clears the WebContents member. 46 // Whether DocumentLoadedInFrame has been called for the tracked WebContents 55 // The WebContents this class is tracking. 56 content::WebContents* web_contents_;
|
| /external/chromium_org/content/browser/screen_orientation/ |
| screen_orientation_dispatcher_host.h | 16 class WebContents; 24 explicit ScreenOrientationDispatcherHost(WebContents* web_contents);
|
| /external/chromium_org/content/shell/browser/ |
| shell_web_contents_view_delegate.h | 16 explicit ShellWebContentsViewDelegate(WebContents* web_contents); 39 WebContents* web_contents_;
|
| shell_web_contents_view_delegate_android.cc | 16 WebContents* web_contents) { 22 WebContents* web_contents)
|
| /external/chromium_org/extensions/browser/ |
| 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/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 | 34 using content::WebContents; 40 // Returns true if the WebContents is currently owned by the prerendering 42 bool IsContentsPrerendering(WebContents* web_contents) { 56 explicit TabContentsResource(content::WebContents* web_contents); 63 virtual content::WebContents* GetWebContents() const OVERRIDE; 70 content::WebContents* web_contents_; 78 TabContentsResource::TabContentsResource(WebContents* web_contents) 132 WebContents* TabContentsResource::GetWebContents() const { 141 content::WebContents* web_contents) { 150 WebContents* devtools [all...] |
| /external/chromium_org/ui/views/controls/webview/ |
| 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/chrome/browser/ui/apps/ |
| chrome_app_window_delegate.cc | 45 content::WebContents* OpenURLFromTabInternal( 71 OpenURLFromTabBasedOnBrowserDefault(scoped_ptr<content::WebContents> source, 100 scoped_ptr<content::WebContents> source_; 112 virtual content::WebContents* OpenURLFromTab( 113 content::WebContents* source, 120 content::WebContents* 122 content::WebContents* source, 126 // WebContents by being assigned as its delegate within 128 // NewWindowContentsDelegate actually sees the WebContents. 130 scoped_ptr<content::WebContents> owned_source(source) [all...] |