HomeSort by relevance Sort by last modified time
    Searched full:tab_contents_ (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 32 tab_contents_(tab_contents) {
104 if (tab_contents_ && !tab_contents_->is_being_destroyed()) {
105 tab_contents_->RemoveInfoBar(this);
110 tab_contents_ = NULL;
extension_infobar_delegate.cc 24 tab_contents_(tab_contents),
82 tab_contents_->RemoveInfoBar(this);
89 tab_contents_->RemoveInfoBar(this);
extension_debugger_api.cc 61 TabContents* tab_contents_; member in class:ExtensionDevToolsClientHost
112 : tab_contents_(tab_contents),
120 Source<Profile>(tab_contents_->profile()));
124 tab_contents_->render_view_host(),
138 return tab_contents == tab_contents_ && extension_id_ == extension_id;
144 Profile* profile = tab_contents_->profile();
169 tab_contents_ = tab_contents->tab_contents();
206 Profile* profile = tab_contents_->profile();
extension_disabled_infobar_delegate.cc 102 TabContents* tab_contents_; member in class:ExtensionDisabledInfobarDelegate
112 tab_contents_(tab_contents),
148 new ExtensionDisabledDialogDelegate(tab_contents_->profile(), service_,
169 tab_contents_->RemoveInfoBar(this);
theme_installed_infobar_delegate.h 65 TabContents* tab_contents_; member in class:ThemeInstalledInfoBarDelegate
  /external/chromium/chrome/browser/translate/
translate_infobar_delegate.cc 107 TranslateManager::GetInstance()->TranslatePage(tab_contents_,
113 TranslateManager::GetInstance()->RevertTranslation(tab_contents_);
114 tab_contents_->RemoveInfoBar(this);
118 TranslateManager::GetInstance()->ReportLanguageDetectionError(tab_contents_);
134 tab_contents_)->translate_tab_helper();
148 tab_contents_->RemoveInfoBar(this);
166 tab_contents_->RemoveInfoBar(this);
196 tab_contents_->RemoveInfoBar(this);
250 TranslateManager::GetInstance()->TranslatePage(tab_contents_,
315 tab_contents_(tab_contents)
    [all...]
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.h 42 TabContentsWrapper* tab_contents() const { return tab_contents_; }
64 // tab_contents_ must be non-NULL before this call. Theis handles
80 TabContentsWrapper* tab_contents_; member in class:FindBarController
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_native.h 30 // Accessor for |tab_contents_|.
31 TabContents* tab_contents() const { return tab_contents_; }
81 TabContents* tab_contents_; member in class:TabContentsContainer
tab_contents_container_views.h 29 // Accessor for |tab_contents_|.
30 TabContents* tab_contents() const { return tab_contents_; }
69 TabContents* tab_contents_; member in class:TabContentsContainer
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 38 TabContents* tab_contents_; member in class:RegisterProtocolHandlerInfoBarDelegate
  /external/chromium/chrome/browser/instant/
instant_unload_handler.cc 23 tab_contents_(tab_contents),
33 TabContentsWrapper* tab = tab_contents_.release();
75 scoped_ptr<TabContentsWrapper> tab_contents_; member in class:InstantUnloadHandler::TabContentsDelegateImpl
77 // The index |tab_contents_| was originally at. If we add the tab back we add
  /external/chromium/chrome/browser/
plugin_installer_infobar_delegate.h 33 TabContents* tab_contents_; member in class:PluginInstallerInfoBarDelegate
content_setting_bubble_model.h 95 TabContents* tab_contents() const { return tab_contents_; }
120 TabContents* tab_contents_; member in class:ContentSettingBubbleModel
repost_form_warning_controller.h 45 TabContents* tab_contents_; member in class:RepostFormWarningController
  /external/chromium/chrome/browser/tab_contents/
tab_contents_ssl_helper.h 38 TabContents* tab_contents_; member in class:TabContentsSSLHelper
  /external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.h 28 TabContents* tab_contents_; member in class:CollectedCookiesInfoBarDelegate
  /external/chromium/chrome/browser/ui/gtk/
sad_tab_gtk.h 33 TabContents* tab_contents_; member in class:SadTabGtk
collected_cookies_gtk.cc 78 : tab_contents_(tab_contents),
160 window_ = tab_contents_->CreateConstrainedDialog(this);
182 tab_contents_->GetTabSpecificContentSettings();
237 tab_contents_->profile()->GetHostContentSettingsMap();
261 tab_contents_->GetTabSpecificContentSettings();
423 tab_contents_->GetTabSpecificContentSettings());
429 tab_contents_->AddInfoBar(
430 new CollectedCookiesInfoBarDelegate(tab_contents_));
459 tab_contents_->profile()->GetHostContentSettingsMap(), setting);
sad_tab_gtk.cc 53 : tab_contents_(tab_contents),
55 DCHECK(tab_contents_);
111 if (tab_contents_ != NULL) {
131 if (tab_contents_ != NULL) {
137 tab_contents_->OpenURL(help_url, GURL(), CURRENT_TAB, PageTransition::LINK);
  /external/chromium/chrome/browser/ui/views/
dom_view.h 37 TabContents* tab_contents() const { return tab_contents_.get(); }
56 scoped_ptr<TabContents> tab_contents_; member in class:DOMView
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
js_modal_dialog.cc 73 DCHECK((tab_contents_ != NULL) != (extension_host_ != NULL));
81 gfx::NativeWindow parent_window = tab_contents_ ?
82 tab_contents_->GetMessageBoxRootWindow() :
111 if (tab_contents_) {
113 Source<NavigationController>(&tab_contents_->controller()));
115 Source<TabContents>(tab_contents_));
  /external/chromium/chrome/browser/ui/cocoa/
constrained_html_delegate_mac.mm 50 TabContents tab_contents_; // Holds the HTML to be displayed in the sheet.
77 tab_contents_(profile, NULL, MSG_ROUTING_NONE, NULL, NULL),
80 tab_contents_.set_delegate(this);
85 tab_contents_.property_bag(), this);
87 tab_contents_.controller().LoadURL(delegate->GetDialogContentURL(),
104 [window.get() setContentView:tab_contents_.GetNativeView()];
html_dialog_window_controller.h 23 // Order here is important, as tab_contents_ may send messages to
  /external/chromium/chrome/browser/debugger/
devtools_window.h 50 TabContentsWrapper* tab_contents() { return tab_contents_; }
101 TabContentsWrapper* tab_contents_; member in class:DevToolsWindow
  /external/chromium/chrome/browser/ui/cocoa/download/
download_started_animation_mac.mm 52 tab_contents_(tab_contents) {
55 Source<TabContents>(tab_contents_));
58 Source<TabContents>(tab_contents_));
75 TabContents* tab_contents_;

Completed in 927 milliseconds

12 3 4 5