/external/chromium_org/chrome/browser/ui/android/tab_model/ |
tab_model.h | 30 // with Android's Tabs and Tab Model. 46 // Used for restoring tabs from synced foreign sessions. 61 // Instructs the TabModel to broadcast a notification that all tabs are now
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
window_applescript.h | 44 // The tabs inside the window. 45 // Returns |TabAppleScript*| of all the tabs contained 47 - (NSArray*)tabs;
|
constants_applescript.h | 16 // Property to access tabs.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_all_tabs_controller.mm | 12 #include "chrome/browser/ui/tabs/tab_strip_model.h" 60 // folder for the tabs and then the bookmarks in that new folder. 73 // Get a list of all open tabs, create nodes for them, and add
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view_browsertest.cc | 9 #include "chrome/browser/ui/tabs/tab_strip_model.h" 42 // Verifies don't crash when CloseNow() is invoked with two tabs in a browser. 43 // Additionally when one of the tabs is destroyed NotifyNavigationStateChanged()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
fake_base_tab_strip_controller.cc | 5 #include "chrome/browser/ui/views/tabs/fake_base_tab_strip_controller.h" 7 #include "chrome/browser/ui/views/tabs/tab_renderer_data.h" 8 #include "chrome/browser/ui/views/tabs/tab_strip.h"
|
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/ |
rootUi.css | 48 #tabs { 56 #tabs > div > div { 60 #tabs > div header {
|
/external/strace/ |
signalent.sh | 32 tabs = "\t\t\t\t\t\t\t\t" 41 s = s substr(tabs, 1, 16/8 - int((length(n) + 1)/8)) 49 s = s substr(tabs, 1, 16/8 - int((length(n) + 1)/8))
|
/frameworks/base/core/java/com/android/internal/app/ |
ToolbarActionBar.java | 309 throw new IllegalArgumentException("Tabs not supported in this configuration"); 322 "Tabs are not supported in toolbar action bars"); 328 "Tabs are not supported in toolbar action bars"); 334 "Tabs are not supported in toolbar action bars"); 340 "Tabs are not supported in toolbar action bars"); 346 "Tabs are not supported in toolbar action bars"); 352 "Tabs are not supported in toolbar action bars"); 358 "Tabs are not supported in toolbar action bars"); 364 "Tabs are not supported in toolbar action bars"); 370 "Tabs are not supported in toolbar action bars") [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
AppOpsSummary.java | 105 PagerTabStrip tabs = (PagerTabStrip) rootView.findViewById(R.id.tabs); local 106 tabs.setTabIndicatorColorResource(R.color.theme_accent);
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_impl.cc | 71 #include "chrome/browser/ui/tabs/pinned_tab_codec.h" 72 #include "chrome/browser/ui/tabs/tab_strip_model.h" 173 void UrlsToTabs(const std::vector<GURL>& urls, StartupTabs* tabs) { 178 tabs->push_back(tab); 367 // Open the required browser windows and tabs. First, see if 369 // opened an app shortcut. Don't restore tabs or open initial 572 // Open user-specified URLs like pinned tabs and startup tabs. 688 StartupTabs tabs; local 689 // Pinned tabs should not be displayed when chrome is launched in incognit 754 StartupTabs tabs; local [all...] |
/external/chromium_org/chrome/browser/sessions/ |
persistent_tab_restore_service_unittest.cc | 42 // for closed tabs and windows. 263 // Recreate the service and have it load the tabs. 302 // Recreate the service and have it load the tabs. 332 // Recreate the service and have it load the tabs. 359 // Recreate the service and have it load the tabs. 389 ASSERT_EQ(1U, window->tabs.size()); 392 ASSERT_EQ(1U, window->tabs[0].navigations.size()); 393 EXPECT_EQ(0, window->tabs[0].current_navigation_index); 394 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue()); 395 EXPECT_TRUE(url1_ == window->tabs[0].navigations[0].virtual_url()) [all...] |
session_restore.cc | 38 #include "chrome/browser/ui/tabs/tab_strip_model.h" 79 // TabLoader is responsible for loading tabs after session restore creates 80 // tabs. New tabs are loaded after the current tab finishes loading, or a delay 87 // TabLoader is loading, it will schedule its tabs to get loaded by the same 123 // Loads the next tab. If there are no more tabs to load this deletes itself, 138 // the set of tabs to load and list of tabs we're waiting to get a load 171 // The set of tabs we've initiated loading on. This does NOT include the 172 // selected tabs [all...] |
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/values/ |
base-strings.xml | 24 split action bar when running on a device with a narrow display, and show three tabs.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarTabs.java | 33 * This demonstrates the use of action bar tabs and how they interact 77 * A TabListener receives event callbacks from the action bar as tabs 82 * the interactions between different tabs. 85 * fragment state of the non-visible tabs across activity instances.
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ActionBarTabs.java | 32 * This demonstrates the use of action bar tabs and how they interact 76 * A TabListener receives event callbacks from the action bar as tabs 81 * the interactions between different tabs. 84 * fragment state of the non-visible tabs across activity instances.
|
/development/samples/browseable/ActionBarCompat-Styled/res/values/ |
base-strings.xml | 27 split action bar when running on a device with a narrow display, and show three tabs.
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_action_constants.h | 20 // let the user know that an extension is manipulating incognito tabs without
|
/external/chromium_org/chrome/browser/extensions/api/sessions/ |
sessions_api.h | 14 #include "chrome/common/extensions/api/tabs.h" 37 scoped_ptr<api::tabs::Tab> CreateTabModel(const TabRestoreService::Tab& tab, 54 scoped_ptr<api::tabs::Tab> CreateTabModel(const std::string& session_tag, 90 // recently closed tabs to the javascript side of this page to
|
/external/chromium_org/chrome/browser/ |
iframe_browsertest.cc | 8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
/external/chromium_org/chrome/browser/resources/google_now/ |
manifest.json | 19 "tabs",
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
sync_index.html | 9 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 33 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 55 <tabs> 62 </tabs>
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
single_client_sessions_sync_test.cc | 82 it->second->tabs.begin(); it2 != it->second->tabs.end(); ++it2) { 116 it->second->tabs.begin(); it2 != it->second->tabs.end(); ++it2) {
|
/external/chromium_org/chrome/browser/task_manager/ |
task_manager_util.h | 21 // Returns the appropriate message prefix ID for tabs and extensions,
|
/external/chromium_org/chrome/browser/ui/ |
browser_content_translate_driver_observer.cc | 10 #include "chrome/browser/ui/tabs/tab_strip_model.h"
|