HomeSort by relevance Sort by last modified time
    Searched refs:tab (Results 151 - 175 of 1046) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/test/webdriver/test/infobar_browser_action_extension/
bg.js 13 chrome.tabs.getSelected(null, function(tab) {
15 {'tabId': tab.id, 'path': 'view_checks.html'}, function() {
  /external/chromium_org/third_party/opus/src/
missing 82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/clang/test/Sema/
wchar.c 21 wchar_t tab[] = L"x"; local
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_sync_test.cc 32 SyncTab tab; local
39 SyncVar *v = tab.GetOrCreateAndLock(thr, pc, addr, true);
46 SyncVar *v = tab.GetAndRemove(thr, pc, addr);
58 SyncVar *v = tab.GetAndRemove(thr, pc, addr);
  /external/grub/
missing 81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
missing 82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/libffi/
missing 81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/llvm/autoconf/
missing 81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/openfst/
missing 82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab.
    [all...]
  /external/pixman/
missing 82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab.
    [all...]
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/
MainActivity.java 56 * Implementation of {@link CompatTabListener} to handle tab change events. This implementation
57 * instantiates the specified fragment class with no arguments when its tab is selected.
65 * Constructor used each time a new tab is created.
77 public void onTabSelected(CompatTab tab, FragmentTransaction ft) {
79 Fragment fragment = tab.getFragment();
83 tab.setFragment(fragment);
84 ft.add(android.R.id.tabcontent, fragment, tab.getTag());
92 public void onTabUnselected(CompatTab tab, FragmentTransaction ft) {
93 Fragment fragment = tab.getFragment();
101 public void onTabReselected(CompatTab tab, FragmentTransaction ft)
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 35 BaseTab* tab) const;
37 BaseTab* tab) const;
39 BaseTab* tab);
40 bool IsTabPinned(BaseTab* tab) const;
55 virtual void ShowContextMenuForTab(BaseTab* tab,
110 BaseTab* tab);
113 BaseTab* tab);
124 // If non-NULL it means we're showing a menu for the tab.
side_tab_strip.cc 35 // The new tab button is rendered using a SideTab.
54 // Never show a close button for the new tab button.
167 SideTab* tab = new SideTab(NULL); local
168 // Make sure the dragged tab shares our theme provider. We need to explicitly
170 tab->set_theme_provider(GetThemeProvider());
171 return tab;
203 // Paint the new tab and separator first so that any tabs animating appear on
209 BaseTab* tab = base_tab_at_tab_index(i); local
210 if (tab->dragging())
211 dragging_tabs.push_back(tab);
301 BaseTab* tab = base_tab_at_tab_index(i); local
346 BaseTab* tab = base_tab_at_tab_index(tab_data_index); local
361 BaseTab* tab = base_tab_at_tab_index(i); local
391 BaseTab* tab = tabs[i]; local
405 BaseTab* tab = tabs[i]; local
    [all...]
tab_strip.cc 15 #include "chrome/browser/ui/views/tabs/tab.h"
70 // A subclass of button that hit-tests to the shape of the new tab button.
82 // When the button is sized to the top of the tab strip we want the user to
92 // These values are defined by the shape of the new tab bitmap. Should that
121 current_unselected_width_(Tab::GetStandardSize().width()),
122 current_selected_width_(Tab::GetStandardSize().width()),
137 // crash in the case where the user closes the window after closing a tab
177 // Check to see if the point is within the non-button parts of the new tab
187 // All other regions, including the new Tab button, should be considered part
210 // The user is about to close a tab other than the last tab. Se
246 Tab* tab = GetTabAtModelIndex(model_index); local
261 Tab* tab = new Tab(NULL); local
282 Tab* tab = GetTabAtTabDataIndex(i); local
413 Tab* tab = GetTabAtTabDataIndex(i); local
427 Tab* tab = new Tab(this); local
442 BaseTab* tab = base_tab_at_tab_index(tab_data_index); local
458 Tab* tab = GetTabAtTabDataIndex(i); local
487 BaseTab* tab = tabs[i]; local
509 BaseTab* tab = tabs[i]; local
522 BaseTab* tab = tabs[i]; local
736 Tab* tab = GetTabAtTabDataIndex(drop_index); local
778 Tab* tab = GetTabAtTabDataIndex(i); local
881 BaseTab* tab = base_tab_at_tab_index(i); local
902 Tab* tab = GetTabAtTabDataIndex(i); local
970 BaseTab* tab = base_tab_at_tab_index(i); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_keybinding_apitest_new.cc 73 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
74 ASSERT_TRUE(tab);
77 TabHelper::FromWebContents(tab)->active_tab_permission_granter();
90 tab,
103 tab,
147 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents(); local
150 tab,
  /external/chromium_org/chrome/browser/
external_extension_browsertest.cc 21 IsSearchProviderTestData() : tab(NULL) {}
23 : tab(t), host(h), test_url(url) {
26 content::WebContents* tab; member in struct:__anon7509::IsSearchProviderTestData
64 content::WebContents* tab = local
66 return IsSearchProviderTestData(tab, host, test_url);
71 string16 title = data.tab->GetTitle();
73 content::TitleWatcher title_watcher(data.tab, ASCIIToUTF16("OK"));
mouseleave_browsertest.cc 27 content::WebContents* tab = local
30 tab->GetView()->GetContainerBounds(&tab_view_bounds);
45 content::TitleWatcher load_title_watcher(tab, load_expected_title);
57 content::TitleWatcher entered_title_watcher(tab, entered_expected_title);
67 content::TitleWatcher left_title_watcher(tab, left_expected_title);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate_browsertest.cc 100 content::WebContents* tab = local
102 ASSERT_EQ(url, tab->GetController().GetActiveEntry()->GetVirtualURL());
132 content::WebContents* tab; local
134 tab = browser()->tab_strip_model()->GetActiveWebContents();
135 ASSERT_EQ(url1, tab->GetController().GetActiveEntry()->GetVirtualURL());
145 tab = browser()->tab_strip_model()->GetActiveWebContents();
146 ASSERT_EQ(url2, tab->GetController().GetActiveEntry()->GetVirtualURL());
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_conformance.py 47 def _DidWebGLTestSucceed(tab):
48 return tab.EvaluateJavaScript('webglTestHarness._allTestSucceeded')
50 def _WebGLTestMessages(tab):
51 return tab.EvaluateJavaScript('webglTestHarness._messages')
57 def ValidatePage(self, page, tab, results):
58 if not _DidWebGLTestSucceed(tab):
59 raise page_test.Failure(_WebGLTestMessages(tab))
  /external/chromium_org/chrome/common/extensions/docs/examples/api/windows/merge_windows/
background.js 8 function start(tab) {
19 // We require all the tab information to be populated.
34 var tab = win.tabs[j];
35 // Move the tab into the window that triggered the browser action.
36 chrome.tabs.move(tab.id,
  /external/chromium/chrome/browser/automation/
automation_provider_json.cc 79 TabContents** tab,
90 *tab = automation_util::GetTabContentsAt(browser_index, tab_index);
91 if (!*tab) {
92 *error = "Cannot locate tab from given indices";
101 TabContents** tab,
104 GetTabFromJSONArgs(args, tab, error);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.js 5 // To make sure we can uniquely identify each screenshot tab, add an id as a
17 chrome.tabs.create({url: viewTabUrl}, function(tab) {
18 var targetId = tab.id;
21 // We are waiting for the tab we opened to finish loading.
22 // Check that the the tab's id matches the tab we opened,
23 // and that the tab is done loading.
33 // the screenshot. The url of the tab which will display the
51 chrome.browserAction.onClicked.addListener(function(tab) {
52 if (tab.url.match("^https?://code.google.com"))
    [all...]
  /external/chromium_org/tools/perf/benchmarks/
dom_perf.py 43 def MeasurePage(self, page, tab, results):
46 return tab.GetCookieByName('__domperf_finished') == '1'
49 data = json.loads(tab.EvaluateJavaScript('__domperf_result'))
56 tab.EvaluateJavaScript('document.cookie = "__domperf_finished=0"')
58 def DidRunTest(self, tab, results):
  /frameworks/rs/cpu_ref/linkloader/android/
test-librsloader.c 38 static struct func_entry_t const tab[] = { local
51 static size_t const tab_size = sizeof(tab) / sizeof(struct func_entry_t);
59 if (name_len == tab[i].name_len && strcmp(name, tab[i].name) == 0) {
60 return tab[i].addr;
  /external/chromium/chrome/browser/sessions/
session_restore.cc 51 // tabs. New tabs are loaded after the current tab finishes loading, or a delay
53 // a tab finishes loading a new tab is loaded and the time of the delay
63 // Schedules a tab for loading.
66 // Notifies the loader that a tab has been scheduled for loading through
70 // Invokes |LoadNextTab| to load a tab.
80 // Loads the next tab. If there are no more tabs to load this deletes itself,
84 // NotificationObserver method. Removes the specified tab and loads the next
85 // tab.
90 // Removes the listeners from the specified tab and removes the tab fro
197 NavigationController* tab = tabs_to_load_.front(); local
261 NavigationController* tab = Source<NavigationController>(source).ptr(); local
278 NavigationController* tab = Source<NavigationController>(source).ptr(); local
635 const SessionTab& tab = *(*i); local
    [all...]

Completed in 535 milliseconds

1 2 3 4 5 67 8 91011>>