HomeSort by relevance Sort by last modified time
    Searched full:tab_contents (Results 126 - 150 of 653) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_native.h 9 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_container.h"
31 TabContents* tab_contents() const { return tab_contents_; } function in class:TabContentsContainer
33 // Called by the BrowserView to notify that |tab_contents| got the focus.
34 void TabContentsFocused(TabContents* tab_contents);
native_tab_contents_container.h 39 // Tells the container that |tab_contents| got the focus.
40 virtual void TabContentsFocused(TabContents* tab_contents) = 0;
native_tab_contents_container_gtk.h 11 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_container.h"
26 virtual void TabContentsFocused(TabContents* tab_contents) OVERRIDE;
native_tab_contents_container_win.h 9 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_container.h"
24 virtual void TabContentsFocused(TabContents* tab_contents) OVERRIDE;
render_view_context_menu_views.h 11 #include "chrome/browser/tab_contents/render_view_context_menu.h"
16 RenderViewContextMenuViews(TabContents* tab_contents,
tab_contents_container.h 20 #include "chrome/browser/ui/views/tab_contents/tab_contents_container_views.h"
22 #include "chrome/browser/ui/views/tab_contents/tab_contents_container_native.h"
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.cc 8 #include "content/browser/tab_contents/tab_contents.h"
31 ThemeInstallBubbleView::ThemeInstallBubbleView(TabContents* tab_contents)
33 if (!tab_contents)
41 // We can't check for the size of tab_contents before we've generated
43 tab_contents->GetContainerBounds(&tab_contents_bounds_);
79 popup_->Init(tab_contents->GetNativeView(), rc);
166 void ThemeInstallBubbleView::Show(TabContents* tab_contents) {
169 new ThemeInstallBubbleView(tab_contents);
repost_form_warning_view.h 9 #include "content/browser/tab_contents/constrained_window.h"
32 TabContents* tab_contents);
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_mac.mm 7 #include "chrome/browser/tab_contents/tab_contents_view_mac.h"
13 #include "chrome/browser/tab_contents/popup_menu_helper_mac.h"
14 #include "chrome/browser/tab_contents/render_view_context_menu_mac.h"
17 #import "chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h"
18 #import "chrome/browser/ui/cocoa/tab_contents/web_drag_source.h"
19 #import "chrome/browser/ui/cocoa/tab_contents/web_drop_target.h"
25 #include "content/browser/tab_contents/tab_contents.h"
26 #include "content/browser/tab_contents/tab_contents_delegate.h"
65 TabContentsView* TabContentsView::Create(TabContents* tab_contents) {
    [all...]
  /external/chromium/chrome/browser/printing/
print_view_manager.cc 17 #include "content/browser/tab_contents/navigation_entry.h"
18 #include "content/browser/tab_contents/tab_contents.h"
31 string16 GenerateRenderSourceName(TabContents* tab_contents) {
32 string16 name(tab_contents->GetTitle());
42 PrintViewManager::PrintViewManager(TabContents* tab_contents)
43 : TabContentsObserver(tab_contents),
60 if (tab_contents()->showing_interstitial_page())
84 void PrintViewManager::OverrideTitle(TabContents* tab_contents) {
86 overridden_title_ = GenerateRenderSourceName(tab_contents);
    [all...]
print_preview_tab_controller.cc 12 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
14 #include "content/browser/tab_contents/tab_contents.h"
89 source_tab = controller->tab_contents();
176 preview_tab->tab_contents()->Activate();
179 preview_tab_map_[preview_tab->tab_contents()] = initiator_tab;
183 AddObservers(preview_tab->tab_contents());
185 return preview_tab->tab_contents();
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.cc 22 #include "content/browser/tab_contents/tab_contents.h"
139 TabContents* tab_contents = it->second->tab_contents(); local
140 if (tab_contents == NULL) {
143 return tab_contents;
211 TabContents* tab_contents = ToTabContents(tab_uid); local
212 if (tab_contents == NULL) {
217 RenderViewHost* target_host = tab_contents->render_view_host();
282 TabContents* tab_contents = ToTabContents(tab_uid) local
318 TabContents* tab_contents = ToTabContents(tab_uid); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 20 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
28 #include "content/browser/tab_contents/tab_contents.h"
130 ExtensionWebUI::ExtensionWebUI(TabContents* tab_contents, const GURL& url)
131 : WebUI(tab_contents),
133 ExtensionService* service = tab_contents->profile()->GetExtensionService();
148 GURL effective_url = tab_contents->GetURL();
171 new ExtensionBookmarkManagerEventRouter(GetProfile(), tab_contents()));
193 TabContents* contents = tab_contents();
196 if (contents == (*tab_iterator)->tab_contents())
    [all...]
extension_context_menu_apitest.cc 12 #include "content/browser/tab_contents/tab_contents.h"
theme_installed_infobar_delegate.h 9 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
22 ThemeInstalledInfoBarDelegate(TabContents* tab_contents,
  /external/chromium/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.cc 13 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
18 #include "content/browser/tab_contents/tab_contents.h"
19 #include "content/browser/tab_contents/tab_contents_delegate.h"
38 GtkWindow* parent, TabContentsWrapper* tab_contents) {
39 new CreateWebApplicationShortcutsDialogGtk(parent, tab_contents);
276 TabContentsWrapper* tab_contents)
278 tab_contents_(tab_contents) {
288 if (tab_contents_->tab_contents()->delegate())
289 tab_contents_->tab_contents()->delegate()->ConvertContentsToApplication
    [all...]
  /external/chromium/chrome/browser/download/
download_request_infobar_delegate.cc 7 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/
popup_blocker_browsertest.cc 17 #include "content/browser/tab_contents/tab_contents.h"
repost_form_warning_controller.h 9 #include "content/browser/tab_contents/constrained_window.h"
20 explicit RepostFormWarningController(TabContents* tab_contents);
  /external/chromium/chrome/browser/prerender/
prerender_observer.h 14 #include "content/browser/tab_contents/tab_contents_observer.h"
29 explicit PrerenderObserver(TabContents* tab_contents);
  /external/chromium/chrome/browser/ui/cocoa/download/
download_started_animation_mac.mm 14 #include "chrome/browser/tab_contents/tab_contents_view_mac.h"
16 #include "content/browser/tab_contents/tab_contents.h"
50 TabContents* tab_contents)
52 tab_contents_(tab_contents) {
192 void DownloadStartedAnimation::Show(TabContents* tab_contents) {
193 DCHECK(tab_contents);
196 [DownloadStartedAnimationMac startAnimationWithTabContents:tab_contents];
  /external/chromium/chrome/browser/ui/cocoa/
keystone_infobar.mm 18 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
23 #include "content/browser/tab_contents/navigation_controller.h"
24 #include "content/browser/tab_contents/tab_contents.h"
39 explicit KeystonePromotionInfoBarDelegate(TabContents* tab_contents);
71 TabContents* tab_contents)
72 : ConfirmInfoBarDelegate(tab_contents),
73 profile_(tab_contents->profile()),
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller.mm 5 #include "chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h"
8 #import "chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h"
  /external/chromium/chrome/browser/ui/download/
download_tab_helper.h 11 #include "content/browser/tab_contents/tab_contents_observer.h"
17 explicit DownloadTabHelper(TabContents* tab_contents);
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.h 12 #include "content/browser/tab_contents/tab_contents_observer.h"
21 explicit SearchEngineTabHelper(TabContents* tab_contents);

Completed in 229 milliseconds

1 2 3 4 56 7 8 91011>>