/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.cc | 5 #include "chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h" 12 #include "chrome/browser/tabs/tab_strip_model.h" 16 #include "chrome/browser/ui/gtk/tabs/dragged_tab_gtk.h" 17 #include "chrome/browser/ui/gtk/tabs/tab_strip_gtk.h" 271 // of tabs. The smaller the tabs compared to the standard size, the smaller 379 // bounds for all its tabs are correctly generated, because the calculation 384 // Inserting counts as a move. We don't want the tabs to jitter when the 389 // representation and the ideal bounds of the other tabs already in the 390 // strip. ("ideal bounds" are stable even if the tabs' actual bounds ar [all...] |
tab_renderer_gtk.h | 182 // Returns the minimum possible size of a selected Tab. Selected tabs must 184 // tabs. 190 // Returns the width for mini-tabs. Mini-tabs always have this width. 196 // Sets the colors used for painting text on the tabs. 326 // edges of tabs. We cache the generated bitmaps because they can take a
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauth.js | 72 var tabs = {}; 73 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { 76 changeInfo.url != tabs[tabId] && 78 chrome.tabs.create({ 'url' : changeInfo.url }, function(tab) { 79 tabs[tab.id] = tab.url; 80 chrome.tabs.remove(tabId); 103 chrome.tabs.create({ 'url' :chrome.extension.getURL(this.callback_page) }); 270 chrome.tabs.query({active: true, currentWindow: true}, function (tabs) { 271 chrome.tabs.remove(tabs[0].id) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.js | 72 var tabs = {}; 73 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { 76 changeInfo.url != tabs[tabId] && 78 chrome.tabs.create({ 'url' : changeInfo.url }, function(tab) { 79 tabs[tab.id] = tab.url; 80 chrome.tabs.remove(tabId); 103 chrome.tabs.create({ 'url' :chrome.extension.getURL(this.callback_page) }); 270 chrome.tabs.query({active: true, currentWindow: true}, function (tabs) { 271 chrome.tabs.remove(tabs[0].id) [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
messaging.html | 32 $ref:tabs.sendMessage 51 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { 52 chrome.tabs.sendMessage(tabs[0].id, {greeting: "hello"}, function(response) { 88 $ref:tabs.connect respectively. The 123 $ref:tabs.connect. 413 chrome.tabs.sendMessage(tab.id, {greeting: "hello"}, function(response) { 419 chrome.tabs.sendMessage(tab.id, {greeting: "hello"}, function(response) { 428 chrome.tabs.sendMessage(tab.id, {greeting: "hello"}, function(response) [all...] |
app_codelab5_data.html | 48 <tabs data-group="source"> 113 </tabs> 128 <tabs data-group="source"> 154 </tabs> 189 <tabs data-group="source"> 319 </tabs> 330 <tabs data-group="source"> 341 </tabs> 348 <tabs data-group="source"> 367 </tabs> [all...] |
/external/chromium_org/chrome/test/functional/ |
ntp.py | 196 u'tabs': [ 207 """Tests closing multiple tabs populates the Recently Closed section in 248 u'tabs': [ 256 u'tabs': [ 267 """Tests that we don't record closure of Incognito tabs or windows""" 404 actual_tab_url = info['windows'][0]['tabs'][1]['url'] 418 actual_tab_url = info['windows'][0]['tabs'][1]['url'] 433 actual_tab_url = info['windows'][0]['tabs'][0]['url'] 436 info['windows'][0]['tabs'][0]['pinned'], 449 actual_tab_url = info['windows'][0]['tabs'][1]['url' [all...] |
stress.py | 171 """Reload all the tabs in first window.""" 176 """Load Flash in multiple tabs in first window.""" 178 # Open 18 tabs with flash 184 """Stress test for flash in multiple tabs.""" 204 """Stress test using multiple plugins in multiple tabs.""" 206 # Append 4 tabs with URL 224 """Stress test by killing flash process and reloading tabs.""" 232 """Stress test by killing renderer processes and reloading tabs.""" 239 info['windows'][0]['tabs'][tab_index]['renderer_pid']) 258 """Toggle flash and reload all tabs."" [all...] |
/frameworks/base/docs/html/training/basics/actionbar/ |
styling.jd | 124 <p>If your app uses <a href="{@docRoot}guide/topics/ui/actionbar.html#Tabs">navigation tabs</a> 218 <li>Action bar tabs: Override {@link android.R.attr#actionBarTabTextStyle} in your 253 <!-- ActionBar tabs text styles --> 301 <!-- ActionBar tabs text --> 318 <img src="{@docRoot}images/training/basics/actionbar-theme-custom-tabs@2x.png" width="340" alt="" /> 322 href="{@docRoot}guide/topics/ui/actionbar.html#Tabs">navigation tabs</a>, 329 selected indicates its state with a background different than the other tabs. For more information 397 <!-- ActionBar tabs styles -- [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
base_tab.cc | 5 #include "chrome/browser/ui/views/tabs/base_tab.h" 14 #include "chrome/browser/ui/views/tabs/tab_controller.h" 190 // When --reload-killed-tabs is specified, then the idea is that 200 // killed tabs when the tab is currently selected. 203 // If we're reloading killed tabs, we don't want to display 297 // Don't allow dragging non-selected tabs. 344 // selection. Reset it now to handle the case where multiple tabs were
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_strip_drag_controller.mm | 5 #import "chrome/browser/ui/cocoa/tabs/tab_strip_drag_controller.h" 10 #import "chrome/browser/ui/cocoa/tabs/tab_controller.h" 11 #import "chrome/browser/ui/cocoa/tabs/tab_controller_target.h" 12 #import "chrome/browser/ui/cocoa/tabs/tab_view.h" 13 #import "chrome/browser/ui/cocoa/tabs/tab_window_controller.h" 214 // If we're now targeting a new window, re-layout the tabs in the old 231 // no more tabs remaining after detaching, the source window is about to
|
/external/chromium_org/chrome/common/extensions/docs/static/css/ |
site.css | 602 /* Tabbed pane with header (tabs) and content */ 603 tabs { 607 tabs header { 617 tabs header.unselected { 622 tabs content { 628 tabs content.unselected { 631 tabs content pre {
|
/external/chromium_org/chrome/test/perf/ |
startup_test.cc | 145 // Runs a test which loads |tab_count| tabs on startup, either as command line 147 // |nth_timed_tab|, if non-zero, will measure time to load the first n+1 tabs. 283 // Display only the time necessary to load the first n tabs. 293 // Display the time necessary to load all of the tabs. 340 // Initialize session with |tab_count| tabs. 355 // Clear all arguments for session restore, or the number of open tabs 363 // and each time, UITest::SetUp will wait for |tab_count| tabs to
|
memory_test.cc | 108 // This memory test loads a set of URLs across a set of tabs, maintaining the 109 // number of concurrent open tabs at num_target_tabs. 512 #define GENERAL_MIX_MEMORY_TESTS(name, tabs) \ 514 RunTest(QUOTE(_##tabs##t), tabs); \ 517 #define GENERAL_MIX_MEMORY_TESTS(name, tabs) \ 519 RunTest(QUOTE(_##tabs##t), tabs); \ 522 RunTest(QUOTE(_##tabs##t_ref), tabs); \ [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_navigator_browsertest.cc | 21 #include "chrome/browser/ui/tabs/tab_strip_model.h" 251 // We should have one browser with 3 tabs, the 3rd selected. 282 // We should have one browser with 2 tabs, 2nd selected. 293 // We should now have 2 tabs, the 2nd one selected. 305 // We should now have 3 tabs, the 3th one selected. 317 // We should now have 4 tabs, the 4th one selected. 337 // We should now have 2 tabs, the 2nd one selected. 376 // occurs in a Browser that cannot host multiple tabs, the new foreground tab 389 // one we supplied didn't support additional tabs. 404 // occurs in a Browser that cannot host multiple tabs and no compatible Browse [all...] |
/external/chromium/chrome/common/extensions/docs/ |
events.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> 320 <code>chrome.tabs.onCreated</code> event 324 <pre>chrome.tabs.onCreated.<b>addListener(function(</b>tab<b>) {</b> 325 appendToLog('tabs.onCreated --' 341 <a href="tabs.html#event-onCreated"><code>chrome.tabs.onCreated</code></a>, 343 a <a href="tabs.html#type-Tab">Tab</a> objec [all...] |
/external/chromium/chrome/browser/ui/ |
browser_navigator_browsertest.cc | 9 #include "chrome/browser/tabs/tab_strip_model.h" 108 // We should have one browser with 3 tabs, the 3rd selected. 145 // We should now have 2 tabs, the 2nd one selected. 179 // occurs in a Browser that cannot host multiple tabs, the new foreground tab 192 // one we supplied didn't support additional tabs. 207 // occurs in a Browser that cannot host multiple tabs and no compatible Browser 224 // one we supplied didn't support additional tabs. 460 // We should have one window, with two tabs. 589 // We should have one browser with 2 tabs, the 2nd selected. 621 // We should have one browser with 3 tabs, the 3rd selected [all...] |
/external/chromium_org/chrome/browser/sync/sessions2/ |
sessions_sync_manager_unittest.cc | 17 #include "chrome/browser/ui/tabs/tab_strip_model.h" 99 void AddTabsToSyncDataList(const std::vector<sync_pb::SessionSpecifics> tabs, 101 for (size_t i = 0; i < tabs.size(); i++) { 103 entity.mutable_session()->CopyFrom(tabs[i]); 232 ASSERT_EQ(1U, session->windows[0]->tabs.size()); 340 // Test that we exclude tabs with only chrome:// and file:// schemed navigations 743 ASSERT_EQ(4U, foreign_sessions[0]->windows.find(0)->second->tabs.size()); 744 ASSERT_EQ(4U, foreign_sessions[0]->windows.find(1)->second->tabs.size()); 764 ASSERT_EQ(2U, foreign_sessions[1]->windows.find(0)->second->tabs.size()); 784 ASSERT_EQ(3U, foreign_sessions[0]->windows.find(0)->second->tabs.size()) 802 std::vector<sync_pb::SessionSpecifics> tabs; local [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
bootstrap.css | [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
session_model_associator.cc | 202 // Make sure the window has tabs and a viewable window. The viewable window 212 << (*i)->GetTabCount() << " tabs."; 226 // Store the order of tabs. 237 // For tabs without WebContents update the |tab_id|, as it could have 265 // change processor calling AssociateTab for all modified tabs. 266 // Therefore, we can key whether this window has valid tabs based on 274 // Only add a window if it contains valid tabs. 292 // Free memory for closed windows and tabs. 321 const std::vector<SyncedTabDelegate*>& tabs, 324 for (std::vector<SyncedTabDelegate*>::const_iterator i = tabs.begin() [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
actionbar.jd | 2 page.tags="actionbar","menu","tabs" 43 <li><a href="#Tabs">Adding Navigation Tabs</a></li> 49 <li><a href="#NavigationStyles">Navigation tabs</a></li> 81 <li>Supports consistent navigation and view switching within apps (with tabs or drop-down 358 tabs (left), then with split action bar (middle); and with the app icon and title disabled 400 <p>Using split action bar also allows <a href="#Tabs">navigation tabs</a> to collapse into the [all...] |
/external/chromium/chrome/browser/chromeos/frame/ |
browser_view.cc | 24 #include "chrome/browser/ui/views/tabs/tab.h" 25 #include "chrome/browser/ui/views/tabs/tab_strip.h" 45 // Amount to offset the toolbar by when vertical tabs are enabled. 111 // For vertical tabs the toolbar is positioned in 151 // used when side tabs are enabled. 174 // The toolbar is promoted to the title for vertical tabs.
|
/external/chromium_org/chrome/android/java/res/layout/ |
dimens.xml | 30 <!-- TabSwitcher - Size of the shift applied to tabs when stacked. --> 36 <!-- TabSwitcher - Minimum spacing between tabs. --> 40 <!-- TabSwitcher - Minimum scrolling distance to even out all the tabs. --> 44 <!-- TabSwitcher - The space between tabs in the toolbar swiping transition. --> 58 <!-- TabSwitcher - Maximum amount to slide the tabs down or right in over scroll. --> 196 <!-- Tooltip Y Margin for Welcome Page Tabs Bubble -->
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
uma_policy.cc | 13 #include "chrome/browser/ui/tabs/tab_strip_model.h" 74 // This is for the tabs.executeScript case. 89 action->api_name() == "tabs.executeScript") { 235 // duplicated across tabs in a session, whereas IdForTab uniquely identifies 250 // Ignore tabs that haven't changed status. 270 // duplicated across tabs in a session, whereas IdForTab uniquely identifies
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.h | 15 #include "chrome/browser/ui/tabs/tab_utils.h" 181 // indicator for mini tabs. 186 // Returns the minimum possible size of a selected Tab. Selected tabs must 188 // tabs. 194 // Returns the width for mini-tabs. Mini-tabs always have this width.
|