Searched defs:tabs (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium/chrome/browser/debugger/
H A Dbrowser_list_tabcontents_provider.cc7 #include "chrome/browser/tabs/tab_strip_model.h"
12 DevToolsHttpProtocolHandler::InspectableTabs tabs; local
17 tabs.push_back(model->GetTabContentsAt(i));
19 return tabs;
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_utils.cc5 #include "chrome/browser/ui/tabs/tab_strip_model_utils.h"
8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
19 // No blocked tabs.
23 void GetOpenUrls(const TabStripModel& tabs, argument
26 for (int i = 0; i < tabs.count(); ++i) {
27 content::WebContents* web_contents = tabs.GetWebContentsAt(i);
H A Dpinned_tab_codec.cc5 #include "chrome/browser/ui/tabs/pinned_tab_codec.h"
15 #include "chrome/browser/ui/tabs/tab_strip_model.h"
31 // Returns true if |browser| has any pinned tabs.
129 const StartupTabs& tabs) {
137 for (StartupTabs::const_iterator i = tabs.begin(); i != tabs.end(); ++i)
128 WritePinnedTabs(Profile* profile, const StartupTabs& tabs) argument
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_interactive_test.cc6 #include "chrome/browser/extensions/api/tabs/tabs_api.h"
7 #include "chrome/browser/extensions/api/tabs/tabs_constants.h"
49 base::ListValue* tabs = NULL; local
50 EXPECT_FALSE(result.get()->GetList(keys::kTabsKey, &tabs));
62 // "populate" was enabled so tabs should be populated.
63 EXPECT_TRUE(result.get()->GetList(keys::kTabsKey, &tabs));
88 // Get tabs in the 'last focused' window called from non-focused browser.
106 // Get tabs NOT in the 'last focused' window called from the focused browser.
130 ASSERT_TRUE(RunExtensionTest("tabs/current_window")) << message_;
H A Dtabs_test.cc14 #include "chrome/browser/extensions/api/tabs/tabs_api.h"
15 #include "chrome/browser/extensions/api/tabs/tabs_constants.h"
85 // "populate" was enabled so tabs should be populated.
86 base::ListValue* tabs = NULL; local
87 EXPECT_TRUE(result.get()->GetList(keys::kTabsKey, &tabs));
156 base::ListValue* tabs = NULL; local
157 EXPECT_FALSE(result.get()->GetList(keys::kTabsKey, &tabs));
159 // Get the current window using the old window and make the tabs populated.
170 // "populate" was enabled so tabs should be populated.
171 EXPECT_TRUE(result.get()->GetList(keys::kTabsKey, &tabs));
201 base::ListValue* tabs = NULL; local
223 base::ListValue* tabs = NULL; local
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dsession_types.h69 // tabs in SessionWindow.tabs.
119 // Index of the selected tab in tabs; -1 if no tab is selected. After restore
120 // this value is guaranteed to be a valid index into tabs.
124 // tabs. When done creating though, this is set to the index in
125 // tabs.
142 // The tabs, ordered by visual order.
143 std::vector<SessionTab*> tabs; member in struct:SessionWindow
H A Dtab_restore_service.h31 // tabs and windows. When a tab is closed
115 // The tabs that comprised the window, in order.
116 std::vector<Tab> tabs; member in struct:TabRestoreService::Window
148 // of tabs has changed.
181 // Loads the tabs and previous session. This does nothing if the tabs
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddrag_data.cc5 #include "chrome/browser/ui/gtk/tabs/drag_data.h"
7 #include "chrome/browser/ui/gtk/tabs/tab_gtk.h"
8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
57 std::vector<TabGtk*> tabs; local
60 tabs.push_back(drag_data_[i].tab_);
62 return tabs;
/external/chromium/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h47 // all the tabs within that closed window. By convention, these submenu items
85 // retains this. During a rebuild flood (if the user closes a lot of tabs
98 // If the HistoryItem is a window, this will be the vector of tabs. Note
102 std::vector<HistoryItem*> tabs; member in struct:HistoryMenuBridge::HistoryItem
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DRecentlyClosedBridge.java14 * This class allows Java code to get and clear the list of recently closed tabs.
20 * Callback interface for getting notified when the list of recently closed tabs is updated.
24 * This method will be called every time the list of recently closed tabs is updated.
27 * updated list of tabs.
50 List<RecentlyClosedTab> tabs, int id, String title, String url) {
52 tabs.add(tab);
57 * @param profile The Profile whose recently closed tabs will be queried.
79 * Sets the callback to be called whenever the list of recently closed tabs changes.
87 * @param maxTabCount The maximum number of recently closed tabs to return.
88 * @return The list of recently closed tabs, wit
49 pushTab( List<RecentlyClosedTab> tabs, int id, String title, String url) argument
119 nativeGetRecentlyClosedTabs( long nativeRecentlyClosedTabsBridge, List<RecentlyClosedTab> tabs, int maxTabCount) argument
[all...]
H A DForeignSessionHelper.java16 * This class exposes to Java information about sessions, windows, and tabs on the user's synced
71 public final List<ForeignSessionTab> tabs = new ArrayList<ForeignSessionTab>(); field in class:ForeignSessionHelper.ForeignSessionWindow
117 window.tabs.add(tab);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsession_sync_test_helper.cc70 ASSERT_EQ(win_iter->size(), win_ptr->tabs.size());
76 SessionTab* tab = win_ptr->tabs[j];
121 std::vector<sync_pb::SessionSpecifics>* tabs) {
131 if (tabs)
132 tabs->swap(tabs1);
118 BuildForeignSession( const std::string& tag, const std::vector<SessionID::id_type>& tab_list, std::vector<sync_pb::SessionSpecifics>* tabs) argument
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h49 // all the tabs within that closed window. By convention, these submenu items
88 // retains this. During a rebuild flood (if the user closes a lot of tabs
101 // If the HistoryItem is a window, this will be the vector of tabs. Note
105 std::vector<HistoryItem*> tabs; member in struct:HistoryMenuBridge::HistoryItem
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_view.h15 namespace tabs { namespace
37 } // namespace tabs
55 tabs::AlertState alertState_;
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py73 def tabs(self): member in class:Browser
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentResultsView.java91 ConfigTab[] tabs; field in class:ComponentResultsView
155 // Create tabs
172 this.tabs = new ConfigTab[length];
174 this.tabs[i] = new ConfigTab(configNames[i], configDescriptions[i]);
176 for (int i=0; i<this.tabs.length; i++) {
178 item.setText (this.tabs[i].getTabText ());
179 item.setControl (this.tabs[i].createTabFolderPage(this.componentResultsElement, this.tabFolder, this.fullLineSelection.isChecked()));
180 item.setData (this.tabs[i]);
191 int length = this.tabs==null ? 0 : this.tabs
[all...]
/external/chromium/chrome/browser/sessions/
H A Dsession_types.h116 // tabs in SessionWindow.tabs.
159 // Index of the selected tab in tabs; -1 if no tab is selected. After restore
160 // this value is guaranteed to be a valid index into tabs.
164 // tabs. When done creating though, this is set to the index in
165 // tabs.
182 // The tabs, ordered by visual order.
183 std::vector<SessionTab*> tabs; member in struct:SessionWindow
H A Dtab_restore_service.h27 // tabs and windows. When a tab is closed
108 // The tabs that comprised the window, in order.
109 std::vector<Tab> tabs; member in struct:TabRestoreService::Window
141 // of tabs has changed.
161 // Loads the tabs and previous session. This does nothing if the tabs
183 // Indicates we've asked for the last sessions and tabs but haven't gotten
187 // Indicates we finished loading the last tabs (but not necessarily the
192 // last tabs).
203 // Notifies observers the tabs hav
[all...]
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dtab_view.h18 namespace tabs { namespace
36 } // namespace tabs
57 tabs::AlertState alertState_;
/external/chromium_org/chrome/installer/util/
H A Dmaster_preferences_unittest.cc200 TabsVector tabs = prefs.GetFirstRunTabs(); local
201 ASSERT_EQ(3, tabs.size());
202 EXPECT_EQ("http://google.com/f1", tabs[0]);
203 EXPECT_EQ("https://google.com/f2", tabs[1]);
204 EXPECT_EQ("new_tab_page", tabs[2]);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h97 // The tabs owned by a tablist.
98 @property(nonatomic, readonly) NSArray* tabs; variable
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapText.java292 * @param tabs tab positions
294 public void setTabPosition(float... tabs) { argument
295 block.setTabPosition(tabs);
301 * used for the tabs over the last tab position.
H A DStringBlock.java181 void setTabPosition(float[] tabs) { argument
182 this.tabPos = tabs;
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab_strip.cc5 #include "chrome/browser/ui/touch/tabs/touch_tab_strip.h"
10 #include "chrome/browser/ui/touch/tabs/touch_tab.h"
12 #include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h"
38 // The animations may reference the tabs. Shut down the animation before we
39 // delete the tabs.
44 // The children (tabs) may callback to us from their destructor. Delete them
155 void TouchTabStrip::LayoutDraggedTabsAt(const std::vector<BaseTab*>& tabs, argument
164 const std::vector<BaseTab*>& tabs,
170 int TouchTabStrip::GetSizeNeededForTabs(const std::vector<BaseTab*>& tabs) { argument
308 // Make sure unselected tabs ar
163 CalculateBoundsForDraggedTabs( const std::vector<BaseTab*>& tabs, std::vector<gfx::Rect>* bounds) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_api.cc17 #include "chrome/browser/extensions/api/tabs/windows_util.h"
35 #include "chrome/browser/ui/tabs/tab_strip_model.h"
47 namespace tabs = api::tabs;
64 // Comparator function for use with std::sort that will sort tabs in a window
70 scoped_ptr<tabs::Tab> CreateTabModelHelper(
78 scoped_ptr<tabs::Tab> tab_struct(new tabs::Tab);
104 scoped_ptr<std::vector<linked_ptr<tabs::Tab> > > tabs,
103 CreateWindowModelHelper( scoped_ptr<std::vector<linked_ptr<tabs::Tab> > > tabs, const std::string& session_id, const windows::Window::Type& type, const windows::Window::State& state) argument
[all...]

Completed in 3710 milliseconds

123