/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
manifest.json | 9 "tabs",
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/mappy/ |
manifest.json | 11 "tabs",
|
/external/chromium/net/third_party/gssapi/ |
gssapi.gyp | 19 # indent-tabs-mode:nil
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/ |
manifest.json | 16 "tabs",
|
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/ |
manifest.json | 16 "tabs",
|
/external/chromium_org/chrome/browser/resources/translate_internals/ |
translate_internals.html | 11 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 18 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 27 <tabs> 32 </tabs>
|
/external/chromium_org/chrome/browser/ui/ |
browser_toolbar_model_delegate.cc | 8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
fast_unload_controller.h | 14 #include "chrome/browser/ui/tabs/tab_strip_model_observer.h" 28 // FastUnloadController manages closing tabs and windows -- especially in 47 // 3. If the user allowed the close to continue, we detach all the tabs with 49 // the tabs in the background. 52 // Once the detached tabs finish, the browser calls CloseFrame again and 100 // Returns true if |browser_| has any tabs that have BeforeUnload handlers 102 // of tabs that need their BeforeUnloadHandlers fired. 109 // Returns true if all tabs' beforeunload/unload events have fired. 141 // Clears all the state associated with processing tabs' beforeunload/unload 168 // Tracks tabs that need their beforeunload event started [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_strip_observer.cc | 5 #include "chrome/browser/ui/views/tabs/tab_strip_observer.h"
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/print/ |
background.js | 8 chrome.tabs.update(tab.id, {url: action_url});
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/ |
manifest.json | 12 "tabs"
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/ |
manifest.json | 17 "tabs", "https://*/*", "http://*/*"
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/ |
manifest.json | 11 "tabs", "http://*.google.com/", "https://*.google.com/"
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
manifest.json | 12 "tabs", "http://*/*", "https://*/*"
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/ |
manifest.json | 11 "tabs",
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
video-in-non-frontmost-tab.html | 3 If you hear music before switching tabs, then the test failed.
|
/external/chromium_org/third_party/angle/src/ |
build_angle.gyp | 13 # indent-tabs-mode:nil
|
/external/chromium_org/third_party/angle/tests/compiler_tests/ |
compiler_tests.gypi | 15 # indent-tabs-mode:nil
|
/external/chromium_org/third_party/jsoncpp/ |
jsoncpp.gyp | 19 # indent-tabs-mode:nil
|
/external/clang/test/Index/ |
complete-tabs.c | 1 // Test code-completion in the presence of tabs
|
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
_index.html | 11 <dt><a href="ActionBarTabsPager.html">Action Bar Tabs Pager</a></dt> 13 ActionBar tabs, using a ViewPager to manager the fragments so that 14 the user can also fling left and right to switch tabs.</dd>
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_controller_target.h | 8 #include "chrome/browser/ui/tabs/tab_menu_model.h" 9 #include "chrome/browser/ui/tabs/tab_strip_model.h" 31 // Returns a weak reference to the controller that manages dragging of tabs.
|
tab_strip_controller.h | 12 #import "chrome/browser/ui/cocoa/tabs/tab_controller_target.h" 14 #include "chrome/browser/ui/tabs/hover_tab_selector.h" 67 // The controller that manages all the interactions of dragging tabs. 87 // tabs are animating closed (closed tabs are removed from |tabStripModel_| 93 // contain objects belonging to the same tabs at the same indices. 115 // Width available for resizing the tabs (doesn't include the new tab 116 // button). Used to restrict the available width when closing many tabs at 126 // such as the new-tab button, but *not* the tabs themselves. 132 // The amount by which to indent the tabs on the sides (to make room for th [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitTabGroup.java | 33 * Creates the UI tabs for the Android JUnit configuration 37 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local 42 setTabs(tabs);
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_controller.h | 14 #import "chrome/browser/ui/cocoa/tabs/tab_controller_target.h" 70 // YES if tabs are to be laid out vertically instead of horizontally. 98 // tabs are animating closed (closed tabs are removed from |tabStripModel_| 104 // contain objects belonging to the same tabs at the same indices. 127 // Width available for resizing the tabs (doesn't include the new tab 128 // button). Used to restrict the available width when closing many tabs at 138 // such as the new-tab button, but *not* the tabs themselves. 144 // The amount by which to indent the tabs on the left (to make room for the 163 // "switched" every time the user switches tabs. The children of this vie [all...] |