HomeSort by relevance Sort by last modified time
    Searched defs:tab_contents (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium/android/content/browser/tab_contents/
tab_contents_observer.h 10 #include "content/browser/tab_contents/tab_contents.h"
18 TabContentsObserver(TabContents* tab_contents) {
19 tab_contents_ = tab_contents;
24 TabContents* tab_contents() { return tab_contents_; } function in class:TabContentsObserver
  /external/chromium/chrome/browser/ui/views/
dom_view.h 37 TabContents* tab_contents() const { return tab_contents_.get(); } function in class:DOMView
dialog_stubs_gtk.cc 18 #include "content/browser/tab_contents/tab_contents.h"
40 TabContents* tab_contents) {
41 new RepostFormWarningGtk(GTK_WINDOW(parent_window), tab_contents); local
45 TabContents* tab_contents) {
47 CollectedCookiesUIDelegate::Show(tab_contents);
49 new CollectedCookiesGtk(GTK_WINDOW(parent_window), tab_contents);
external_protocol_dialog.cc 14 #include "chrome/browser/tab_contents/tab_util.h"
15 #include "content/browser/tab_contents/tab_contents.h"
42 TabContents* tab_contents = tab_util::GetTabContentsByID( local
44 DCHECK(tab_contents);
46 new ExternalProtocolDialog(tab_contents, url, command);
118 ExternalProtocolDialog::ExternalProtocolDialog(TabContents* tab_contents,
121 : tab_contents_(tab_contents),
156 // Dialog is top level if we don't have a tab_contents associated with us.
  /external/chromium/chrome/browser/extensions/
extension_infobar_module.cc 15 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
17 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
21 #include "content/browser/tab_contents/tab_contents.h"
40 TabContentsWrapper* tab_contents = NULL; local
47 &tab_contents,
55 tab_contents->tab_contents()->AddInfoBar(
56 new ExtensionInfoBarDelegate(browser, tab_contents->tab_contents(),
    [all...]
extension_devtools_browsertests.cc 24 #include "content/browser/tab_contents/tab_contents.h"
62 TabContents* tab_contents = browser()->GetTabContentsAt(0); local
63 ASSERT_TRUE(tab_contents);
64 int tab_id = ExtensionTabUtil::GetTabId(tab_contents);
78 tab_contents->render_view_host());
93 tab_contents->render_view_host());
118 TabContents* tab_contents = browser()->GetTabContentsAt(0); local
119 ASSERT_TRUE(tab_contents);
120 int tab_id = ExtensionTabUtil::GetTabId(tab_contents);
    [all...]
extension_tab_helper.h 9 #include "content/browser/tab_contents/tab_contents_observer.h"
65 TabContents* tab_contents() const { function in class:ExtensionTabHelper
66 return TabContentsObserver::tab_contents();
extension_install_ui_browsertest.cc 13 #include "content/browser/tab_contents/tab_contents.h"
24 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
25 ASSERT_TRUE(tab_contents);
26 ASSERT_EQ(1U, tab_contents->infobar_count());
28 tab_contents->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
31 ASSERT_EQ(0U, tab_contents->infobar_count());
96 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
97 ASSERT_TRUE(tab_contents);
98 EXPECT_TRUE(StartsWithASCII(tab_contents->GetURL().spec()
118 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
    [all...]
extension_install_ui.cc 30 #include "content/browser/tab_contents/tab_contents.h"
76 TabContents* tab_contents = browser->GetTabContentsAt(i); local
77 GURL url = tab_contents->GetURL();
232 TabContents* tab_contents = browser->GetSelectedTabContents();
233 if (!tab_contents)
238 for (size_t i = 0; i < tab_contents->infobar_count(); ++i) {
239 InfoBarDelegate* delegate = tab_contents->GetInfoBarDelegateAt(i);
255 tab_contents, new_theme, previous_theme_id, previous_use_system_theme);
258 tab_contents->ReplaceInfoBar(old_delegate, new_delegate)
    [all...]
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/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);
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/chrome/browser/chromeos/
external_protocol_dialog.cc 11 #include "chrome/browser/tab_contents/tab_util.h"
13 #include "content/browser/tab_contents/tab_contents.h"
14 #include "content/browser/tab_contents/tab_contents_view.h"
36 TabContents* tab_contents = tab_util::GetTabContentsByID( local
38 DCHECK(tab_contents);
39 new ExternalProtocolDialog(tab_contents, url);
85 ExternalProtocolDialog::ExternalProtocolDialog(TabContents* tab_contents,
108 if (tab_contents) {
109 parent_window = tab_contents->view()->GetTopLevelNativeWindow()
    [all...]
tab_closeable_state_watcher_browsertest.cc 18 #include "content/browser/tab_contents/tab_contents.h"
211 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
214 EXPECT_EQ(tab_contents, browser()->GetSelectedTabContents());
221 EXPECT_EQ(tab_contents, browser()->GetSelectedTabContents());
285 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
293 EXPECT_EQ(tab_contents, browser()->GetSelectedTabContents());
  /external/chromium/chrome/browser/translate/
options_menu_model.cc 12 #include "content/browser/tab_contents/tab_contents.h"
39 if (!translate_delegate->tab_contents()->profile()->IsOffTheRecord()) {
123 TabContents* tab_contents = translate_infobar_delegate_->tab_contents(); local
124 if (tab_contents) {
127 tab_contents->OpenURL(
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.h 42 TabContentsWrapper* tab_contents() const { return tab_contents_; } function in class:FindBarController
  /external/chromium/chrome/browser/ui/webui/
constrained_html_ui_browsertest.cc 15 #include "content/browser/tab_contents/tab_contents.h"
66 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
67 ASSERT_TRUE(tab_contents != NULL);
71 tab_contents);
73 ASSERT_EQ(1U, tab_contents->constrained_window_count());
  /external/chromium/chrome/browser/
blocked_content_container.cc 7 #include "content/browser/tab_contents/tab_contents.h"
14 BlockedContent(TabContents* tab_contents,
18 : tab_contents(tab_contents),
24 TabContents* tab_contents; member in struct:BlockedContentContainer::BlockedContent
36 void BlockedContentContainer::AddTabContents(TabContents* tab_contents,
41 delete tab_contents;
48 BlockedContent(tab_contents, disposition, bounds, user_gesture));
49 tab_contents->set_delegate(this)
97 TabContents* tab_contents = i->tab_contents; local
127 TabContents* tab_contents = i->tab_contents; local
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_error_handler.cc 8 #include "chrome/browser/tab_contents/tab_util.h"
12 #include "content/browser/tab_contents/tab_contents.h"
62 TabContents* tab_contents = GetTabContents(); local
63 if (!tab_contents) {
71 manager_ = tab_contents->controller().ssl_manager();
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.cc 17 #include "chrome/browser/tab_contents/tab_util.h"
24 #include "content/browser/tab_contents/navigation_controller.h"
25 #include "content/browser/tab_contents/navigation_entry.h"
26 #include "content/browser/tab_contents/tab_contents.h"
56 TabContents* tab_contents = local
60 if (!tab_contents)
62 (new OfflineLoadPage(tab_contents, url, delegate))->Show();
66 OfflineLoadPage::OfflineLoadPage(TabContents* tab_contents,
69 : InterstitialPage(tab_contents, true, url)
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_window.h 14 #include "content/browser/tab_contents/tab_contents_delegate.h"
50 TabContentsWrapper* tab_contents() { return tab_contents_; } function in class:DevToolsWindow
  /external/chromium/chrome/browser/instant/
instant_controller.h 82 void Update(TabContentsWrapper* tab_contents,
136 TabContentsWrapper* tab_contents() const { return tab_contents_; } function in class:InstantController
  /external/chromium/chrome/browser/sidebar/
sidebar_browsertest.cc 19 #include "content/browser/tab_contents/tab_contents.h"
110 TabContents* tab_contents(int i) { function in class:__anon3038::SidebarTest
169 HideSidebar(tab_contents(0));
178 ShowSidebar(tab_contents(1));
179 ExpandSidebar(tab_contents(1));
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc 7 #include "chrome/browser/tab_contents/tab_util.h"
9 #include "content/browser/tab_contents/tab_contents.h"
40 TabContents* tab_contents = tab_util::GetTabContentsByID(render_process_id, local
44 SpeechInputBubble* bubble = SpeechInputBubble::Create(tab_contents, this,
92 TabContents* tab_contents = bubbles_[caller_id]->tab_contents(); local
95 if (iter->second->tab_contents() == tab_contents &&
105 Source<TabContents>(tab_contents));
117 TabContents* tab_contents = Source<TabContents>(source).ptr(); local
    [all...]
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.cc 14 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
17 #include "content/browser/tab_contents/tab_contents.h"
45 TabContentsWrapper* tab_contents = model->GetTabContentsAt(index); local
48 tab_contents->extension_tab_helper()->extension_app();
57 NavigationEntry* entry = tab_contents->controller().GetActiveEntry();
58 if (!entry && tab_contents->controller().entry_count())
59 entry = tab_contents->controller().GetEntryAtIndex(0);

Completed in 438 milliseconds

1 2 3