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

1 23 4 5

  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller.mm 27 // If tab_contents_ is nil, ask view to remove link.
  /external/chromium/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.h 44 TabContents* tab_contents_; member in class:TemplateURLFetcherUICallbacks
  /external/chromium/chrome/browser/ui/views/
external_protocol_dialog.h 51 TabContents* tab_contents_; member in class:ExternalProtocolDialog
collected_cookies_win.cc 165 : tab_contents_(tab_contents),
182 window_ = tab_contents_->CreateConstrainedDialog(this);
238 tab_contents_->GetTabSpecificContentSettings();
287 tab_contents_->GetTabSpecificContentSettings();
290 tab_contents_->profile()->GetHostContentSettingsMap();
376 tab_contents_->AddInfoBar(
377 new CollectedCookiesInfoBarDelegate(tab_contents_));
475 tab_contents_->profile()->GetHostContentSettingsMap(), setting);
482 MapWindowPoints(HWND_DESKTOP, tab_contents_->GetNativeView(), &topleft, 1);
497 tab_contents_->GetTabSpecificContentSettings())
    [all...]
create_application_shortcut_view.cc 415 tab_contents_(tab_contents),
418 web_app::GetShortcutInfoForTab(tab_contents_, &shortcut_info_);
420 tab_contents_->extension_tab_helper()->web_app_info();
438 tab_contents_->extension_tab_helper()->SetAppIcon(shortcut_info_.favicon);
439 if (tab_contents_->tab_contents()->delegate()) {
440 tab_contents_->tab_contents()->delegate()->ConvertContentsToApplication(
441 tab_contents_->tab_contents());
456 tab_contents_->tab_contents()->favicon_helper().DownloadImage(
keyboard_overlay_dialog_view.cc 54 tab_contents_->set_delegate(this);
58 HtmlDialogUI::GetPropertyAccessor().SetProperty(tab_contents_->property_bag(),
sad_tab_view.h 54 TabContents* tab_contents_; member in class:SadTabView
external_protocol_dialog.cc 121 : tab_contents_(tab_contents),
153 if (tab_contents_) {
154 root_hwnd = GetAncestor(tab_contents_->GetContentNativeView(), GA_ROOT);
sad_tab_view.cc 56 : tab_contents_(tab_contents),
136 if (tab_contents_ != NULL && source == learn_more_link_) {
141 tab_contents_->OpenURL(help_url, GURL(), CURRENT_TAB, PageTransition::LINK);
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.cc 143 : tab_contents_(tab_contents),
148 tab_contents_->profile()->GetHostContentSettingsMap();
230 tab_contents_->profile()->GetHostContentSettingsMap(), setting);
241 tab_contents_->GetTabSpecificContentSettings());
collected_cookies_ui_delegate.h 77 TabContents* tab_contents_; member in class:CollectedCookiesUIDelegate
  /external/chromium/chrome/browser/
plugin_observer.cc 48 TabContents* tab_contents_; member in class:__anon4743::PluginInfoBarDelegate
62 tab_contents_(tab_contents) {
73 tab_contents_->render_view_host()->LoadBlockedPlugins();
79 tab_contents_->OpenURL(url, GURL(), NEW_FOREGROUND_TAB, PageTransition::LINK);
162 tab_contents_->profile()->GetHostContentSettingsMap()->AddExceptionForURL(
163 tab_contents_->GetURL(), CONTENT_SETTINGS_TYPE_PLUGINS, std::string(),
258 tab_contents_->OpenURL(update_url_, GURL(), NEW_FOREGROUND_TAB,
  /external/chromium/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.cc 278 tab_contents_(tab_contents) {
281 web_app::GetShortcutInfoForTab(tab_contents_, &shortcut_info_);
288 if (tab_contents_->tab_contents()->delegate())
289 tab_contents_->tab_contents()->delegate()->ConvertContentsToApplication(
290 tab_contents_->tab_contents());
content_setting_bubble_gtk.h 70 TabContents* tab_contents_; member in class:ContentSettingBubbleGtk
collected_cookies_gtk.h 115 TabContents* tab_contents_; member in class:CollectedCookiesGtk
create_application_shortcuts_dialog_gtk.h 91 TabContentsWrapper* tab_contents_; member in class:CreateWebApplicationShortcutsDialogGtk
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 17 tab_contents_(tab_contents),
  /external/chromium/chrome/browser/extensions/
extension_infobar_delegate.h 68 TabContents* tab_contents_; member in class:ExtensionInfoBarDelegate
extension_bookmark_manager_api.h 47 TabContents* tab_contents_; member in class:ExtensionBookmarkManagerEventRouter
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.h 51 TabContents* tab_contents_; member in class:WebDropTarget
  /external/chromium/chrome/browser/download/
drag_download_file.cc 28 tab_contents_(tab_contents),
108 download_manager_ = tab_contents_->profile()->GetDownloadManager();
118 tab_contents_);
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 53 tab_contents_(tab_contents),
58 DCHECK(tab_contents_);
105 if (tab_contents_->profile()->IsOffTheRecord()) {
133 tab_contents_ = NULL;
208 // |tab_contents_| is safe to call as we will be destructed
210 RenderViewHost* rvh = tab_contents_->render_view_host();
219 TabContents* tab_contents_; member in class:safe_browsing::ClientSideDetectionHost::ShouldClassifyUrlRequest
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 57 // Used to retrieve this object from |tab_contents_|, which is placed in
85 TabContents* tab_contents() const { return tab_contents_.get(); }
214 scoped_ptr<TabContents> tab_contents_; member in class:TabContentsWrapper
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 68 TabContents* tab_contents_; member in class:AppModalDialog
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 44 TabContents* tab_contents_; member in class:CollectedCookiesMac

Completed in 449 milliseconds

1 23 4 5