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

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.h 11 #include "content/browser/tab_contents/constrained_window.h"
43 TabContents* tab_contents);
dropdown_bar_host_gtk.cc 10 #include "content/browser/tab_contents/tab_contents.h"
theme_install_bubble_view.h 45 static void Show(TabContents* tab_contents);
48 explicit ThemeInstallBubbleView(TabContents* tab_contents);
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 14 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
20 #include "content/browser/tab_contents/tab_contents.h"
213 model_->GetTabContentsAt(model_index)->tab_contents()->GetURL() ==
257 TabContentsNetworkState(contents->tab_contents()));
310 SetTabRendererDataFromModel(contents->tab_contents(), model_index, &data);
332 SetTabRendererDataFromModel(contents->tab_contents(), to_model_index, &data);
379 SetTabRendererDataFromModel(contents->tab_contents(), model_index, &data);
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_browsertest.cc 16 #include "content/browser/tab_contents/tab_contents.h"
print_preview_handler.cc 18 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
25 #include "content/browser/tab_contents/tab_contents.h"
245 TabContents* initiator_tab = GetInitiatorTab(web_ui_->tab_contents());
257 TabContents* initiator_tab = GetInitiatorTab(web_ui_->tab_contents());
274 web_ui_->tab_contents());
352 web_ui_->tab_contents(),
354 web_ui_->tab_contents()->GetNativeView()),
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller_unittest.mm 9 #import "chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h"
10 #import "chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h"
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_win.cc 5 #include "chrome/browser/ui/views/tab_contents/render_view_context_menu_win.h"
10 #include "chrome/browser/tab_contents/retargeting_details.h"
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 25 #include "content/browser/tab_contents/tab_contents.h"
656 void ImageBurnResourceManager::CreateImageUrl(TabContents* tab_contents,
670 download_manager_ = tab_contents->profile()->GetDownloadManager();
675 downloader->DownloadFile(config_file_url_, config_file_path_, tab_contents);
707 TabContents* tab_contents) {
709 target_path, tab_contents, this);
714 TabContents* tab_contents,
717 file_path, tab_contents, created_file_stream);
740 const FilePath& file_path, TabContents* tab_contents) {
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 24 #include "content/browser/tab_contents/tab_contents.h"
25 #include "content/browser/tab_contents/tab_contents_view.h"
103 TabContents* tab_contents,
105 : MalwareDetails(sb_service, tab_contents, unsafe_resource) { }
162 TabContents* tab_contents,
164 details_ = new FakeMalwareDetails(sb_service, tab_contents,
181 TabContents* tab_contents,
183 : SafeBrowsingBlockingPage(service, tab_contents, unsafe_resources) {
210 TabContents* tab_contents,
    [all...]
  /external/chromium/chrome/browser/sessions/
session_restore.cc 29 #include "content/browser/tab_contents/navigation_controller.h"
30 #include "content/browser/tab_contents/tab_contents.h"
31 #include "content/browser/tab_contents/tab_contents_view.h"
202 if (tab->tab_contents()) {
213 tab->tab_contents()->WasHidden();
268 TabContents* tab_contents = Source<TabContents>(source).ptr(); local
271 GetRenderWidgetHost(&tab_contents->controller());
274 HandleTabClosedOrLoaded(&tab_contents->controller());
333 Source<TabContents>(tab->tab_contents()));
355 TabContents* tab_contents = tab->tab_contents(); local
666 TabContents* tab_contents = local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 18 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
19 #include "content/browser/tab_contents/tab_contents.h"
95 return contents == dragged_contents_->tab_contents() ? source_tab_ : NULL;
211 dragged_contents_->tab_contents()->set_delegate(original_delegate_);
224 original_delegate_ = dragged_contents_->tab_contents()->delegate();
225 dragged_contents_->tab_contents()->set_delegate(this);
372 dragged_contents_->tab_contents()->set_delegate(NULL);
376 dragged_contents_->tab_contents()->set_capturing_contents(false);
432 dragged_contents_->tab_contents()->set_delegate(this)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 26 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
37 #include "content/browser/tab_contents/navigation_entry.h"
38 #include "content/browser/tab_contents/tab_contents.h"
39 #include "content/browser/tab_contents/tab_contents_view.h"
87 int ExtensionTabUtil::GetTabId(const TabContents* tab_contents) {
88 return tab_contents->controller().session_id().id();
95 int ExtensionTabUtil::GetWindowIdOfTab(const TabContents* tab_contents) {
96 return tab_contents->controller().window_id().id();
116 tab_strip->GetTabContentsAt(i)->tab_contents(), tab_strip, i))
1111 TabContents* tab_contents = browser->GetSelectedTabContents(); local
    [all...]
extension_processes_api.cc 21 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
24 #include "content/browser/tab_contents/tab_contents.h"
174 int id = base::GetProcId(contents->tab_contents()->
extension_webstore_private_browsertest.cc 20 #include "content/browser/tab_contents/tab_contents.h"
79 virtual void RequestSignin(TabContents* tab_contents,
89 Profile* profile = tab_contents->profile();
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 36 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
44 #include "content/browser/tab_contents/tab_contents.h"
232 AutofillManager::AutofillManager(TabContents* tab_contents)
233 : TabContentsObserver(tab_contents),
235 download_manager_(tab_contents->profile()),
240 DCHECK(tab_contents);
244 tab_contents->profile()->GetOriginalProfile()->GetPersonalDataManager();
310 TabContentsWrapper::GetCurrentWrapperForContents(tab_contents());
317 if (tab_contents()->profile()->IsOffTheRecord()
    [all...]
  /external/chromium/chrome/browser/
browser_commands_unittest.cc 12 #include "content/browser/tab_contents/navigation_controller.h"
13 #include "content/browser/tab_contents/navigation_entry.h"
14 #include "content/browser/tab_contents/tab_contents.h"
content_setting_image_model.h 27 virtual void UpdateFromTabContents(TabContents* tab_contents) = 0;
load_notification_details.h 15 #include "content/browser/tab_contents/navigation_controller.h"
oom_priority_manager.cc 15 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
18 #include "content/browser/tab_contents/tab_contents.h"
107 TabContents* contents = model->GetTabContentsAt(i)->tab_contents();
  /external/chromium/chrome/browser/chromeos/
external_protocol_dialog.h 25 ExternalProtocolDialog(TabContents* tab_contents, const GURL& url);
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_view.cc 17 #include "content/browser/tab_contents/tab_contents_delegate.h"
108 EnterpriseEnrollmentUI::SetController(enrollment_page_view_->tab_contents(),
115 enrollment_page_view_->tab_contents()->render_view_host();
170 enrollment_page_view_->tab_contents()->render_view_host();
  /external/chromium/chrome/browser/download/
drag_download_file.cc 14 #include "content/browser/tab_contents/tab_contents.h"
23 TabContents* tab_contents)
28 tab_contents_(tab_contents),
  /external/chromium/chrome/browser/google/
google_url_tracker.h 13 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
127 void OnNavigationCommittedOrTabClosed(TabContents* tab_contents,
129 void ShowGoogleURLInfoBarIfNecessary(TabContents* tab_contents);
166 GoogleURLTrackerInfoBarDelegate(TabContents* tab_contents,
  /external/chromium/chrome/browser/instant/
instant_unload_handler.h 27 void RunUnloadListenersOrDestroy(TabContentsWrapper* tab_contents, int index);

Completed in 630 milliseconds

<<11121314151617181920>>