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

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_views.h 40 // should not be rendered to draw the resize corner, sidebar mini tabs etc.
75 // rendered to draw the resize corner, sidebar mini tabs etc.
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.html 7 chrome.tabs.onSelectionChanged.addListener(function(tabId) {
12 chrome.tabs.getSelected(null, function(tab) {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 77 "tabCreated": chrome.tabs.onCreated,
78 "tabMoved": chrome.tabs.onMoved,
79 "tabRemoved": chrome.tabs.onRemoved,
80 "tabSelectionChanged": chrome.tabs.onSelectionChanged,
81 "tabAttached": chrome.tabs.onAttached,
82 "tabDetached": chrome.tabs.onDetached,
83 "tabNavigated": chrome.tabs.onUpdated,
347 chrome.tabs.get(tabId, function(tab) {
  /external/chromium_org/chrome/browser/extensions/
window_controller.h 34 // through chrome.windows or chrome.tabs (e.g. browser windows and panels).
62 // Populates a dictionary for the Window object, including a list of tabs.
  /external/chromium_org/chrome/browser/
fast_shutdown_browsertest.cc 14 #include "chrome/browser/ui/tabs/tab_strip_model.h"
40 #if !defined(OS_CHROMEOS) // ChromeOS opens tabs instead of windows for popups.
  /external/chromium_org/chrome/browser/sync/test/integration/
multiple_client_sessions_sync_test.cc 45 // Open tabs on all clients and retain window information.
81 // Open tabs on all clients and retain window information.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_all_tabs_controller_unittest.mm 80 [controller_ setDisplayName:@"ALL MY TABS"];
84 EXPECT_EQ(folderChild->GetTitle(), ASCIIToUTF16("ALL MY TABS"));
  /external/chromium_org/chrome/browser/ui/cocoa/
hung_renderer_controller.h 12 // The dialog itself displays a list of frozen tabs, all of which
63 // The dialog will contain a list of all tabs that share a renderer
tabpose_window.h 36 // A TabposeWindow shows an overview of open tabs and lets the user select a new
76 // Informs us of added/removed/updated tabs.
view_id_util.mm 15 #import "chrome/browser/ui/cocoa/tabs/tab_strip_controller.h"
61 // As tabs can be created, destroyed or rearranged dynamically, we handle them
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.mm 5 #include "chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h"
7 #include "chrome/browser/ui/tabs/tab_strip_model.h"
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_interactive_uitest.cc 13 #include "chrome/browser/ui/tabs/tab_strip_model.h"
19 #include "chrome/browser/ui/views/tabs/tab.h"
test_with_browser_view.cc 12 #include "chrome/browser/ui/tabs/tab_strip_model.h"
64 // Clean up any tabs we opened, otherwise Browser crashes in destruction.
  /external/chromium_org/chrome/common/extensions/api/
tab_capture.idl 59 // Returns a list of tabs that have requested capture or are being
70 // tabs to keep UI elements like page actions and infobars in sync.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
popup.js 13 "<td>Tabs</td>" +
50 "<td>" + process.tabs + "</td>" +
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 81 "tabCreated": chrome.tabs.onCreated,
82 "tabMoved": chrome.tabs.onMoved,
83 "tabRemoved": chrome.tabs.onRemoved,
84 "tabSelectionChanged": chrome.tabs.onSelectionChanged,
85 "tabAttached": chrome.tabs.onAttached,
86 "tabDetached": chrome.tabs.onDetached,
87 "tabNavigated": chrome.tabs.onUpdated,
351 chrome.tabs.get(tabId, function(tab) {
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.h 19 // TabbedPane is a view that shows tabs. When the user clicks on a tab, the
34 // Returns the number of tabs.
  /external/proguard/docs/
screenshots.html 30 you to browse through the presented tabs and fill them out.
33 tabs.
  /frameworks/base/core/java/com/android/internal/view/
ActionBarPolicy.java 61 // The embedded tabs policy changed in Jellybean; give older apps the old policy
72 // Stacked tabs; limit the height
  /frameworks/base/docs/html/reference/renderscript/
globals_enum.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
index.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__matrix2x2.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__matrix3x3.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
structrs__matrix4x4.html 7 <link href="tabs.css" rel="stylesheet" type="text/css"/>
18 <div id="navrow1" class="tabs">
  /frameworks/base/docs/html/training/backward-compatible-ui/
index.jd 39 <p>Throughout this class, the new <a href="{@docRoot}guide/topics/ui/actionbar.html#Tabs">Action Bar Tabs</a> feature introduced in Android 3.0 (API level 11) serves as the guiding example, but you can apply these techniques to other UI components and API features.</p>

Completed in 1031 milliseconds

<<21222324252627282930>>