HomeSort by relevance Sort by last modified time
    Searched defs:tab (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/chrome/browser/renderer_host/
web_cache_manager_browsertest.cc 22 // user navigates to another tab and back, the browser doesn't crash.
34 TabContents* tab = browser()->GetTabContentsAt(0); local
35 ASSERT_TRUE(tab != NULL);
36 base::KillProcess(tab->GetRenderProcessHost()->GetHandle(),
  /external/chromium/chrome/browser/extensions/
extension_incognito_apitest.cc 35 TabContents* tab = otr_browser->GetSelectedTabContents(); local
40 tab->render_view_host(), L"",
73 TabContents* tab = otr_browser->GetSelectedTabContents(); local
78 tab->render_view_host(), L"",
extension_override_apitest.cc 49 TabContents* tab = browser()->GetSelectedTabContents(); local
50 ASSERT_TRUE(tab->controller().GetActiveEntry());
51 EXPECT_TRUE(tab->controller().GetActiveEntry()->url().
61 // Navigate to the new tab page. The overridden new tab page
64 TabContents* tab = browser()->GetSelectedTabContents(); local
65 ASSERT_TRUE(tab->controller().GetActiveEntry());
66 EXPECT_TRUE(tab->controller().GetActiveEntry()->url().
85 // Navigate an incognito tab to the new tab page. We should get the actua
92 TabContents* tab = otr_browser->GetSelectedTabContents(); local
    [all...]
  /external/chromium/chrome/browser/
omnibox_search_hint.h 25 explicit OmniboxSearchHint(TabContents* tab);
37 TabContents* tab() { return tab_; } function in class:OmniboxSearchHint
51 // The tab we are associated with.
  /external/chromium/chrome/browser/ui/webui/options/
options_ui_uitest.cc 28 void AssertIsOptionsPage(TabProxy* tab) {
30 ASSERT_TRUE(tab->GetTabTitle(&title));
32 // The only guarantee we can make about the title of a settings tab is that
43 scoped_refptr<TabProxy> tab = browser->GetActiveTab(); local
44 ASSERT_TRUE(tab.get());
46 // Go to the options tab via URL.
48 AssertIsOptionsPage(tab);
60 // Bring up the options tab via command.
65 scoped_refptr<TabProxy> tab = browser->GetActiveTab(); local
66 ASSERT_TRUE(tab.get())
84 scoped_refptr<TabProxy> tab = browser->GetActiveTab(); local
    [all...]
  /external/clang/test/Sema/
wchar.c 19 wchar_t tab[] = L"x"; local
  /external/chromium/chrome/browser/ui/login/
login_prompt_win.cc 58 TabContents* tab = GetTabContentsForLogin(); variable
59 if (tab)
60 tab->render_view_host()->set_ignore_input_events(false);
  /external/chromium/chrome/browser/ui/webui/
bookmarks_ui_uitest.cc 20 bool WaitForBookmarksUI(TabProxy* tab) {
21 return WaitUntilJavaScriptCondition(tab, L"",
33 scoped_refptr<TabProxy> tab = browser->GetActiveTab();
34 EXPECT_TRUE(tab.get());
35 if (!tab.get())
37 bool success = tab->NavigateToURL(GURL(chrome::kChromeUIBookmarksURL));
41 success = WaitForBookmarksUI(tab);
45 return tab;
48 void AssertIsBookmarksPage(TabProxy* tab) {
49 // tab->GetCurrentURL is not up to date
71 scoped_refptr<TabProxy> tab = browser->GetActiveTab(); local
96 scoped_refptr<TabProxy> tab = browser->GetActiveTab(); local
119 scoped_refptr<TabProxy> tab = browser->GetActiveTab(); local
152 scoped_refptr<TabProxy> tab = GetBookmarksUITab(); local
    [all...]
new_tab_ui_uitest.cc 36 // Switch to the "new tab" tab, which should be any new tab after the
41 // Bring up a new tab page.
44 scoped_refptr<TabProxy> tab = window->GetActiveTab(); local
45 ASSERT_TRUE(tab.get());
49 ASSERT_TRUE(WaitUntilJavaScriptCondition(tab, L"",
62 // Bring up a new tab page.
65 scoped_refptr<TabProxy> tab = window->GetActiveTab(); local
66 ASSERT_TRUE(tab.get())
93 scoped_refptr<TabProxy> tab = window->GetActiveTab(); local
128 scoped_refptr<TabProxy> tab = window->GetActiveTab(); local
147 scoped_refptr<TabProxy> tab = window->GetTab(0); local
    [all...]
print_preview_ui_uitest.cc 26 void AssertIsPrintPage(TabProxy* tab) {
28 ASSERT_TRUE(tab->GetTabTitle(&title));
41 scoped_refptr<TabProxy> tab = browser->GetActiveTab(); local
42 ASSERT_TRUE(tab.get());
44 // Go to the print preview tab via URL.
46 AssertIsPrintPage(tab);
56 // Make sure there is 1 tab and print is enabled. Create print preview tab.
68 scoped_refptr<TabProxy> tab = browser->GetActiveTab(); local
69 ASSERT_TRUE(tab.get())
    [all...]
  /external/openssl/crypto/bn/
bn_kron.c 69 /* In 'tab', only odd-indexed entries are relevant:
71 * tab[BN_lsw(n) & 7]
75 static const int tab[8] = {0, 1, 0, -1, 0, -1, 0, 1}; local
124 ret = tab[BN_lsw(A) & 7];
164 ret = ret * tab[BN_lsw(B) & 7];
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
MediaDump.java 39 TabHost tab = getTabHost(); local
41 // Setup video dumping tab
42 TabHost.TabSpec videoDumpTab = tab.newTabSpec("VideoDump");
48 tab.addTab(videoDumpTab);
50 // Setup rgb player tab
51 TabHost.TabSpec rgbPlayerTab = tab.newTabSpec("RgbPlayer");
57 tab.addTab(rgbPlayerTab);
  /system/extras/tests/bionic/libc/other/
test_aligned.c 4 static char tab[8]; variable
12 tab[o+0] = (char)(v >> 24);
13 tab[o+1] = (char)(v >> 16);
14 tab[o+2] = (char)(v >> 8);
15 tab[o+3] = (char)(v);
20 v2 = *(unsigned*)(tab+o);
38 *(unsigned*)(tab+o) = v;
40 v2 = ((unsigned)tab[o+0] << 24) |
41 ((unsigned)tab[o+1] << 16) |
42 ((unsigned)tab[o+2] << 8 )
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TabHostRule.java 60 INode tab = linear.appendChild(FQCN_TAB_WIDGET); local
61 tab.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent);
62 tab.setAttribute(ANDROID_URI, ATTR_LAYOUT_HEIGHT, VALUE_WRAP_CONTENT);
63 tab.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/tabs"); //$NON-NLS-1$
75 String.format("@+id/tab%d", i + 1)); //$NON-NLS-1$
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
CompatActionBarNavHandler.java 20 import android.app.ActionBar.Tab;
49 * Called by framework when a tab is selected.
54 public void onTabSelected(Tab tab, FragmentTransaction ft) {
56 mNavListener.onCategorySelected(tab.getPosition());
72 * Called by framework when a tab is re-selected. That is, it was already selected and is
76 public void onTabReselected(Tab tab, FragmentTransaction ft) {
81 * Called by framework when a tab is unselected. Not used in our app.
84 public void onTabUnselected(Tab tab, FragmentTransaction ft)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.cc 51 const SessionTab** tab) {
52 DCHECK(tab);
55 *tab = NULL;
59 // We have no record of this tab.
60 *tab = NULL;
63 *tab = (*foreign_tab_map_[tag])[tab_id];
101 scoped_ptr<SessionTab> tab; local
105 tab.reset(iter->second);
106 if (has_window) // This tab is linked to a window, so it's not an orphan.
107 unmapped_tabs_.erase(tab.get())
    [all...]
session_model_associator_unittest.cc 25 scoped_ptr<SessionTab> tab(new SessionTab());
26 win.tabs.push_back(tab.release());
36 SessionTab tab; local
37 ASSERT_FALSE(SessionModelAssociator::IsValidSessionTab(tab));
42 tab.navigations.push_back(nav);
44 ASSERT_FALSE(SessionModelAssociator::IsValidSessionTab(tab));
49 tab.navigations.push_back(nav2);
50 // Once there's another navigation, the tab is valid.
51 ASSERT_TRUE(SessionModelAssociator::IsValidSessionTab(tab));
74 // be able to delete the session, window, and tab. We can't delete thes
94 SessionTab tab; local
115 SessionTab* tab = tracker.GetSessionTab(tag1, 0, false); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_container_gtk.h 33 // Make the specified tab visible.
34 void SetTab(TabContentsWrapper* tab);
35 TabContentsWrapper* tab() const { return tab_; } function in class:TabContentsContainerGtk
37 // Gets the tab contents currently being displayed (either |tab_contents_| or
44 // Remove the tab from the hierarchy.
45 void DetachTab(TabContentsWrapper* tab);
69 // Adds |tab| to the container and starts showing it.
72 // Stops showing |tab|.
73 void HideTab(TabContentsWrapper* tab);
78 // Handle focus traversal on the tab contents container. Focus should no
    [all...]
  /external/e2fsprogs/lib/et/
com_right.c 75 struct error_table tab; member in struct:foobar
92 struct error_table *tab; local
102 et->table = tab = &f->tab;
103 tab->msgs = messages;
104 tab->n_msgs = num_errors;
105 tab->base = base;
  /external/opencv/cv/src/
cvadapthresh.cpp 55 uchar tab[768]; local
81 tab[i] = (uchar)(i - 255 > -idelta ? maxValue : 0);
84 tab[i] = (uchar)(i - 255 <= -idelta ? maxValue : 0);
93 d[j] = tab[s[j] - m[j] + 255];
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-1.js 46 var tab = " "; variable
48 t1 = new TestFunction( "stub", "value", tab + "return value;" );
50 t2 = new TestFunction( "ToString", "object", tab+"return object + \"\";" );
52 t3 = new TestFunction( "Add", "a, b, c, d, e", tab +"var s = a + b + c + d + e;\n" +
53 tab + "return s;" );
57 t5 = new TestFunction( "anonymous", "", tab+"return \"hello!\";" );
tostring-2.js 50 var tab = " "; variable
53 var equals = new TestFunction( "Equals", "a, b", tab+ "return a == b;" );
59 ( version() <= 120 ) ? tab +"return a == b;" : tab +"return a === b;" );
64 var doesntequal = new TestFunction( "DoesntEqual", "a, b", tab + "return a != b;" );
70 ( version() <= 120 ) ? tab +"return a != b;" : tab +"return a !== b;" );
75 var testor = new TestFunction( "TestOr", "a", tab+"if (a == null || a == void 0) {\n"+
76 tab +tab+"return 0;\n"+tab+"} else {\n"+tab+tab+"return a;\n"+tab+"}" )
    [all...]
  /frameworks/compile/libbcc/tests/data/src/
bellard.otccex.c 47 int tab, p, c; local
51 tab = malloc(0x100);
52 p = tab;
67 while (p != tab) {
71 free(tab);
  /frameworks/compile/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;
  /packages/apps/Browser/src/com/android/browser/
Preloader.java 100 PreloadedTabControl tab = s.getTabControl(); local
102 tab.loadUrlIfChanged(url, headers);
103 tab.setQuery(searchBoxQuery);
105 tab.loadUrl(url, headers);
113 PreloadedTabControl tab = s.getTabControl(); local
114 tab.searchBoxCancel();
131 * Return a preloaded tab, and remove it from the preloader. This is used when the
154 new Tab(new PreloadController(mContext), mFactory.createWebView(false)));
172 Tab t = mTabControl.getTab();

Completed in 899 milliseconds

1 2 3 4 5 6 7 8