HomeSort by relevance Sort by last modified time
    Searched full:tab_contents (Results 176 - 200 of 804) sorted by null

1 2 3 4 5 6 78 91011>>

  /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_org/chrome/browser/media/
chrome_webrtc_browsertest.cc 104 content::WebContents* tab_contents) {
107 tab_contents, javascript, &result));
115 void AssertNoAsynchronousErrors(content::WebContents* tab_contents) {
117 ExecuteJavascript("getAnyTestFailures()", tab_contents));
123 content::WebContents* tab_contents) {
126 EXPECT_EQ("ok-connected", ExecuteJavascript(javascript, tab_contents));
150 void StartDetectingVideo(content::WebContents* tab_contents,
155 EXPECT_EQ("ok-started", ExecuteJavascript(javascript, tab_contents));
158 void WaitForVideoToPlay(content::WebContents* tab_contents) {
160 tab_contents));
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
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/
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);
create_application_shortcuts_dialog_gtk.h 79 // Displays the dialog box to create application shortcuts for |tab_contents|.
80 static void Show(GtkWindow* parent, TabContentsWrapper* tab_contents);
83 TabContentsWrapper* tab_contents);
  /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) {
browser_dialogs.h 82 TabContents* tab_contents);
86 TabContents* tab_contents);
91 TabContentsWrapper* tab_contents);
constrained_html_delegate_gtk.cc 10 #include "chrome/browser/ui/views/tab_contents/tab_contents_container.h"
13 #include "content/browser/tab_contents/tab_contents.h"
constrained_html_delegate_win.cc 8 #include "chrome/browser/ui/views/tab_contents/tab_contents_container.h"
11 #include "content/browser/tab_contents/tab_contents.h"
  /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,
offline_load_page_unittest.cc 8 #include "content/browser/tab_contents/navigation_entry.h"
9 #include "content/browser/tab_contents/test_tab_contents.h"
20 TestOfflineLoadPage(TabContents* tab_contents,
23 : chromeos::OfflineLoadPage(tab_contents, url, delegate) {
  /external/chromium/chrome/browser/debugger/
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/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"
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller_unittest.mm 8 #import "chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h"
9 #import "chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h"
12 #include "content/browser/tab_contents/test_tab_contents.h"
  /external/chromium/chrome/browser/ui/find_bar/
find_backend_unittest.cc 10 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
11 #include "chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h"
14 #include "content/browser/tab_contents/test_tab_contents.h"
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_views.h 30 TabContents* tab_contents() const { return tab_contents_; } function in class:TabContentsContainer
32 // Called by the BrowserView to notify that |tab_contents| got the focus.
33 void TabContentsFocused(TabContents* tab_contents);
  /external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer_mac.cc 5 #include "chrome/browser/tab_contents/spellchecker_submenu_observer.h"
11 #include "chrome/browser/tab_contents/render_view_context_menu.h"
12 #include "chrome/browser/tab_contents/spelling_bubble_model.h"
  /external/chromium/chrome/browser/download/
download_request_infobar_delegate.h 11 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"

Completed in 544 milliseconds

1 2 3 4 5 6 78 91011>>