/external/chromium/chrome/common/extensions/docs/static/ |
devguide.html | 71 <td> <a href="tabs.html">Tabs</a> </td> 72 <td> Create, modify, and rearrange tabs in the browser </td>
|
/external/chromium/chrome/common/ |
json_pref_store_unittest.cc | 89 // "tabs": { 95 const char kNewWindowsInTabs[] = "tabs.new_windows_in_tabs"; 96 const char kMaxTabs[] = "tabs.max_tabs";
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
ForeignSessionHelper.java | 16 * This class exposes to Java information about sessions, windows, and tabs on the user's synced 71 public final List<ForeignSessionTab> tabs = new ArrayList<ForeignSessionTab>(); field in class:ForeignSessionHelper.ForeignSessionWindow 117 window.tabs.add(tab);
|
/external/chromium_org/chrome/browser/ui/ |
browser_instant_controller_unittest.cc | 15 #include "chrome/browser/ui/tabs/tab_strip_model.h" 131 // Ensure only the expected tabs(contents) reloaded. 169 // Ensure only the expected tabs(contents) reloaded.
|
browser_tab_strip_model_delegate.cc | 20 #include "chrome/browser/ui/tabs/dock_info.h" 21 #include "chrome/browser/ui/tabs/tab_strip_model.h" 125 // We don't create historical tabs for incognito windows or windows without
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_delegate.h | 30 // WebContentses, creating new TabStripModels for detached tabs, etc. 120 // Returns true if we should allow "bookmark all tabs" in this window; this is 124 // Creates a bookmark folder containing a bookmark for all open tabs.
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
global_menu_bar_x11.cc | 304 // If the HistoryItem is a window, this will be the vector of tabs. Note 308 std::vector<HistoryItem*> tabs; member in struct:GlobalMenuBarX11::HistoryItem 665 std::vector<TabRestoreService::Tab>& tabs = entry_win->tabs; local 666 if (tabs.empty()) 673 std::string title = item->tabs.size() == 1 ? 678 base::IntToString16(item->tabs.size())); 703 // Loop over the window's tabs and add them to the submenu. 706 for (iter = tabs.begin(); iter != tabs.end(); ++iter) [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_codelab8_webresources.html | 49 <tabs data-group="source"> 71 </tabs> 97 <tabs data-group="source"> 124 </tabs> 179 <tabs data-group="source"> 196 </tabs> 239 <tabs data-group="source"> 288 </tabs> 323 <tabs data-group="source"> 356 </tabs> [all...] |
devguide.html | 73 <td> <a href="tabs.html">Tabs</a> </td> 74 <td> Create, modify, and rearrange tabs in the browser </td>
|
/external/chromium_org/sync/protocol/ |
session_specifics.proto | 42 // Index of the selected tab in tabs; -1 if no tab is selected. 51 // The tabs that compose a window (correspond to tab id's). 70 // Tabs are navigated, and the navigation data is here.
|
/external/oprofile/doc/ |
CodingStyle | 62 Use tabs for indentation, spaces for alignment. Avoid wrapping lines, 65 tab to indicate "continuation". Avoid using tabs for alignment: it 66 breaks on different sized tabs. Lines should be less than 80
|
/packages/apps/Browser/src/com/android/browser/ |
XLargeUi.java | 89 // We need to update the tabs with this change 160 public void updateTabs(List<Tab> tabs) { 161 mTabBar.updateTabs(tabs);
|
/external/chromium/chrome/common/extensions/docs/ |
overview.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> 405 and <a href="tabs.html">tabs</a>. 664 use <a href="tabs.html#method-create">chrome.tabs.create()</a> 768 <a href="tabs.html#method-create">chrome.tabs.create()</a [all...] |
/developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 45 * The views used as tabs can be customized by calling {@link #setCustomTabView(int, int)}, 117 * circular array. Providing one color will mean that all tabs are indicated with the same color. 125 * Providing one color will mean that all tabs are indicated with the same color. 155 * (number of tabs and tab titles) does not change after this call has been made. 168 * Create a default view to be used for tabs. This is called if a custom tab view is not set via
|
/developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 45 * The views used as tabs can be customized by calling {@link #setCustomTabView(int, int)}, 117 * circular array. Providing one color will mean that all tabs are indicated with the same color. 125 * Providing one color will mean that all tabs are indicated with the same color. 155 * (number of tabs and tab titles) does not change after this call has been made. 168 * Create a default view to be used for tabs. This is called if a custom tab view is not set via
|
/developers/samples/android/common/src/java/com/example/android/common/view/ |
SlidingTabLayout.java | 45 * The views used as tabs can be customized by calling {@link #setCustomTabView(int, int)}, 117 * circular array. Providing one color will mean that all tabs are indicated with the same color. 125 * Providing one color will mean that all tabs are indicated with the same color. 155 * (number of tabs and tab titles) does not change after this call has been made. 168 * Create a default view to be used for tabs. This is called if a custom tab view is not set via
|
/external/chromium/chrome/browser/automation/ |
automation_provider.h | 100 // Sets the number of tabs that we expect; when this number of tabs has 104 // Called when the inital set of tabs has finished loading. 319 // The functions in this block are for use with external tabs, so they are 380 // True iff browser finished loading initial set of tabs.
|
/external/chromium_org/chrome/browser/automation/ |
automation_provider.h | 103 // Sets the number of tabs that we expect; when this number of tabs has 107 // Called when the inital set of tabs has finished loading. 272 // The functions in this block are for use with external tabs, so they are 333 // True iff browser finished loading initial set of tabs.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
main.js | 56 // This must be initialized before the tabs, so they can register as 70 // log file). Below it we will position the main tabs and their content 106 // tabs, and for testing. 180 // Populate the main tabs. Even tabs that don't contain information for
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
other_sessions.js | 6 * @fileoverview The menu that shows tabs from sessions on other devices. 194 * Create the DOM tree representing the tabs and windows in a session. 196 * @return {Element} A single div containing the list of tabs & windows. 210 for (var j = 0; j < window.tabs.length; j++) { 211 var tab = window.tabs[j];
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_gtk.cc | 5 #include "chrome/browser/ui/gtk/tabs/tab_gtk.h" 17 #include "chrome/browser/ui/gtk/tabs/tab_strip_menu_controller.h" 18 #include "chrome/browser/ui/tabs/tab_menu_model.h" 19 #include "chrome/browser/ui/tabs/tab_resources.h" 119 // able to drag foreground tabs, so we don't start dragging the tab if
|
/external/chromium_org/chrome/browser/ui/views/ |
sad_tab_view.cc | 66 // TODO(jamescook): Maybe track time between sad tabs? 72 "Tabs.SadTab.CrashCreated", crashed, 1, 1000, 50); 79 "Tabs.SadTab.KillCreated", killed, 1, 1000, 50); 213 "Tabs.SadTab.CrashDisplayed", ++crashed, 1, 1000, 50); 219 "Tabs.SadTab.KillDisplayed", ++killed, 1, 1000, 50);
|
/external/chromium_org/chrome/browser/ui/webui/memory_internals/ |
memory_internals_proxy.cc | 315 base::ListValue* tabs; local 316 if (!process->GetList("history", &tabs)) { 317 tabs = new base::ListValue(); 318 process->Set("history", tabs); 322 tabs->Append(tab);
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
ui.js | 85 this._tabs = $(this).tabs({ 91 var tabIndex = this._tabs.tabs('option', 'selected'); 106 $('.ui-tabs-nav a').bind('mouseup', function(event) { 159 this._tabs.tabs('enable', tabIndex); 160 this._tabs.tabs('select', tabIndex);
|
/frameworks/base/docs/html/training/design-navigation/ |
wireframing.jd | 39 <p>First, our second-level screens (<em>Story Category List</em>, <em>Photo List</em>, and <em>Saved Item List</em>) can be grouped together using tabs. Note that we don't necessarily have to use horizontally arranged tabs; in some cases a drop-down list UI element can serve as a suitable replacement, especially on devices with narrow screens such as handsets. We can also group the <em>Saved Photo List</em> and <em>Saved Story List</em> screens together using tabs on handsets, or use multiple vertical content panes on tablets.</p> 71 <p>The easiest and fastest way to get started is to sketch out your screens by hand using paper and pencils. Once you begin sketching, you may uncover practicality issues in your original screen map or decisions on which patterns to use. In some cases, patterns may apply well to a given design problem in theory, but in practice they may break down and cause visual clutter or interactional issues (for example, if there are two rows of tabs on the screen). If that happens, explore other navigation patterns, or variations on chosen patterns, to arrive at a more optimal set of sketches.</p> 122 <li><a href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a>: implement tabs, up navigation, on-screen actions, etc.
|