| /external/chromium_org/chrome/browser/ui/ |
| navigation_correction_tab_observer.cc | 24 using content::WebContents; 29 WebContents* web_contents)
|
| /external/chromium_org/chrome/browser/ui/startup/ |
| startup_browser_creator_impl.h | 28 class WebContents; 90 // optional argument to receive the created WebContents for the app. 92 content::WebContents** out_app_contents);
|
| /external/chromium_org/chrome/browser/ui/sync/ |
| tab_contents_synced_tab_delegate.cc | 26 content::WebContents* web_contents) 104 content::WebContents* TabContentsSyncedTabDelegate::GetWebContents() const {
|
| /external/chromium_org/chrome/browser/ui/views/extensions/ |
| extension_popup.h | 85 virtual void ActiveTabChanged(content::WebContents* old_contents, 86 content::WebContents* new_contents,
|
| /external/chromium_org/chrome/browser/ui/views/ |
| external_protocol_dialog.cc | 22 using content::WebContents; 135 WebContents* web_contents = tab_util::GetWebContentsByID(
|
| hung_renderer_view.cc | 52 using content::WebContents; 77 void HungPagesTableModel::InitForWebContents(WebContents* hung_contents) { 148 HungPagesTableModel* model, WebContents* tab) 196 bool HungRendererDialogView::IsFrameActive(WebContents* contents) { 225 void HungRendererDialogView::ShowForWebContents(WebContents* contents) { 261 // or is currently shown but deactivated for another WebContents). This is 271 void HungRendererDialogView::EndForWebContents(WebContents* contents) { 437 void ShowHungRendererDialog(WebContents* contents) { 452 void HideHungRendererDialog(WebContents* contents) {
|
| select_file_dialog_extension.h | 21 class WebContents; 36 // every WebContents. 39 const content::WebContents* web_contents);
|
| tab_modal_confirm_dialog_views.cc | 25 content::WebContents* web_contents) { 34 content::WebContents* web_contents)
|
| /external/chromium_org/chrome/browser/ui/views/location_bar/ |
| page_action_image_view.h | 24 class WebContents; 76 // visible or hidden. |contents| is the WebContents that is active, |url| is 78 void UpdateVisibility(content::WebContents* contents, const GURL& url);
|
| /external/chromium_org/chrome/browser/ui/views/tabs/ |
| tab_drag_controller.h | 191 // The WebContents being dragged. 192 content::WebContents* contents; 213 // notifications and resets the delegate of the WebContents. 217 virtual content::WebContents* OpenURLFromTab( 218 content::WebContents* source, 220 virtual void NavigationStateChanged(const content::WebContents* source, 222 virtual void AddNewContents(content::WebContents* source, 223 content::WebContents* new_contents, 232 content::WebContents* web_contents, 342 // Returns the index where the dragged WebContents should be inserted int [all...] |
| /external/chromium_org/chrome/browser/ui/webui/ |
| constrained_web_dialog_ui.cc | 22 using content::WebContents; 92 content::WebContents* web_contents,
|
| downloads_dom_handler.h | 24 class WebContents; 98 virtual content::WebContents* GetWebUIWebContents();
|
| /external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
| shared_options_browsertest.cc | 114 content::WebContents* contents = 145 void CheckPreference(content::WebContents* contents, 177 void CheckBooleanPreference(content::WebContents* contents, 195 void CheckBanner(content::WebContents* contents, 207 void CheckSharedSections(content::WebContents* contents, 226 void CheckAccountsOverlay(content::WebContents* contents, bool is_owner) { 315 content::WebContents* contents1 = 317 content::WebContents* contents2 =
|
| /external/chromium_org/chrome/browser/ui/webui/password_manager_internals/ |
| password_manager_internals_ui_browsertest.cc | 26 content::WebContents* GetWebContents(); 48 content::WebContents*
|
| /external/chromium_org/chrome/browser/ui/webui/print_preview/ |
| print_preview_ui.h | 68 content::WebContents* print_preview_dialog, 152 virtual void DidRenderPreviewPage(content::WebContents* preview_dialog) = 0;
|
| /external/chromium_org/content/browser/android/in_process/ |
| synchronous_compositor_impl.h | 91 explicit SynchronousCompositorImpl(WebContents* contents); 100 WebContents* contents_;
|
| /external/chromium_org/content/browser/android/ |
| web_contents_observer_android.h | 21 class WebContents; 29 WebContents* web_contents);
|
| /external/chromium_org/content/browser/media/cdm/ |
| browser_cdm_manager.h | 30 class WebContents; 108 WebContents* const web_contents_;
|
| /external/chromium_org/content/browser/media/ |
| webrtc_internals.h | 19 class WebContents; 87 void EnableAecDump(content::WebContents* web_contents);
|
| /external/chromium_org/content/browser/web_contents/ |
| web_contents_view_guest.h | 18 class WebContents; 36 WebContents* web_contents();
|
| /external/chromium_org/content/public/browser/ |
| web_ui.h | 25 class WebContents; 49 virtual WebContents* GetWebContents() const = 0;
|
| /external/chromium_org/content/test/ |
| accessibility_browser_test_utils.cc | 28 WebContents* web_contents = shell_->web_contents(); 45 WebContents* web_contents = shell_->web_contents();
|
| /external/chromium_org/ui/views/ |
| views_delegate.h | 26 class WebContents; 116 virtual content::WebContents* CreateWebContents(
|
| /external/chromium_org/ui/web_dialogs/ |
| web_dialog_ui.cc | 45 // Don't unregister our user data. During the teardown of the WebContents, 46 // this will be deleted, but the WebContents will already be destroyed. 48 // This object is owned indirectly by the WebContents. WebUIs can change, so 51 // is itself the owner of the WebContents for a dialog so will be in scope, 60 void WebDialogUI::SetDelegate(content::WebContents* web_contents, 70 content::WebContents* web_contents) {
|
| /external/chromium_org/apps/ |
| app_window.cc | 57 using content::WebContents; 262 WebContents* web_contents = app_window_contents_->GetWebContents(); 360 content::WebContents* web_contents, 371 WebContents* AppWindow::OpenURLFromTab(WebContents* source, 394 WebContents* contents = 407 void AppWindow::AddNewContents(WebContents* source, 408 WebContents* new_contents, 423 content::WebContents* source, 451 WebContents* source [all...] |