/external/chromium_org/chrome/browser/ui/tabs/ |
pinned_tab_service.cc | 5 #include "chrome/browser/ui/tabs/pinned_tab_service.h" 11 #include "chrome/browser/ui/tabs/pinned_tab_codec.h" 47 // Saving of tabs happens when saving is enabled, and when either the user 55 // * two windows are open, one with pinned tabs 57 // * pinned tabs are saved 58 // * window with pinned tabs is closed 61 // * pinned tabs are saved, without the window with the pinned tabs,
|
pinned_tab_service_factory.cc | 5 #include "chrome/browser/ui/tabs/pinned_tab_service_factory.h" 8 #include "chrome/browser/ui/tabs/pinned_tab_service.h"
|
tab_menu_model.cc | 5 #include "chrome/browser/ui/tabs/tab_menu_model.h" 8 #include "chrome/browser/ui/tabs/tab_strip_model.h" 9 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
|
pinned_tab_codec_unittest.cc | 5 #include "chrome/browser/ui/tabs/pinned_tab_codec.h" 12 #include "chrome/browser/ui/tabs/pinned_tab_test_utils.h" 13 #include "chrome/browser/ui/tabs/tab_strip_model.h" 20 // Make sure nothing is restored when the browser has no pinned tabs. 50 // Update pinned tabs and restore back the old value directly.
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
DEPS | 11 "+chrome/browser/ui/tabs/tab_strip_model.h", 19 "+chrome/browser/ui/tabs/tab_strip_model.h",
|
/external/chromium_org/chrome/browser/ui/cocoa/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...] |
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.
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/ |
manifest.json | 16 "tabs",
|
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/ |
main.html | 17 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 19 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 26 <tabs> 32 </tabs>
|
/external/chromium_org/chrome/browser/resources/translate_internals/ |
translate_internals.html | 11 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 17 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 27 <tabs> 32 </tabs>
|
/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/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/chrome/common/extensions/docs/templates/json/ |
whats_new.json | 37 "tabs.move.index.accept--1": { 39 "description": "The <code>index</code> parameter to the tabs.move method now accepts -1 to indicate that the tab should be placed at the end.", 42 "tabs.highlight.windowId.be-optional": { 44 "description": "The <code>windowId</code> parameter to the tabs.highlight method is now optional.", 62 "chrome.tabs.executeScript-and-insertCSS-has-runAt-parameter": { 64 "description": "The chrome.tabs tabs.executeScript and tabs.insertCSS now accept a runAt parameter.", 69 "description": "The <code>sendRequest()</code> method has been deprecated in favor of the <code>sendMessage()</code> method for both the runtime.sendMessage and tabs.sendMessage.", 77 "chrome.tabs.query.has-currentWindow-and-lastFocusedWindow-parameter": [all...] |
/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/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/content/public/browser/ |
browser_accessibility_state.h | 24 // Enables accessibility for all running tabs. 27 // Disables accessibility for all running tabs. (Only if accessibility is not 31 // Resets accessibility to the platform default for all running tabs.
|
/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_org/chrome/browser/ui/ |
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. 112 // Clears all the state associated with processing tabs' beforeunload/unload 168 // Tracks tabs that need their beforeunload event started [all...] |
/frameworks/base/docs/html/training/implementing-navigation/ |
lateral.jd | 1 page.title=Creating Swipe Views with Tabs 2 page.tags=viewpager,horizontal,paging,swipe view,tabs 14 <li><a href="#tabs">Add Tabs to the Action Bar</a></li> 15 <li><a href="#swipe-tabs">Change Tabs with Swipe Views</a></li> 16 <li><a href="#PagerTitleStrip">Use a Title Strip Instead of Tabs</a></li> 23 <li><a href="{@docRoot}design/building-blocks/tabs.html">Android Design: Tabs</a></li> 39 <p>Swipe views provide lateral navigation between sibling screens such as tabs wit [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
background.js | 8 // because the event page will stay open as long as any screenshot tabs are 13 chrome.tabs.captureVisibleTab(null, function(img) { 17 chrome.tabs.create({url: viewTabUrl}, function(tab) { 30 chrome.tabs.onUpdated.removeListener(addSnapshotImageToTab); 45 chrome.tabs.onUpdated.addListener(addSnapshotImageToTab);
|