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

12

/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/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/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...]
H A Dtab_restore_service.cc143 std::vector<TabRestoreService::Tab>::iterator j = window->tabs.begin();
144 for ( ; j != window->tabs.end(); ++j) {
145 // If the ID matches one of this window's tabs, remove it from the list.
147 window->tabs.erase(j);
241 // into the vector, which will give all tabs in a window the same ID.
243 window->tabs.push_back(Tab());
247 PopulateTab(&(window->tabs[entry_index]),
251 if (window->tabs[entry_index].navigations.empty()) {
252 window->tabs.erase(window->tabs
553 std::vector<Tab>& tabs = static_cast<Window*>(*i)->tabs; local
[all...]
H A Dsession_service.cc25 #include "chrome/browser/tabs/tab_strip_model.h"
231 // list of tabs to close. If the user creates another window, the close is
240 // . closing a tab and there are other windows/tabs open.
753 std::map<int, SessionTab*> tabs; local
756 if (CreateTabsAndWindows(commands, &tabs, &windows)) {
757 AddTabsToWindows(&tabs, &windows);
761 STLDeleteValues(&tabs);
772 for (std::vector<SessionTab*>::const_iterator j = (*i)->tabs.begin();
773 j != (*i)->tabs.end(); ++j) {
775 new_index = static_cast<int>(j - (*i)->tabs
796 GetTab( SessionID::id_type tab_id, IdToSessionTab* tabs) argument
866 AddTabsToWindows(std::map<int, SessionTab*>* tabs, std::map<int, SessionWindow*>* windows) argument
895 CreateTabsAndWindows( const std::vector<SessionCommand*>& data, std::map<int, SessionTab*>* tabs, std::map<int, SessionWindow*>* windows) argument
[all...]
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dtab_view.h18 namespace tabs { namespace
36 } // namespace tabs
57 tabs::AlertState alertState_;
/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/chrome/browser/sync/glue/
H A Dsession_model_associator.cc15 #include "chrome/browser/tabs/tab_strip_model.h"
118 // Make sure the browser has tabs and a window. Browsers destructor
129 (*i)->tab_count() << " tabs.";
141 // Store the order of tabs.
154 // Only add a window if it contains valid tabs.
191 const std::vector<TabContents*>& tabs) {
193 for (std::vector<TabContents*>::const_iterator i = tabs.begin();
194 i != tabs.end();
591 session_window->tabs.resize(specifics.tab_size());
594 session_window->tabs[
190 ReassociateTabs( const std::vector<TabContents*>& tabs) argument
[all...]
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab_strip.cc5 #include "chrome/browser/ui/views/tabs/base_tab_strip.h"
9 #include "chrome/browser/ui/views/tabs/dragged_tab_controller.h"
10 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h"
259 // tabs and have the close click close the next tab.
307 // mouse is down... during an animation tabs are being resized automatically,
320 std::vector<BaseTab*> tabs; local
324 // Build the set of selected tabs to drag and calculate the offset from the
329 tabs.push_back(other_tab);
331 size_to_selected = GetSizeNeededForTabs(tabs);
339 DCHECK(!tabs
472 StartedDraggingTabs(const std::vector<BaseTab*>& tabs) argument
496 StoppedDraggingTabs(const std::vector<BaseTab*>& tabs) argument
[all...]
H A Dside_tab_strip.cc5 #include "chrome/browser/ui/views/tabs/side_tab_strip.h"
8 #include "chrome/browser/ui/views/tabs/side_tab.h"
9 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h"
32 // Padding between tabs and scroll button.
193 // Make sure any tabs being dragged appear on top of all others by painting
203 // Paint the new tab and separator first so that any tabs animating appear on
248 // All the tabs fit, no need to scroll.
382 void SideTabStrip::LayoutDraggedTabsAt(const std::vector<BaseTab*>& tabs, argument
390 for (size_t i = 0; i < tabs.size(); ++i) {
391 BaseTab* tab = tabs[
400 CalculateBoundsForDraggedTabs( const std::vector<BaseTab*>& tabs, std::vector<gfx::Rect>* bounds) argument
413 GetSizeNeededForTabs(const std::vector<BaseTab*>& tabs) argument
[all...]
H A Dtab_strip.cc5 #include "chrome/browser/ui/views/tabs/tab_strip.h"
15 #include "chrome/browser/ui/views/tabs/tab.h"
16 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h"
130 // The animations may reference the tabs. Shut down the animation before we
131 // delete the tabs.
141 // The children (tabs) may callback to us from their destructor. Delete them
213 // user closes tabs with the mouse a tab continues to fall under the mouse.
230 // We have "tiny tabs" if the tabs are so tiny that the unselected ones are
302 // Make sure non-active tabs ar
476 LayoutDraggedTabsAt(const std::vector<BaseTab*>& tabs, BaseTab* active_tab, const gfx::Point& location, bool initial_drag) argument
505 CalculateBoundsForDraggedTabs(const std::vector<BaseTab*>& tabs, std::vector<gfx::Rect>* bounds) argument
519 GetSizeNeededForTabs(const std::vector<BaseTab*>& tabs) argument
[all...]
H A Ddragged_tab_controller.cc5 #include "chrome/browser/ui/views/tabs/dragged_tab_controller.h"
14 #include "chrome/browser/tabs/tab_strip_model.h"
17 #include "chrome/browser/ui/views/tabs/base_tab.h"
18 #include "chrome/browser/ui/views/tabs/base_tab_strip.h"
19 #include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h"
20 #include "chrome/browser/ui/views/tabs/dragged_tab_view.h"
21 #include "chrome/browser/ui/views/tabs/native_view_photobooth.h"
22 #include "chrome/browser/ui/views/tabs/side_tab.h"
23 #include "chrome/browser/ui/views/tabs/side_tab_strip.h"
24 #include "chrome/browser/ui/views/tabs/ta
351 Init(BaseTabStrip* source_tabstrip, BaseTab* source_tab, const std::vector<BaseTab*>& tabs, const gfx::Point& mouse_offset, int source_tab_offset) argument
869 std::vector<BaseTab*> tabs = local
1094 std::vector<BaseTab*> tabs; local
1143 std::vector<BaseTab*> tabs; local
[all...]
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model.cc5 #include "chrome/browser/tabs/tab_strip_model.h"
23 #include "chrome/browser/tabs/tab_strip_model_delegate.h"
24 #include "chrome/browser/tabs/tab_strip_model_order_controller.h"
120 // Force app tabs to be pinned.
272 // This would result in mini tabs mixed with non-mini tabs. We don't allow
290 // To maintain that all mini-tabs occur before non-mini-tabs we move them
297 // We're being told to drag mini-tabs to an invalid location. Adjust the
298 // index such that non-mini-tabs en
822 std::vector<TabContentsWrapper*> tabs; local
839 std::vector<TabContentsWrapper*> tabs; local
1113 std::vector<TabContentsWrapper*> tabs; local
[all...]
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc46 #include "chrome/browser/tabs/pinned_tab_codec.h"
47 #include "chrome/browser/tabs/tab_strip_model.h"
436 std::vector<BrowserInit::LaunchWithProfile::Tab>* tabs) {
441 tabs->push_back(tab);
686 // Open the required browser windows and tabs. First, see if
688 // opened an app shortcut. Don't restore tabs or open initial
912 std::vector<Tab> tabs = PinnedTabCodec::ReadPinnedTabs(profile_); local
914 RecordAppLaunches(profile_, urls_to_open, tabs);
918 UrlsToTabs(urls_to_open, &tabs);
923 AddUniqueURLs(pref.urls, &tabs);
435 UrlsToTabs(const std::vector<GURL>& urls, std::vector<BrowserInit::LaunchWithProfile::Tab>* tabs) argument
939 AddUniqueURLs( const std::vector<GURL>& urls, std::vector<Tab>* tabs) argument
964 std::vector<Tab> tabs; local
969 OpenTabsInBrowser( Browser* browser, bool process_startup, const std::vector<Tab>& tabs) argument
[all...]
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2531 // For each window, add info about all tabs in a list of dictionaries,
2533 ListValue* tabs = new ListValue; local
2543 tabs->Append(tab);
2545 browser_item->Set("tabs", tabs);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2314 milliseconds

12