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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 21 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
27 #include "content/browser/tab_contents/tab_contents.h"
100 preview_ = tab->tab_contents();
137 void SetSuggestionsJavascriptArgument(TabContents* tab_contents,
142 tab_contents->render_view_host(),
147 bool GetStringFromJavascript(TabContents* tab_contents,
153 tab_contents->render_view_host(),
157 bool GetIntFromJavascript(TabContents* tab_contents,
163 tab_contents->render_view_host()
    [all...]
  /external/chromium/chrome/browser/sync/glue/
session_change_processor.cc 18 #include "content/browser/tab_contents/navigation_controller.h"
19 #include "content/browser/tab_contents/tab_contents.h"
83 modified_tabs.push_back(controller->tab_contents());
94 modified_tabs.push_back(controller->tab_contents());
104 modified_tabs.push_back(controller->tab_contents());
114 modified_tabs.push_back(controller->tab_contents());
124 modified_tabs.push_back(controller->tab_contents());
131 if (extension_tab_helper->tab_contents()->profile() != profile_) {
135 modified_tabs.push_back(extension_tab_helper->tab_contents());
    [all...]
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.cc 17 #include "content/browser/tab_contents/tab_contents.h"
133 void CollectedCookiesUIDelegate::Show(TabContents* tab_contents) {
135 new CollectedCookiesUIDelegate(tab_contents);
136 ConstrainedHtmlUI::CreateConstrainedHtmlDialog(tab_contents->profile(),
138 tab_contents);
142 TabContents* tab_contents)
143 : tab_contents_(tab_contents),
146 tab_contents->GetTabSpecificContentSettings();
160 tab_contents->profile()->GetChromeURLDataManager()->AddDataSource(source)
    [all...]
collected_cookies_ui_delegate.h 32 // static factory method that shows CollectedCookiesUI for |tab_contents|.
33 static void Show(TabContents* tab_contents);
51 explicit CollectedCookiesUIDelegate(TabContents* tab_contents);
constrained_html_ui.cc 11 #include "content/browser/tab_contents/tab_contents.h"
61 GetPropertyAccessor().GetProperty(tab_contents()->property_bag());
  /external/chromium/chrome/browser/safe_browsing/
malware_details.cc 19 #include "content/browser/tab_contents/navigation_entry.h"
20 #include "content/browser/tab_contents/tab_contents.h"
40 TabContents* tab_contents,
42 return new MalwareDetails(sb_service, tab_contents, unsafe_resource);
61 TabContents* tab_contents,
67 return factory_->CreateMalwareDetails(sb_service, tab_contents, resource);
73 TabContents* tab_contents,
75 : TabContentsObserver(tab_contents),
76 request_context_getter_(tab_contents->profile()->GetRequestContext())
    [all...]
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 17 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
18 #include "chrome/browser/tab_contents/tab_util.h"
25 #include "content/browser/tab_contents/tab_contents.h"
116 TabContents* tab_contents,
150 TabContents* tab_contents,
157 : ConfirmInfoBarDelegate(tab_contents),
158 tab_contents_(tab_contents),
430 TabContents* tab_contents = Source<TabContents>(source).ptr(); local
434 tab_contents == tab_util::GetTabContentsByID(i->render_process_id
445 TabContents* tab_contents = local
532 TabContents* tab_contents = local
586 TabContents* tab_contents = local
    [all...]
  /external/chromium/chrome/browser/automation/
automation_tab_helper_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"
12 #include "content/browser/tab_contents/tab_contents.h"
13 #include "content/browser/tab_contents/test_tab_contents.h"
38 tab_helper()->TabContentsDestroyed(contents_wrapper()->tab_contents());
  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 15 #include "content/browser/tab_contents/tab_contents.h"
23 TabContents* tab_contents,
26 : ConfirmInfoBarDelegate(tab_contents),
27 profile_(tab_contents->profile()),
32 tab_contents_(tab_contents) {
gtk_theme_installed_infobar_delegate.h 20 GtkThemeInstalledInfoBarDelegate(TabContents* tab_contents,
  /external/chromium/chrome/browser/
password_manager_delegate_impl.cc 11 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
14 #include "content/browser/tab_contents/tab_contents.h"
30 SavePasswordInfoBarDelegate(TabContents* tab_contents,
63 TabContents* tab_contents,
65 : ConfirmInfoBarDelegate(tab_contents),
autocomplete_history_manager.h 13 #include "content/browser/tab_contents/tab_contents_observer.h"
27 explicit AutocompleteHistoryManager(TabContents* tab_contents);
54 AutocompleteHistoryManager(TabContents* tab_contents,
blocked_content_container.h 16 #include "content/browser/tab_contents/tab_contents_delegate.h"
27 void AddTabContents(TabContents* tab_contents,
32 // Shows the blocked TabContents |tab_contents|.
33 void LaunchForContents(TabContents* tab_contents);
content_setting_bubble_model.h 30 TabContents* tab_contents,
39 TabContents* tab_contents; member in struct:ContentSettingBubbleModel::PopupItem
92 ContentSettingBubbleModel(TabContents* tab_contents, Profile* profile,
95 TabContents* tab_contents() const { return tab_contents_; } function in class:ContentSettingBubbleModel
page_info_window.h 9 #include "content/browser/tab_contents/navigation_entry.h"
  /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:__anon4850::SidebarTest
169 HideSidebar(tab_contents(0));
178 ShowSidebar(tab_contents(1));
179 ExpandSidebar(tab_contents(1));
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 14 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
15 #include "content/browser/tab_contents/navigation_controller.h"
27 AutofillCCInfoBarDelegate(TabContents* tab_contents,
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 13 TabContents* tab_contents,
16 : ConfirmInfoBarDelegate(tab_contents),
17 tab_contents_(tab_contents),
  /external/chromium/chrome/browser/ui/
shell_dialogs.cc 10 #include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h"
12 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/ui/views/
default_search_view.h 12 #include "content/browser/tab_contents/constrained_window.h"
43 static void Show(TabContents* tab_contents,
66 DefaultSearchView(TabContents* tab_contents,
dom_view.cc 7 #include "content/browser/tab_contents/tab_contents.h"
11 #include "chrome/browser/ui/views/tab_contents/tab_contents_view_touch.h"
dropdown_bar_host_win.cc 10 #include "content/browser/tab_contents/tab_contents.h"
11 #include "content/browser/tab_contents/tab_contents_view.h"
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 11 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
15 #include "content/browser/tab_contents/tab_contents.h"
69 void ContentSettingImageView::UpdateFromTabContents(TabContents* tab_contents) {
70 content_setting_image_model_->UpdateFromTabContents(tab_contents);
80 TabSpecificContentSettings* content_settings = tab_contents ?
81 tab_contents->GetTabSpecificContentSettings() : NULL;
131 TabContents* tab_contents = parent_->GetTabContentsWrapper()->tab_contents();
132 if (!tab_contents)
    [all...]
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc 11 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
14 #include "content/browser/tab_contents/tab_contents.h"
15 #include "content/browser/tab_contents/tab_contents_view.h"
39 TabContentsWrapper* tab_contents, int index, bool foreground) {
45 TabContentsWrapper* tab_contents,
53 TabContentsWrapper* tab_contents, int index) {
58 TabContentsWrapper* tab_contents, int index, TabChangeType change_type) {
202 tabstrip_model->GetTabContentsAt(0)->tab_contents()->GetURL() !=
  /external/chromium/chrome/browser/speech/
speech_input_bubble_gtk.cc 13 #include "content/browser/tab_contents/tab_contents.h"
38 SpeechInputBubbleGtk(TabContents* tab_contents,
73 SpeechInputBubbleGtk::SpeechInputBubbleGtk(TabContents* tab_contents,
76 : SpeechInputBubbleBase(tab_contents),
170 tab_contents()->profile());
174 info_bubble_ = InfoBubbleGtk::Show(tab_contents()->GetNativeView(),
266 TabContents* tab_contents,
269 return new SpeechInputBubbleGtk(tab_contents, delegate, element_rect);

Completed in 222 milliseconds

1 2 3 45 6 7 8 91011>>