/external/chromium_org/content/browser/renderer_host/ |
backing_store_manager.cc | 19 // is meant for large items (tabs, popup windows), while small_cache is meant 38 // max number of large backing stores (usually tabs) to pick a ceiling on the 41 // could make an assertion like "worse case, there are two tabs in the cache". 46 // The maximum number of large BackingStoreCache objects (tabs) to use. 50 // of tabs. If users *really* want unlimited stores, allow it via the 139 // Limit the number of large backing stores (tabs) to the memory tier number 142 // won't ever cache more than 5 tabs, so they pay a smaller memory cost.
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
ui_unittests.js | 57 '<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">' + 58 '<li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a href="#unexpected">Unexpected Failures</a></li>' + 62 '<div id="unexpected" class="ui-tabs-panel ui-widget-content ui-corner-bottom"></div>' + 63 '<div id="expected" class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide"></div>' + 64 '<div id="results" class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide"></div>');
|
/external/chromium_org/chrome/browser/sync/glue/ |
session_model_associator.h | 88 // with the status of open windows and the order of tabs they contain. Should 92 // If |reload_tabs| is true, will also resync all tabs (same as calling 93 // AssociateTabs with a vector of all tabs). 99 // Loads and reassociates the local tabs referenced in |tabs|. 103 bool AssociateTabs(const std::vector<SyncedTabDelegate*>& tabs, 161 // Control which local tabs we're interested in syncing. 166 // Compare |urls| against |local_tab_map_|'s urls to see if any tabs with 339 // Pool of all used/available sync nodes associated with local tabs. 346 // Mapping of current open (local) tabs to their sync identifiers [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
browser_tab_strip_controller.cc | 5 #include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h" 23 #include "chrome/browser/ui/tabs/tab_menu_model.h" 24 #include "chrome/browser/ui/tabs/tab_strip_model.h" 25 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h" 26 #include "chrome/browser/ui/tabs/tab_utils.h" 28 #include "chrome/browser/ui/views/tabs/tab.h" 29 #include "chrome/browser/ui/views/tabs/tab_renderer_data.h" 30 #include "chrome/browser/ui/views/tabs/tab_strip.h" 413 // tabs in immersive fullscreen. The top-of-window views may not be already 558 // Just tell all Tabs to stop pulsing - it's safe [all...] |
tab_strip_unittest.cc | 5 #include "chrome/browser/ui/views/tabs/tab_strip.h" 8 #include "chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h" 9 #include "chrome/browser/ui/views/tabs/tab.h" 10 #include "chrome/browser/ui/views/tabs/tab_strip.h" 11 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h" 12 #include "chrome/browser/ui/views/tabs/tab_strip_observer.h" 225 // Now tabs have the immersive height. 229 // Sanity-check immersive tabs are shorter than normal tabs. 259 // Switch to stacked layout mode and force a layout to ensure tabs stack [all...] |
/developers/build/prebuilts/gradle/HorizontalPaging/HorizontalPagingSample/src/main/java/com/example/android/horizontalpaging/ |
MainActivity.java | 36 * Create the activity. Sets up an {@link android.app.ActionBar} with tabs, and then configures the 53 // cause the ActionBar to render a set of tabs. Note that these tabs are *not* rendered 129 * one of the sections/tabs/pages. This provides the data for the {@link ViewPager}. 174 * Get title for each of the pages. This will be displayed on each of the tabs.
|
/developers/samples/android/ui/views/HorizontalPaging/HorizontalPagingSample/src/main/java/com/example/android/horizontalpaging/ |
MainActivity.java | 36 * Create the activity. Sets up an {@link android.app.ActionBar} with tabs, and then configures the 53 // cause the ActionBar to render a set of tabs. Note that these tabs are *not* rendered 129 * one of the sections/tabs/pages. This provides the data for the {@link ViewPager}. 174 * Get title for each of the pages. This will be displayed on each of the tabs.
|
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/ |
MainActivity.java | 36 * Create the activity. Sets up an {@link android.app.ActionBar} with tabs, and then configures the 53 // cause the ActionBar to render a set of tabs. Note that these tabs are *not* rendered 129 * one of the sections/tabs/pages. This provides the data for the {@link ViewPager}. 174 * Get title for each of the pages. This will be displayed on each of the tabs.
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
window_applescript.mm | 14 #include "chrome/browser/tabs/tab_strip_model.h" 148 - (NSArray*)tabs { 149 NSMutableArray* tabs = [NSMutableArray 163 [tabs addObject:tab]; 165 return tabs;
|
/external/chromium_org/chrome/browser/resources/apps_debugger/ |
main.html | 13 <link rel="stylesheet" href="../../../../ui/webui/resources/css/tabs.css"> 30 <div id="tabs-header-container"> 31 <tabs id="tabs" tabindex="0"> 34 </tabs>
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
window_applescript.mm | 25 #include "chrome/browser/ui/tabs/tab_strip_model.h" 151 - (NSArray*)tabs { 153 NSMutableArray* tabs = [NSMutableArray arrayWithCapacity:tabStrip->count()]; 166 [tabs addObject:tab]; 168 return tabs;
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | 42 #include "chrome/browser/ui/tabs/tab_strip_model.h" 329 // Get the tabs for this machine from the node and check that they were 334 // Tabs are ordered by sessionid in tab_map, so should be able to traverse 335 // the tree based on order of tabs created 377 // Add tabs for the window. 399 // Build a foreign session with one window and four tabs. 408 // Add tabs for first window. 433 // Add tabs for second window. 458 // Add tabs for third window. 499 // Write a foreign session to a node, with the tabs arriving first, and the [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
overview.html | 30 and <a href="tabs.html">tabs</a>. 284 use $ref:tabs.create 394 $ref:tabs.create 411 chrome.tabs.create(object <em>createProperties</em>, function <em>callback</em>) 443 (using $ref:tabs.query) 445 (using $ref:tabs.update). 455 var tab = chrome.tabs.query({'active': true}); <b>//WRONG!!!</b> 456 chrome.tabs.update(tab.id, {url:newUrl}); 471 chrome.tabs.query(object <em>queryInfo</em>, function <em>callback</em> [all...] |
/external/chromium_org/chrome/test/functional/perf/endure_graphs/ |
endure_plotter.js | 237 * Initializes the UI for the tabs at the top of a graph to change the displayed 240 function initPlotSwitcher(tabs) { 242 for (var i = 0; i < tabs.length; ++i) { 243 var is_selected = tabs[i] == params.graph; 245 tab.appendChild(document.createTextNode(tabs[i] + ' ')); 247 tab.addEventListener('click', goToClosure(tabs[i]), false); 510 tabs = []; 513 tabs.push(graph.name); 519 initPlotSwitcher(tabs);
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
results.js | 374 $(this).tabs(); 378 var nextIndex = $(this).tabs('option', 'selected') + 1; 379 if (nextIndex >= $(this).tabs('length')) 381 $(this).tabs('option', 'selected', nextIndex); 386 var previousIndex = $(this).tabs('option', 'selected') - 1; 389 $(this).tabs('option', 'selected', previousIndex); 394 $(this).tabs('option', 'selected', 0); 398 $(this).tabs('option', 'selected', $(this).tabs('length') - 1);
|
/external/chromium/chrome/common/extensions/docs/ |
whats_new.html | 129 <span class="greytext">e.g. "page action" or "tabs"</span> 146 <ul id="home" class="gc-topnav-tabs"> 192 <li><a href="tabs.html">Tabs</a></li> 372 <a href="tabs.html#method-captureVisibleTab">chrome.tab.captureVisibleTab()</a> 441 <li> The <a href="tabs.html#type-Tab">Tab</a> object 443 that's reflected in various <code>chrome.tabs</code> methods. 445 you can <a href="tabs.html#method-create">create</a> 449 letting you create multiple tabs in the new window. </li> 483 <li> The <a href="tabs.html">tabs API</a [all...] |
permission_warnings.html | 129 <span class="greytext">e.g. "page action" or "tabs"</span> 146 <ul id="home" class="gc-topnav-tabs"> 192 <li><a href="tabs.html">Tabs</a></li> 402 assume you add a new site and the "tabs" permission 409 "tabs"</b> 434 It can be surprising when adding a permission such as "tabs" 438 although the <code>chrome.tabs</code> API 439 might be used only to open new tabs, 442 (using their <a href="tabs.html#type-Tab">Tab</a> objects) [all...] |
/external/chromium/chrome/browser/chromeos/ |
tab_closeable_state_watcher_browsertest.cc | 9 #include "chrome/browser/tabs/tab_strip_model.h" 133 // Tests with 2 tabs in the only normal browser 134 // - as long as there's > 1 tab, all tabs in the browser are always closeable 191 // Tests closing a closeable browser - all tabs in browser should be closed, 275 // (i.e. stay on the page and cancel closing) - browser and its tabs should stay 303 // leave the page and proceed with closing), all tabs in browser should close,
|
/external/chromium/chrome/browser/ui/views/tabs/ |
browser_tab_strip_controller.cc | 5 #include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h" 12 #include "chrome/browser/tabs/tab_strip_model.h" 15 #include "chrome/browser/ui/tabs/tab_menu_model.h" 16 #include "chrome/browser/ui/views/tabs/base_tab_strip.h" 17 #include "chrome/browser/ui/views/tabs/tab_renderer_data.h" 434 // Just tell all Tabs to stop pulsing - it's safe.
|
/external/chromium_org/chrome/browser/sessions/ |
session_restore_browsertest.cc | 31 #include "chrome/browser/ui/tabs/tab_strip_model.h" 317 // Add and navigate three tabs. 344 // Expect a window with three tabs. 349 EXPECT_EQ(3U, window->tabs.size()); 356 window->tabs.begin(); it != window->tabs.end(); ++it) { 377 EXPECT_EQ(2U, window->tabs.size()); 572 // Set up the restore data -- one window with two tabs. 584 window.tabs.push_back(&tab1); 595 window.tabs.push_back(&tab2) [all...] |
/external/chromium_org/chrome/browser/ui/ |
unload_controller.cc | 12 #include "chrome/browser/ui/tabs/tab_strip_model.h" 123 // If there are tabs with outstanding beforeunload handlers: 129 // Otherwise, If there are no tabs with outstanding beforeunload handlers: 225 // attempt to add tabs to the browser before it closes. 264 // Process beforeunload tabs first. When that queue is empty, process 265 // unload tabs.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/ |
background.js | 252 chrome.tabs.getAllInWindow(undefined, function(tabs) { 253 for (var i = 0, tab; tab = tabs[i]; i++) { 257 chrome.tabs.update(tab.id, {selected: true}); 263 chrome.tabs.create({url: getGmailUrl()}); 328 chrome.tabs.onUpdated.addListener(function(_, details) {
|
/external/proguard/src/proguard/gui/ |
ProGuardGUI.java | 587 TabbedPane tabs = new TabbedPane(); local [all...] |
/packages/apps/Browser/src/com/android/browser/ |
PieControl.java | 147 View tabs = makeTabsView(); local 148 mShowTabs = new PieItem(tabs, 1); 242 final List<Tab> tabs = mUiController.getTabs(); local 244 mTabAdapter.setTabs(tabs); 290 public void setTabs(List<Tab> tabs) { 291 mTabs = tabs;
|
/packages/apps/Dialer/res/values/ |
styles.xml | 24 <!-- Style for the tabs (for the tabs) --> 26 <!-- Style for the tab bar (for the divider between tabs) --> 28 <!-- Style for the tab bar text (for text on tabs) --> 196 <!-- Styling for tabs. --> 202 <!-- Text style for tabs. -->
|