/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
TabHelperHoneycomb.java | 46 public void addTab(CompatTab tab) { 47 String tag = tab.getTag(); 49 // Check to see if we already have a fragment for this tab, probably 51 // initial state is that a tab isn't shown. 54 tab.setFragment(fragment); 62 if (tab.getCallback() == null) { 66 // We know tab is a CompatTabHoneycomb instance, so its 67 // native tab object is an ActionBar.Tab. 68 mActionBar.addTab((ActionBar.Tab) tab.getTab()) [all...] |
/external/chromium/chrome/browser/ui/touch/tabs/ |
touch_tab_strip.cc | 108 BaseTab* tab = base_tab_at_tab_index(tab_data_index); local 110 tab->SetBounds(0, ideal_bounds(tab_data_index).y(), 0, 114 tab->SetBounds(last_tab->bounds().right(), 124 TouchTab* tab = GetTabAtTabDataIndex(i); local 125 if (!tab->closing() && !tab->dragging()) 126 bounds_animator().AnimateViewTo(tab, ideal_bounds(i)); 139 TouchTab* tab = GetTabAtTabDataIndex(i); local 140 if (!tab->closing()) { 142 if (tab->IsSelected()) 225 TouchTab* tab = static_cast<TouchTab*>(GetTabAtLocal(point)); local 294 TouchTab* tab = GetTabAtTabDataIndex(i); local [all...] |
/external/chromium/chrome/browser/ui/webui/ |
value_helper.cc | 11 const TabRestoreService::Tab& tab, 13 if (tab.navigations.empty()) 17 tab.navigations.at(tab.current_navigation_index); 22 dictionary->SetString("type", "tab"); 23 dictionary->SetDouble("timestamp", tab.timestamp.ToDoubleT());
|
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/ |
M4MP4W_Utils.h | 64 * Convert the 'nb' unsigned integers in 'tab' table from LE into BE 67 void M4MP4W_table32ToBE(M4OSA_UInt32* tab, M4OSA_UInt32 nb); 99 M4OSA_Void M4MP4W_put32_Hi(M4OSA_UInt32* tab, M4OSA_UInt16 Hi); 100 M4OSA_Void M4MP4W_put32_Lo(M4OSA_UInt32* tab, M4OSA_UInt16 Lo); 101 M4OSA_UInt16 M4MP4W_get32_Hi(M4OSA_UInt32* tab); 102 M4OSA_UInt16 M4MP4W_get32_Lo(M4OSA_UInt32* tab);
|
/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);
|
/external/chromium/chrome/browser/translate/ |
translate_manager.cc | 246 TabContents* tab = Source<TabContents>(source).ptr(); local 250 TabContentsWrapper::GetCurrentWrapperForContents(tab); 258 InitiateTranslation(tab, language); 266 TabContents* tab = Source<TabContents>(source).ptr(); local 269 PageTranslated(tab, page_translated_details); 326 TabContents* tab = tab_util::GetTabContentsByID(request.render_process_id, local 328 if (!tab) { 329 // The tab went away while we were retrieving the script. 332 NavigationEntry* entry = tab->controller().GetActiveEntry(); 339 ShowInfoBar(tab, TranslateInfoBarDelegate::CreateErrorDelegate 438 TabContents* tab = tab_util::GetTabContentsByID(process_id, render_id); local [all...] |
/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!\";" );
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar_host_browsertest.cc | 121 int FindInPageWchar(TabContentsWrapper* tab, 127 tab, WideToUTF16(std::wstring(search_str)), 141 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local 142 EXPECT_EQ(18, FindInPageWchar(tab, L"g", 145 EXPECT_EQ(11, FindInPageWchar(tab, L"go", 148 EXPECT_EQ(04, FindInPageWchar(tab, L"goo", 151 EXPECT_EQ(03, FindInPageWchar(tab, L"goog", 154 EXPECT_EQ(02, FindInPageWchar(tab, L"googl", 157 EXPECT_EQ(01, FindInPageWchar(tab, L"google", 160 EXPECT_EQ(00, FindInPageWchar(tab, L"google!" 287 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local 325 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local 363 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local 414 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local 443 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local 466 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local 658 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local 704 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local 804 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local 1080 TabContentsWrapper* tab = browser()->GetSelectedTabContentsWrapper(); local [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BaseUi.java | 55 import com.android.browser.Tab.SecurityState; 84 protected Tab mActiveTab; 168 // check if we exited without setting active tab 170 final Tab ct = mTabControl.getCurrentTab(); 219 // Tab callbacks 221 public void onTabDataChanged(Tab tab) { 222 setUrlTitle(tab); 223 setFavicon(tab); 224 updateLockIconToLatest(tab); [all...] |
NavScreen.java | 52 Tab mTab; 70 HashMap<Tab, View> mTabViews; 128 mTabViews = new HashMap<Tab, View>(tc.getTabCount()); 132 // update state for active tab 137 Tab tab = mAdapter.getItem(pos); 138 onCloseTab(tab); 158 private void onCloseTab(Tab tab) { 159 if (tab != null) 170 final Tab tab = mUiController.openTab(BrowserSettings.getInstance().getHomePage(), local 233 final Tab tab = getItem(position); local [all...] |
Controller.java | 282 // Find out if we will restore any state and remember the tab. 312 // Create an initial tab. 315 // the tab will be close when exit. 317 Tab t = null; 338 List<Tab> tabs = mTabControl.getTabs(); 340 for (Tab t : tabs) { 348 // TabControl.restoreState() will create a new tab even if 406 public void onSetWebView(Tab tab, WebView view) { 407 mUi.onSetWebView(tab, view) 640 Tab tab = mTabControl.getCurrentTab(); local 805 Tab tab = mTabControl.getCurrentTab(); local 1978 final Tab tab = getCurrentTab(); local 2389 Tab tab = showPreloadedTab(urlData); local 2424 Tab tab = createNewTab(incognito, setActive, useCurrent); local 2442 Tab tab = null; local 2462 SnapshotTab tab = null; local 2541 Tab tab = mTabControl.getTab(i); local 2550 Tab tab = getCurrentTab(); local 2698 Tab tab = getCurrentTab(); local [all...] |
TabControl.java | 32 // next Tab ID, starting at 1 39 void onThumbnailUpdated(Tab t); 45 private ArrayList<Tab> mTabs; 47 private ArrayList<Tab> mTabQueue; 61 mTabs = new ArrayList<Tab>(mMaxTabs); 62 mTabQueue = new ArrayList<Tab>(mMaxTabs); 70 * Return the current tab's main WebView. This will always return the main 71 * WebView for a given tab and not a subwindow. 72 * @return The current tab's WebView. 75 Tab t = getTab(mCurrentTab) 439 final Tab tab = tabMap.get(id); local [all...] |
/external/bison/tests/ |
bison.in | 39 # We are called by ylwrap which still uses y.tab.*, and 40 # post-processes the synclines on y.tab.c itself. Don't let it 43 $PERL -pi -e 's{"y\.tab\.}{"parse-gram.}g;' \ 45 y.tab.[ch]
|
/external/chromium/chrome/browser/download/ |
download_request_infobar_delegate.cc | 14 TabContents* tab, 16 : ConfirmInfoBarDelegate(tab),
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
screenshot.js | 1 // To make sure we can uniquely identify each screenshot tab, add an id as a 11 chrome.tabs.create({url: viewTabUrl}, function(tab) { 12 var targetId = tab.id; 15 // We are waiting for the tab we opened to finish loading. 16 // Check that the the tab's id matches the tab we opened, 17 // and that the tab is done loading. 27 // the screenshot. The url of the tab which will display the 46 chrome.browserAction.onClicked.addListener(function(tab) {
|
/external/chromium/chrome/browser/sync/glue/ |
session_model_associator.cc | 122 // the tab count is 0 or the window is NULL, the browser is about to be 144 TabContents* tab = (*i)->GetTabContentsAt(j); local 145 DCHECK(tab); 146 if (IsValidTab(*tab)) { 148 window_s.add_tab(tab->controller().session_id().id()); 150 ReassociateTab(*tab); 200 void SessionModelAssociator::ReassociateTab(const TabContents& tab) { 202 if (!IsValidTab(tab)) 206 SessionID::id_type id = tab.controller().session_id().id(); 207 if (tab.is_being_destroyed()) 552 SessionTab* tab = local 800 const SessionTab* tab = *i; local 925 const SessionTab* tab = *i; local 937 SessionTab* tab = window.tabs[i]; local [all...] |
/external/chromium/chrome/browser/ |
pdf_unsupported_feature.cc | 126 void OpenReaderUpdateURL(TabContents* tab) { 127 tab->OpenURL(GURL(kReaderUpdateUrl), GURL(), CURRENT_TAB, 132 void OpenUsingReader(TabContents* tab, 137 plugin.render_process_id = tab->GetRenderProcessHost()->id(); 138 plugin.render_view_id = tab->render_view_host()->routing_id(); 139 plugin.url = tab->GetURL(); 149 tab->render_view_host()->ReloadFrame(); 153 tab->ReplaceInfoBar(old_delegate, new_delegate); 155 tab->AddInfoBar(new_delegate); 165 TabContents* tab, [all...] |
/external/bison/build-aux/ |
missing | 81 bison create 'y.tab.[ch]', if possible, from existing .[ch] 86 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 test ! -f y.tab.h; then 233 echo >y.tab.h 235 if test ! -f y.tab.c; then 236 echo 'main() { return 0; }' >y.tab. [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/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...] |