HomeSort by relevance Sort by last modified time
    Searched refs:TabContentsWrapper (Results 51 - 75 of 159) sorted by null

1 23 4 5 6 7

  /external/chromium/chrome/browser/extensions/
extension_tabs_module.h 22 class TabContentsWrapper;
41 bool GetDefaultTab(Browser* browser, TabContentsWrapper** contents,
48 TabContentsWrapper** contents,
extension_infobar_module.cc 40 TabContentsWrapper* tab_contents = NULL;
extension_browser_event_router.cc 271 void ExtensionBrowserEventRouter::TabInsertedAt(TabContentsWrapper* contents,
299 void ExtensionBrowserEventRouter::TabDetachedAt(TabContentsWrapper* contents,
324 TabContentsWrapper* contents,
348 TabContentsWrapper* old_contents,
349 TabContentsWrapper* new_contents,
371 void ExtensionBrowserEventRouter::TabMoved(TabContentsWrapper* contents,
468 void ExtensionBrowserEventRouter::TabChangedAt(TabContentsWrapper* contents,
476 TabContentsWrapper* old_contents,
477 TabContentsWrapper* new_contents,
484 TabContentsWrapper* contents
    [all...]
extension_devtools_bridge.cc 52 TabContentsWrapper* contents;
119 void ExtensionDevToolsBridge::TabReplaced(TabContentsWrapper* new_tab) {
  /external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.cc 24 TabContentsWrapper* new_contents,
110 TabContentsWrapper* old_contents,
111 TabContentsWrapper* new_contents,
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.h 61 virtual void UpdateToolbar(TabContentsWrapper* contents,
100 TabContentsWrapper* tab_contents);
109 virtual void ShowInstant(TabContentsWrapper* preview);
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 24 class TabContentsWrapper;
107 void SetDraggedContents(TabContentsWrapper* new_contents);
201 TabContentsWrapper* dragged_contents_;
  /external/chromium/chrome/browser/ui/panels/
panel.h 68 virtual void UpdateToolbar(TabContentsWrapper* contents,
112 TabContentsWrapper* tab_contents);
123 virtual void ShowInstant(TabContentsWrapper* preview);
  /external/chromium/chrome/browser/chromeos/frame/
panel_browser_view.h 39 virtual void TabChangedAt(TabContentsWrapper* contents,
dom_browser_view.cc 55 void DOMBrowserView::UpdateToolbar(TabContentsWrapper* contents,
dom_browser_view.h 39 virtual void UpdateToolbar(TabContentsWrapper* contents,
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc 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) {
wm_overview_controller.cc 67 virtual void TabInsertedAt(TabContentsWrapper* contents,
71 TabContentsWrapper* contents,
73 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
74 virtual void TabMoved(TabContentsWrapper* contents,
77 virtual void TabChangedAt(TabContentsWrapper* contents, int index,
80 virtual void TabDeselected(TabContentsWrapper* contents) {}
81 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
82 TabContentsWrapper* new_contents,
206 void BrowserListener::TabInsertedAt(TabContentsWrapper* contents,
214 void BrowserListener::TabDetachedAt(TabContentsWrapper* contents, int index)
    [all...]
  /external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.h 79 virtual void TabReplaced(TabContentsWrapper* new_tab);
devtools_http_protocol_handler.h 21 class TabContentsWrapper;
28 typedef std::vector<TabContentsWrapper*> InspectableTabs;
devtools_manager.h 88 void TabReplaced(TabContentsWrapper* old_tab, TabContentsWrapper* new_tab);
  /external/chromium/chrome/browser/ui/omnibox/
location_bar.h 28 class TabContentsWrapper;
  /external/chromium/chrome/browser/printing/
print_preview_message_handler.cc 74 TabContentsWrapper* wrapper =
75 TabContentsWrapper::GetCurrentWrapperForContents(print_preview_tab);
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.h 26 class TabContentsWrapper;
86 explicit TaskManagerTabContentsResource(TabContentsWrapper* tab_contents);
93 virtual TabContentsWrapper* GetTabContents() const OVERRIDE;
97 TabContentsWrapper* tab_contents_;
122 void Add(TabContentsWrapper* tab_contents);
123 void Remove(TabContentsWrapper* tab_contents);
125 void AddToTaskManager(TabContentsWrapper* tab_contents);
135 std::map<TabContentsWrapper*, TaskManagerTabContentsResource*> resources_;
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.cc 66 TabContentsWrapper* wrapper = new TabContentsWrapper(new_contents);
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 121 int FindInPageWchar(TabContentsWrapper* tab,
141 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper();
233 TabContentsWrapper* tab_contents = browser()->GetSelectedTabContentsWrapper();
287 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper();
325 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper();
363 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper();
414 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper();
443 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper();
466 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper();
548 TabContentsWrapper* tab_contents = browser()->GetSelectedTabContentsWrapper()
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 83 virtual void UpdateToolbar(TabContentsWrapper* contents,
122 TabContentsWrapper* tab_contents);
130 virtual void ShowInstant(TabContentsWrapper* preview);
140 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
141 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
142 TabContentsWrapper* new_contents,
tab_contents_container_gtk.cc 64 void TabContentsContainerGtk::SetTab(TabContentsWrapper* tab) {
91 void TabContentsContainerGtk::SetPreview(TabContentsWrapper* preview) {
128 void TabContentsContainerGtk::PackTab(TabContentsWrapper* tab) {
151 void TabContentsContainerGtk::HideTab(TabContentsWrapper* tab) {
162 void TabContentsContainerGtk::DetachTab(TabContentsWrapper* tab) {
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 39 explicit UpdateShortcutWorker(TabContentsWrapper* tab_contents);
71 // Underlying TabContentsWrapper whose shortcuts will be updated.
72 TabContentsWrapper* tab_contents_;
92 UpdateShortcutWorker::UpdateShortcutWorker(TabContentsWrapper* tab_contents)
292 void GetShortcutInfoForTab(TabContentsWrapper* tab_contents_wrapper,
310 void UpdateShortcutForTabContents(TabContentsWrapper* tab_contents) {
  /external/chromium/chrome/browser/download/
save_page_browsertest.cc 63 TabContentsWrapper* current_tab = browser()->GetSelectedTabContentsWrapper();
91 TabContentsWrapper* current_tab = browser()->GetSelectedTabContentsWrapper();
118 TabContentsWrapper* current_tab = browser()->GetSelectedTabContentsWrapper();
162 TabContentsWrapper* current_tab = browser()->GetSelectedTabContentsWrapper();

Completed in 190 milliseconds

1 23 4 5 6 7