HomeSort by relevance Sort by last modified time
    Searched full:tabs (Results 426 - 450 of 3159) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/angle/build/
all.gyp 25 # indent-tabs-mode:nil
  /external/chromium_org/tools/emacs/
chrome-filetypes.el 9 (setq indent-tabs-mode nil
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_memory_unittest.py 14 tab = self._browser.tabs.New()
  /external/chromium_org/ui/base/
window_open_disposition.cc 17 // MacOS uses meta key (Command key) to spawn new tabs.
  /external/compiler-rt/BlocksRuntime/tests/
varargs.c 7 // -*- mode:C; c-basic-offset:4; tab-width:4; intent-tabs-mode:nil; -*-
  /external/markdown/tests/markdown-test/
benchmark.dat 19 tabs:0.200000:0.000000
  /external/robolectric/src/test/resources/res/layout/
tab_activity.xml 15 android:id="@android:id/tabs"
  /external/webrtc/src/modules/audio_processing/utility/
util.gypi 38 # indent-tabs-mode:nil
  /frameworks/base/docs/html/training/implementing-navigation/
index.jd 45 implement navigation patterns with tabs, swipe views, and a navigation drawer. You should also
58 <dt><strong><a href="lateral.html">Creating Swipe Views with Tabs</a></strong></dt>
59 <dd>Learn how to implement tabs in the action bar and provide
60 horizontal paging (swipe views) to navigate between tabs.</dd>
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 5 #include "chrome/browser/ui/touch/tabs/touch_tab_strip.h"
10 #include "chrome/browser/ui/touch/tabs/touch_tab.h"
12 #include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h"
38 // The animations may reference the tabs. Shut down the animation before we
39 // delete the tabs.
44 // The children (tabs) may callback to us from their destructor. Delete them
155 void TouchTabStrip::LayoutDraggedTabsAt(const std::vector<BaseTab*>& tabs,
164 const std::vector<BaseTab*>& tabs,
170 int TouchTabStrip::GetSizeNeededForTabs(const std::vector<BaseTab*>& tabs) {
289 // Tabs are painted in reverse order, so they stack to the left
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller_unittest.mm 14 #import "chrome/browser/ui/cocoa/tabs/tab_controller.h"
15 #import "chrome/browser/ui/cocoa/tabs/tab_strip_controller.h"
16 #import "chrome/browser/ui/cocoa/tabs/tab_strip_view.h"
17 #import "chrome/browser/ui/cocoa/tabs/tab_view.h"
18 #include "chrome/browser/ui/tabs/tab_utils.h"
19 #include "chrome/browser/ui/tabs/test_tab_strip_model_delegate.h"
147 // Closes all tabs and unrefs the tabstrip and then posts a NSLeftMouseUp
167 // Test adding and removing tabs and making sure that views get added to
299 // Schedule a task to close all the tabs and stop the drag, before the call to
316 // Create two tabs and ensure they exist in the contents array
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
tab_control.css 27 .tab-control > .tabs {
34 .tab-control > .tabs > :not([selected]) {
  /external/chromium/chrome/browser/sessions/
session_types.h 116 // tabs in SessionWindow.tabs.
159 // Index of the selected tab in tabs; -1 if no tab is selected. After restore
160 // this value is guaranteed to be a valid index into tabs.
164 // tabs. When done creating though, this is set to the index in
165 // tabs.
182 // The tabs, ordered by visual order.
183 std::vector<SessionTab*> tabs; member in struct:SessionWindow
  /external/chromium/chrome/browser/tabs/
pinned_tab_service.cc 5 #include "chrome/browser/tabs/pinned_tab_service.h"
8 #include "chrome/browser/tabs/pinned_tab_codec.h"
  /external/chromium/chrome/browser/ui/
browser_dialogs.h 49 // We need to pass the TabContents to the dialog, because multiple tabs can hang
50 // and it needs to keep track of which tabs are currently hung.
  /external/chromium_org/chrome/browser/extensions/
browsertest_util_browsertest.cc 10 #include "chrome/browser/ui/tabs/tab_strip_model.h"
47 "chrome.tabs.query({}, function(result) {\n"
  /external/chromium_org/chrome/browser/tab_contents/
tab_util.cc 44 // We used to share the SiteInstance for same-site links opened in new tabs,
47 // so we create new tabs in a new BrowsingInstance.
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_browsertest.cc 13 #include "chrome/browser/ui/tabs/tab_strip_model.h"
65 // Add more tabs.
  /external/chromium_org/chrome/common/extensions/api/
desktop_capture.json 8 "description": "Desktop Capture API that can be used to capture content of screen, individual windows or tabs.",
30 "$ref": "tabs.Tab",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
background.js 13 chrome.tabs.create({
77 chrome.tabs.sendRequest(
  /external/chromium_org/content/browser/resources/gpu/
gpu_internals.html 35 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
41 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
  /external/chromium_org/tools/perf/measurements/
memory_multi_tab.py 32 return browser.tabs.New()
42 if len(tab.browser.tabs) == len(page.page_set.pages):
  /frameworks/base/docs/html/reference/renderscript/
structrs__allocation.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__element.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__font.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">

Completed in 326 milliseconds

<<11121314151617181920>>