/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
CompatTabHoneycomb.java | 20 import android.app.ActionBar.Tab; 32 * The native tab object that this {@link CompatTab} acts as a proxy for. 34 ActionBar.Tab mTab; 83 public void onTabReselected(Tab tab, android.app.FragmentTransaction f) { 91 public void onTabSelected(Tab tab, android.app.FragmentTransaction f) { 99 public void onTabUnselected(Tab arg0, android.app.FragmentTransaction f) {
|
/external/chromium/chrome/browser/ |
aeropeek_manager.h | 28 // We need to select a tab associated with this window. 30 // We need to close a tab associated with this window. 32 // We may need to dispatch this button event to a tab associated with this 36 // * The bitmap of a tab associated with this window. 40 // and for marking the tab-content area as opaque. 57 // Windows 7 can dispay a thumbnail image of each tab to its taskbar so that 58 // a user can preview the contents of a tab (AeroPeek), choose a tab, close 59 // a tab, etc. 62 // * A tab is added [all...] |
/external/chromium/chrome/browser/sessions/ |
session_types.h | 26 // the NavigationEntry during session restore and tab restore. 42 TabNavigation(const TabNavigation& tab); 44 TabNavigation& operator=(const TabNavigation& tab); 108 // Unique if of the tab. 111 // Visual index of the tab within its window. There may be gaps in these 131 // True if the tab is pinned. 134 // If non-empty, this tab is an app tab and this is the id of the extension. 137 // Timestamp for when this tab was last modified. 159 // Index of the selected tab in tabs; -1 if no tab is selected. After restor [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider_json.h | 75 // Gets the tab specified by the given dictionary |args|. |args| should 77 // and a key 'tab_index' which refers to the index of the tab in that browser. 78 // Returns true on success and sets |tab|. Otherwise, |error| will be set. 80 content::WebContents** tab, 83 // Gets the browser and tab specified by the given dictionary |args|. |args| 85 // a key 'tab_index' which refers to the index of the tab in that browser. 86 // Returns true on success and sets |browser| and |tab|. Otherwise, |error| 90 content::WebContents** tab,
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
browser_launcher_item_controller.h | 28 // representation of a window up to date as the active tab changes. 122 // Updates the launcher from |tab|. 123 void UpdateLauncher(content::WebContents* tab); 125 void UpdateAppState(content::WebContents* tab);
|
/external/chromium_org/chrome/browser/ui/extensions/ |
application_launch.cc | 186 // There's no current tab in this browser window, so add a new one. 231 // Pinning may have moved the tab. 252 // set the app to open as a regular or pinned tab, what should happen? 253 // Today we open the tab, but stay in full screen mode. Should we leave 298 // is to launch as a regular tab. 323 // is set, launch as a regular tab. 337 WebContents* tab = NULL; local 357 tab = OpenApplicationWindow(profile, extension, container, 361 tab = OpenApplicationTab(profile, extension, override_url, 369 return tab; 376 WebContents* tab = OpenApplicationWindow( local [all...] |
/external/chromium_org/chrome/browser/ui/fullscreen/ |
fullscreen_controller.h | 24 // There are two different kinds of fullscreen mode - "tab fullscreen" and 25 // "browser fullscreen". "Tab fullscreen" refers to when a tab enters 28 // difference is that tab fullscreen has implications for how the contents of 29 // the tab render (eg: a video element may grow to consume the whole tab), 31 // from tab fullscreen, we need to notify the tab so it can stop rendering in 43 // transitioned to fullscreen by a browser (vs tab) mode transition. 48 // Tab/HTML Fullscreen ////////////////////////////////////////////////////// [all...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
drag_data.cc | 23 DraggedTabData::DraggedTabData(TabGtk* tab, 29 : tab_(tab),
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
recent_tabs_builder_test_helper.cc | 20 const char kTabTitleFormat[] = "session=%d;window=%d;tab=%d"; 267 sync_pb::SessionTab* tab = tab_base->mutable_tab(); local 268 tab->set_window_id(window_id); 269 tab->set_tab_id(tab_id); 270 tab->set_tab_visual_index(1); 271 tab->set_current_navigation_index(0); 272 tab->set_pinned(true); 273 tab->set_extension_app_id("app_id"); 274 sync_pb::TabNavigation* navigation = tab->add_navigation();
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_strip_unittest.cc | 17 // Walks up the views hierarchy until it finds a tab view. It returns the 18 // found tab view, on NULL if none is found. 21 while (current && strcmp(current->GetClassName(), Tab::kViewClassName)) { 95 // Checks whether |tab| contains |point_in_tabstrip_coords|, where the point 97 bool IsPointInTab(Tab* tab, const gfx::Point& point_in_tabstrip_coords) { 99 views::View::ConvertPointToTarget(tab_strip_, tab, &point_in_tab_coords); 100 return tab->HitTestPoint(point_in_tab_coords); 128 scoped_ptr<Tab> tab(tab_strip_->CreateTabForDragging()) 136 Tab* tab = tab_strip_->tab_at(0); local 157 Tab* tab = tab_strip_->tab_at(0); local [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
inspector_timeline.py | 13 def __init__(self, tab): 14 self._tab = tab
|
/external/chromium_org/ui/views/controls/tabbed_pane/ |
tabbed_pane_unittest.cc | 45 // Therefore it should be as wide as the widest tab. The native Windows 63 // If we switch to the other tab, it should get assigned the same bounds. 72 View* tab = new View(); local 73 tabbed_pane->AddTab(ASCIIToUTF16("tab"), tab); 78 // Select each tab. 84 // Add a tab at index 0, it should not be selected automatically.
|
/external/openssh/ |
ssh-agent.c | 187 Idtab *tab = idtab_lookup(version); local 188 TAILQ_FOREACH(id, &tab->idlist, next) { 215 Idtab *tab = idtab_lookup(version); local 222 buffer_put_int(&msg, tab->nentries); 223 TAILQ_FOREACH(id, &tab->idlist, next) { 394 Idtab *tab = idtab_lookup(version); local 395 if (tab->nentries < 1) 397 "internal error: tab->nentries %d", 398 tab->nentries); 399 TAILQ_REMOVE(&tab->idlist, id, next) 414 Idtab *tab = idtab_lookup(version); local 439 Idtab *tab; local 466 Idtab *tab = idtab_lookup(version); local 707 Idtab *tab; local 767 Idtab *tab; local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauth.js | 75 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { 80 chrome.tabs.create({ 'url' : changeInfo.url }, function(tab) { 81 tabs[tab.id] = tab.url; 272 chrome.tabs.getSelected(null, function (tab) { 273 chrome.tabs.remove(tab.id);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.js | 75 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { 80 chrome.tabs.create({ 'url' : changeInfo.url }, function(tab) { 81 tabs[tab.id] = tab.url; 272 chrome.tabs.getSelected(null, function (tab) { 273 chrome.tabs.remove(tab.id);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauth.js | 75 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { 80 chrome.tabs.create({ 'url' : changeInfo.url }, function(tab) { 81 tabs[tab.id] = tab.url; 272 chrome.tabs.getSelected(null, function (tab) { 273 chrome.tabs.remove(tab.id);
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_apitest.cc | 130 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local 131 content::WaitForLoadStop(tab); 144 // new tab. 151 tab->GetRenderViewHost()->ForwardMouseEvent(mouse_event); 153 tab->GetRenderViewHost()->ForwardMouseEvent(mouse_event); 209 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local 211 tab,
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
internet_detail.css | 5 /* Force tab strip to extend to the left and right edges of the window. */ 30 #internet-details-content-area > .subpages-tab-contents { 48 #vpn-tab td { 52 #vpn-tab .option-value:not(input) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/messaging/timer/ |
popup.js | 22 var tab = tabs[0]; 23 chrome.tabs.sendRequest(tab.id, {counter: 1}, function handler(response) { 25 chrome.tabs.sendRequest(tab.id, {counter: response.counter}, handler);
|
/external/chromium_org/third_party/libwebp/enc/ |
token.c | 137 const uint8_t* tab; local 143 tab = VP8Cat3; 149 tab = VP8Cat4; 155 tab = VP8Cat5; 161 tab = VP8Cat6; 164 AddConstantToken(tokens, !!(v & mask), *tab++);
|
/external/webp/src/enc/ |
token.c | 137 const uint8_t* tab; local 143 tab = VP8Cat3; 149 tab = VP8Cat4; 155 tab = VP8Cat5; 161 tab = VP8Cat6; 164 AddConstantToken(tokens, !!(v & mask), *tab++);
|
/frameworks/base/core/java/com/android/internal/app/ |
ActionBarImpl.java | 219 // Switch tab layout configuration if needed 473 private void configureTab(Tab tab, int position) { 474 final TabImpl tabi = (TabImpl) tab; 478 throw new IllegalStateException("Action Bar Tab must have a Callback"); 491 public void addTab(Tab tab) { 492 addTab(tab, mTabs.isEmpty()); 496 public void addTab(Tab tab, int position) [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBarImplBase.java | 156 // Switch tab layout configuration if needed 385 public Tab newTab() { 390 public void addTab(Tab tab) { 391 addTab(tab, mTabs.isEmpty()); 395 public void addTab(Tab tab, boolean setSelected) { 397 mTabScrollView.addTab(tab, setSelected); 398 configureTab(tab, mTabs.size()); 400 selectTab(tab); [all...] |
/external/chromium_org/chrome/browser/resources/memory_internals/ |
memory_internals.js | 66 if (process['type'].match(/^Tab/)) { 67 // Append each tab's history. 132 function JoinLinks(tab) { 134 for (var l in tab['history']) { 135 var history = tab['history'][l]; 139 if (l == tab['index']) {
|
/external/oprofile/module/ia64/ |
op_pmu.c | 584 ctl_table * tab; local 592 if (!(tab = kmalloc(sizeof(ctl_table)*7, GFP_KERNEL))) 595 next->child = tab; 597 memset(tab, 0, sizeof(ctl_table)*7); 598 tab[0] = ((ctl_table) { 1, "enabled", &sysctl_parms.ctr[i].enabled, sizeof(int), 0600, NULL, lproc_dointvec, NULL, }); 599 tab[1] = ((ctl_table) { 1, "event", &sysctl_parms.ctr[i].event, sizeof(int), 0600, NULL, lproc_dointvec, NULL, }); 600 tab[2] = ((ctl_table) { 1, "count", &sysctl_parms.ctr[i].count, sizeof(int), 0600, NULL, lproc_dointvec, NULL, }); 601 tab[3] = ((ctl_table) { 1, "unit_mask", &sysctl_parms.ctr[i].unit_mask, sizeof(int), 0600, NULL, lproc_dointvec, NULL, }); 602 tab[4] = ((ctl_table) { 1, "kernel", &sysctl_parms.ctr[i].kernel, sizeof(int), 0600, NULL, lproc_dointvec, NULL, }); 603 tab[5] = ((ctl_table) { 1, "user", &sysctl_parms.ctr[i].user, sizeof(int), 0600, NULL, lproc_dointvec, (…) [all...] |