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

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/webui/
bookmarks_ui.cc 14 #include "content/browser/tab_contents/tab_contents.h"
keyboard_ui.cc 14 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_mac.mm 13 TabContents* tab_contents) {
33 TabContents* tab_contents) {
  /external/chromium/chrome/browser/debugger/
devtools_window.cc 24 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
30 #include "content/browser/tab_contents/navigation_controller.h"
31 #include "content/browser/tab_contents/navigation_entry.h"
32 #include "content/browser/tab_contents/tab_contents.h"
33 #include "content/browser/tab_contents/tab_contents_view.h"
60 return window->tab_contents();
74 tab_contents_->tab_contents()->
105 tab_contents_->tab_contents()->render_view_host();
118 // In case of docked tab_contents we own it, so delete here
    [all...]
inspectable_tab_proxy.cc 14 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
16 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/google/
google_url_tracker.cc 18 #include "content/browser/tab_contents/navigation_controller.h"
19 #include "content/browser/tab_contents/tab_contents.h"
29 InfoBarDelegate* CreateInfobar(TabContents* tab_contents,
32 InfoBarDelegate* infobar = new GoogleURLTrackerInfoBarDelegate(tab_contents,
34 tab_contents->AddInfoBar(infobar);
43 TabContents* tab_contents,
46 : ConfirmInfoBarDelegate(tab_contents),
289 controller_->tab_contents()->OpenURL(new_search_url, GURL(), CURRENT_TAB,
307 Source<NavigationController>(source).ptr()->tab_contents(),
    [all...]
  /external/chromium/chrome/browser/translate/
translate_infobar_delegate.cc 15 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
17 #include "content/browser/tab_contents/tab_contents.h"
29 TabContents* tab_contents,
43 new TranslateInfoBarDelegate(type, TranslateErrors::NONE, tab_contents,
51 TabContents* tab_contents,
54 return new TranslateInfoBarDelegate(TRANSLATION_ERROR, error, tab_contents,
102 if (!tab_contents()->profile()->IsOffTheRecord()) {
123 if (!tab_contents()->profile()->IsOffTheRecord()) {
260 return !tab_contents()->profile()->IsOffTheRecord() &
    [all...]
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 15 #include "content/browser/tab_contents/navigation_controller.h"
16 #include "content/browser/tab_contents/navigation_entry.h"
17 #include "content/browser/tab_contents/tab_contents.h"
18 #include "content/browser/tab_contents/tab_contents_view.h"
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.h 82 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
83 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
90 virtual void TabContentsFocused(TabContents* tab_contents);
100 TabContentsWrapper* tab_contents);
131 void UpdateSidebarForContents(TabContents* tab_contents);
tabpose_window_unittest.mm 11 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
13 #include "content/browser/tab_contents/tab_contents.h"
24 TabContentsWrapper* tab_contents = Browser::TabContentsFactory(
28 tab_contents, /*foreground=*/true);
hung_renderer_controller.mm 17 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
21 #include "content/browser/tab_contents/tab_contents.h"
22 #import "chrome/browser/ui/cocoa/tab_contents/favicon_util.h"
144 if (it->tab_contents()->GetRenderProcessHost() ==
146 string16 title = (*it)->tab_contents()->GetTitle();
150 [favicons addObject:mac::FaviconForTabContents(it->tab_contents())];
  /external/chromium/chrome/browser/ui/gtk/
html_dialog_gtk.cc 15 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
17 #include "content/browser/tab_contents/tab_contents.h"
130 tab_->tab_contents()->set_delegate(this);
135 tab_->tab_contents()->property_bag(), this);
certificate_dialogs.cc 76 Exporter(TabContents* tab_contents, gfx::NativeWindow parent,
91 Exporter::Exporter(TabContents* tab_contents,
107 tab_contents,
159 TabContents* tab_contents,
185 FILE_PATH_LITERAL("crt"), tab_contents,
189 void ShowCertExportDialog(TabContents* tab_contents,
192 new Exporter(tab_contents, parent, cert);
  /external/chromium/chrome/browser/ui/panels/
panel.h 81 TabContents* tab_contents,
94 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
95 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
102 virtual void TabContentsFocused(TabContents* tab_contents);
112 TabContentsWrapper* tab_contents);
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.cc 18 #include "content/browser/tab_contents/navigation_controller.h"
19 #include "content/browser/tab_contents/navigation_entry.h"
20 #include "content/browser/tab_contents/tab_contents.h"
45 if (!navigation_controller->tab_contents()->ShouldDisplayURL()) {
  /external/chromium/chrome/browser/
pdf_unsupported_feature.cc 13 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
20 #include "content/browser/tab_contents/interstitial_page.h"
21 #include "content/browser/tab_contents/tab_contents.h"
49 TabContents* tab_contents)
50 : ConfirmInfoBarDelegate(tab_contents),
51 tab_contents_(tab_contents) {
237 TabContents* tab_contents,
239 : ConfirmInfoBarDelegate(tab_contents),
240 tab_contents_(tab_contents),
    [all...]
autocomplete_history_manager.cc 18 #include "content/browser/tab_contents/tab_contents.h"
76 TabContents* tab_contents)
77 : TabContentsObserver(tab_contents),
80 profile_ = tab_contents->profile();
195 TabContents* tab_contents,
198 : TabContentsObserver(tab_contents),
file_select_helper.cc 19 #include "content/browser/tab_contents/tab_contents.h"
239 TabContents* tab_contents,
283 tab_contents,
303 FileSelectObserver::FileSelectObserver(TabContents* tab_contents)
304 : TabContentsObserver(tab_contents) {
324 file_select_helper_.reset(new FileSelectHelper(tab_contents()->profile()));
325 file_select_helper_->RunFileChooser(tab_contents()->render_view_host(),
326 tab_contents(),
335 tab_contents()->render_view_host()->process()->id()
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 10 #include "content/browser/tab_contents/tab_contents.h"
34 explicit DownloadStartedAnimationGtk(TabContents* tab_contents);
80 TabContents* tab_contents)
82 tab_contents_(tab_contents) {
191 void DownloadStartedAnimation::Show(TabContents* tab_contents) {
193 new DownloadStartedAnimationGtk(tab_contents);
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 7 #include "content/browser/tab_contents/tab_contents.h"
40 explicit DownloadStartedAnimationWin(TabContents* tab_contents);
77 TabContents* tab_contents)
80 tab_contents_(tab_contents) {
177 void DownloadStartedAnimation::Show(TabContents* tab_contents) {
180 new DownloadStartedAnimationWin(tab_contents);
  /external/chromium/chrome/browser/ui/views/
sad_tab_view.cc 10 #include "content/browser/tab_contents/tab_contents.h"
11 #include "content/browser/tab_contents/tab_contents_delegate.h"
55 SadTabView::SadTabView(TabContents* tab_contents, Kind kind)
56 : tab_contents_(tab_contents),
59 DCHECK(tab_contents);
63 if (tab_contents != NULL) {
  /external/chromium/chrome/browser/extensions/
extension_sidebar_api.cc 18 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
24 #include "content/browser/tab_contents/tab_contents.h"
108 TabContentsWrapper* tab_contents = NULL; local
112 NULL, NULL, &tab_contents, NULL)) {
123 if (!ExtensionTabUtil::GetDefaultTab(browser, &tab_contents, &tab_id)) {
128 if (!tab_contents)
132 return RunImpl(tab_contents->tab_contents(), content_id, *details);
  /external/chromium/chrome/browser/speech/
speech_input_bubble.cc 7 #include "content/browser/tab_contents/tab_contents.h"
106 SpeechInputBubble* SpeechInputBubble::Create(TabContents* tab_contents,
110 return (*factory_)(tab_contents, delegate, element_rect);
113 if (!tab_contents)
116 return CreateNativeBubble(tab_contents, delegate, element_rect);
119 SpeechInputBubbleBase::SpeechInputBubbleBase(TabContents* tab_contents)
122 tab_contents_(tab_contents) {
232 TabContents* SpeechInputBubbleBase::tab_contents() { function in class:SpeechInputBubbleBase
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.h 13 #include "content/browser/tab_contents/interstitial_page.h"
46 // Create a offline load page for the |tab_contents|.
47 OfflineLoadPage(TabContents* tab_contents, const GURL& url,
  /external/chromium/chrome/browser/tab_contents/
language_state.cc 5 #include "chrome/browser/tab_contents/language_state.h"
7 #include "content/browser/tab_contents/navigation_controller.h"
8 #include "content/browser/tab_contents/navigation_entry.h"

Completed in 95 milliseconds

1 2 3 4 5 67 8 91011>>