HomeSort by relevance Sort by last modified time
    Searched full:tab_contents (Results 451 - 475 of 653) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/webui/
crashes_ui.cc 20 #include "content/browser/tab_contents/tab_contents.h"
flags_ui.cc 21 #include "content/browser/tab_contents/tab_contents.h"
html_dialog_ui.h 97 explicit HtmlDialogUI(TabContents* tab_contents);
121 explicit ExternalHtmlDialogUI(TabContents* tab_contents);
history2_ui.cc 32 #include "content/browser/tab_contents/tab_contents.h"
33 #include "content/browser/tab_contents/tab_contents_delegate.h"
history_ui.cc 32 #include "content/browser/tab_contents/tab_contents.h"
33 #include "content/browser/tab_contents/tab_contents_delegate.h"
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumIncludes.h 112 #include <content/browser/tab_contents/tab_contents.h>
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 26 #include "content/browser/tab_contents/tab_contents.h"
413 Source<TabContents>(drag_data->contents->tab_contents()));
419 drag_data->contents->tab_contents()->delegate();
420 drag_data->contents->tab_contents()->set_delegate(this);
512 if (drag_data_[i].contents->tab_contents() == destroyed_contents) {
879 drag_data_[i].contents->tab_contents()->set_delegate(NULL);
884 source_dragged_contents()->tab_contents()->set_capturing_contents(false);
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 45 #include "chrome/browser/tab_contents/thumbnail_generator.h"
53 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
61 #include "content/browser/tab_contents/navigation_controller.h"
62 #include "content/browser/tab_contents/tab_contents.h"
207 !controller_->tab_contents()->is_loading());
241 if (include_current_navigation && controller->tab_contents()->is_loading())
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.mm 47 #include "content/browser/tab_contents/navigation_entry.h"
48 #include "content/browser/tab_contents/tab_contents.h"
511 TabContents* tab_contents =
516 content_setting_decorations_[i]->UpdateFromTabContents(tab_contents);
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 13 #include "chrome/browser/tab_contents/tab_util.h"
14 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
21 #include "content/browser/tab_contents/constrained_window.h"
22 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/ui/views/
hung_renderer_view.cc 10 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
15 #include "content/browser/tab_contents/tab_contents.h"
78 if (it->tab_contents()->GetRenderProcessHost() ==
80 tab_contentses_.push_back((*it)->tab_contents());
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 34 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
36 #include "content/browser/tab_contents/tab_contents.h"
455 find_bar_controller_->tab_contents()->tab_contents()->Focus();
580 TabContentsWrapper* tab_contents = find_bar_controller_->tab_contents(); local
581 if (!tab_contents)
583 FindTabHelper* find_tab_helper = tab_contents->find_tab_helper();
663 TabContentsWrapper* contents = find_bar_controller_->tab_contents();
    [all...]
location_bar_view_gtk.cc 52 #include "content/browser/tab_contents/tab_contents.h"
617 TabContents* tab_contents = GetTabContents(); local
623 toolbar_model_->input_in_progress() ? NULL : tab_contents);
1361 TabContents* tab_contents = parent_->GetTabContents(); local
    [all...]
browser_titlebar.cc 36 #include "content/browser/tab_contents/tab_contents.h"
565 void BrowserTitlebar::UpdateThrobber(TabContents* tab_contents) {
568 if (tab_contents && tab_contents->is_loading()) {
570 throbber_.GetNextFrame(tab_contents->waiting_for_response());
825 TabContents* tab_contents = local
827 if (tab_contents)
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_manager.cc 18 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
261 RenderViewHost* old_rvh = old_tab->tab_contents()->render_view_host();
270 AttachClientHost(cookie, new_tab->tab_contents()->render_view_host());
  /external/chromium/chrome/browser/
external_tab_container_win.h 20 #include "content/browser/tab_contents/tab_contents_delegate.h"
56 TabContents* tab_contents() const;
173 void ShowRepostFormWarningDialog(TabContents* tab_contents);
memory_details.cc 21 #include "content/browser/tab_contents/navigation_entry.h"
22 #include "content/browser/tab_contents/tab_contents.h"
autocomplete_history_manager_unittest.cc 17 #include "content/browser/tab_contents/test_tab_contents.h"
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.mm 5 #import "chrome/browser/ui/cocoa/tab_contents/web_drop_target.h"
11 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 19 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
22 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 44 #include "content/browser/tab_contents/tab_contents.h"
45 #include "content/browser/tab_contents/tab_contents_delegate.h"
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.mm 36 #import "chrome/browser/ui/cocoa/tab_contents/favicon_util.h"
45 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
48 #include "content/browser/tab_contents/navigation_controller.h"
49 #include "content/browser/tab_contents/navigation_entry.h"
50 #include "content/browser/tab_contents/tab_contents.h"
51 #include "content/browser/tab_contents/tab_contents_view.h"
568 end = newTab->tab_contents()->constrained_window_end();
572 for (it = newTab->tab_contents()->constrained_window_begin();
717 contents->tab_contents()->profile())
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_browsertest.cc 21 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
29 #include "content/browser/tab_contents/tab_contents.h"
390 browser()->GetSelectedTabContentsWrapper()->tab_contents();
  /external/chromium/chrome/browser/chromeos/login/
eula_view.h 12 #include "content/browser/tab_contents/tab_contents_delegate.h"
  /external/chromium/chrome/browser/download/
drag_download_file.h 41 TabContents* tab_contents);

Completed in 899 milliseconds

<<11121314151617181920>>