Searched defs:tab (Results 1 - 25 of 318) sorted by path

1234567891011>>

/external/aac/libFDK/src/
H A Ddct.cpp426 const FIXP_STP tab = STCP(0x7641AF3D, 0x30FB9452); local
429 cplxMultDiv2(&tmp2, &tmp1, pDat[0], pDat[1], tab);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/bison/src/
H A Dfiles.c63 If --output=dir/foo.tab.c was specified, DIR_PREFIX is `dir/',
64 ALL_BUT_EXT is `dir/foo.tab', and ALL_BUT_TAB_EXT is `dir/foo'.
67 ALL_BUT_EXT = `foo.tab' and ALL_BUT_TAB_EXT = `foo'.
184 `.tab' or `_tab' if present right before *EXT, or is NULL. *TAB
190 '/tmp/foo.tab.c' -> *BASE = 'foo.tab.c', *TAB = '.tab.c', *EXT =
195 'tab.c' -> *BASE = 'tab.c', *TAB = NULL, *EXT = '.c'
197 '.tab
204 file_name_split(const char *file_name, const char **base, const char **tab, const char **ext) argument
230 const char *base, *tab, *ext; local
[all...]
H A Dtables.c32 #include "muscle-tab.h"
742 table_ninf_remap (base_number tab[], int size, base_number ninf) argument
748 if (tab[i] < res && tab[i] != ninf)
749 res = tab[i];
754 if (tab[i] == ninf)
755 tab[i] = res;
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.cc108 content::WebContents* tab,
110 app_delegate_->RunFileChooser(tab, params);
107 RunFileChooser( content::WebContents* tab, const content::FileChooserParams& params) argument
/external/chromium_org/athena/extensions/chrome/
H A Dathena_chrome_app_delegate.cc58 content::WebContents* tab,
60 FileSelectHelper::RunFileChooser(tab, params);
57 RunFileChooser( content::WebContents* tab, const content::FileChooserParams& params) argument
/external/chromium_org/athena/extensions/shell/
H A Dathena_shell_app_delegate.cc33 content::WebContents* tab,
32 RunFileChooser( content::WebContents* tab, const content::FileChooserParams& params) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromiumApplication.java32 * @param tab The tab that triggered the request.
35 protected abstract void openClearBrowsingData(Tab tab); argument
H A DEmptyTabObserver.java15 public void onDestroyed(Tab tab) { } argument
18 public void onContentChanged(Tab tab) { } argument
21 public void onLoadUrl(Tab tab, String url, int loadType) { } argument
24 public void onFaviconUpdated(Tab tab) { } argument
27 public void onTitleUpdated(Tab tab) { } argument
30 public void onUrlUpdated(Tab tab) { } argument
33 public void onSSLStateUpdated(Tab tab) { } argument
36 public void onWebContentsSwapped(Tab tab, boolean didStartLoad, boolean didFinishLoad) { } argument
39 public void onContextMenuShown(Tab tab, ContextMenu menu) { } argument
45 public void onLoadStarted(Tab tab) { } argument
48 onLoadStopped(Tab tab) argument
51 onLoadProgressChanged(Tab tab, int progress) argument
54 onUpdateUrl(Tab tab, String url) argument
57 onToggleFullscreenMode(Tab tab, boolean enable) argument
60 onDidFailLoad(Tab tab, boolean isProvisionalLoad, boolean isMainFrame, int errorCode, String description, String failingUrl) argument
64 onDidStartProvisionalLoadForFrame(Tab tab, long frameId, long parentFrameId, boolean isMainFrame, String validatedUrl, boolean isErrorPage, boolean isIframeSrcdoc) argument
69 onDidNavigateMainFrame(Tab tab, String url, String baseUrl, boolean isNavigationToDifferentPage, boolean isFragmentNavigation, int statusCode) argument
[all...]
H A DForeignSessionHelper.java80 * Represents synced foreign tab.
116 ForeignSessionTab tab = new ForeignSessionTab(url, title, timestamp, sessionId);
117 window.tabs.add(tab);
182 * Opens the given foreign tab in a new tab.
183 * @param tab Tab to load the session into.
184 * @param session Session that the target tab belongs to.
185 * @param foreignTab Target tab to open.
187 * @return {@code True} iff the tab is successfully opened.
189 public boolean openForeignSessionTab(Tab tab, ForeignSessio argument
213 nativeOpenForeignSessionTab( long nativeForeignSessionHelper, Tab tab, String sessionTag, int tabId, int disposition) argument
[all...]
H A DRecentlyClosedBridge.java35 * Represents a recently closed tab.
52 RecentlyClosedTab tab = new RecentlyClosedTab(id, title, url);
53 tabs.add(tab);
100 * Opens a recently closed tab in the current tab.
102 * @param tab The current Tab.
104 * @return Whether the tab was successfully opened.
106 public boolean openRecentlyClosedTab(Tab tab, RecentlyClosedTab recentTab) { argument
107 return openRecentlyClosedTab(tab, recentTab, WindowOpenDisposition.CURRENT_TAB);
111 * Opens a recently closed tab i
120 openRecentlyClosedTab(Tab tab, RecentlyClosedTab recentTab, int windowOpenDisposition) argument
139 nativeOpenRecentlyClosedTab(long nativeRecentlyClosedTabsBridge, Tab tab, int recentTabId, int windowOpenDisposition) argument
[all...]
H A DShortcutHelper.java56 public ShortcutHelper(Context appContext, Tab tab) { argument
58 mTab = tab;
H A DTabObserver.java18 * @param tab The notifying {@link Tab}.
20 void onDestroyed(Tab tab); argument
23 * Called when the tab content changes (to/from native pages or swapping native WebContents).
24 * @param tab The notifying {@link Tab}.
26 void onContentChanged(Tab tab); argument
30 * @param tab The notifying {@link Tab}.
39 void onLoadUrl(Tab tab, String url, int loadType); argument
43 * @param tab The notifying {@link Tab}.
45 void onFaviconUpdated(Tab tab); argument
49 * @param tab Th
51 onTitleUpdated(Tab tab) argument
57 onUrlUpdated(Tab tab) argument
63 onSSLStateUpdated(Tab tab) argument
72 onWebContentsSwapped(Tab tab, boolean didStartLoad, boolean didFinishLoad) argument
79 onContextMenuShown(Tab tab, ContextMenu menu) argument
92 onLoadStarted(Tab tab) argument
98 onLoadStopped(Tab tab) argument
105 onLoadProgressChanged(Tab tab, int progress) argument
112 onUpdateUrl(Tab tab, String url) argument
119 onToggleFullscreenMode(Tab tab, boolean enable) argument
132 onDidFailLoad( Tab tab, boolean isProvisionalLoad, boolean isMainFrame, int errorCode, String description, String failingUrl) argument
147 onDidStartProvisionalLoadForFrame( Tab tab, long frameId, long parentFrameId, boolean isMainFrame, String validatedUrl, boolean isErrorPage, boolean isIframeSrcdoc) argument
163 onDidNavigateMainFrame(Tab tab, String url, String baseUrl, boolean isNavigationToDifferentPage, boolean isFragmentNavigation, int statusCode) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DAppBannerManager.java72 * Constructs an AppBannerManager for the given tab.
73 * @param tab Tab that the AppBannerManager will be attached to.
75 public AppBannerManager(Tab tab) { argument
77 mTab = tab;
90 public void onWebContentsSwapped(Tab tab, boolean didStartLoad,
96 public void onContentChanged(Tab tab) {
101 public void onDestroyed(Tab tab) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDomDistillerFeedbackReporter.java55 * @param tab the tab where the overlay should be displayed.
57 public DomDistillerFeedbackReporter(Tab tab) { argument
59 mTab = tab;
129 public void onWebContentsSwapped(Tab tab, boolean didStartLoad,
135 public void onContentChanged(Tab tab) {
140 public void onDestroyed(Tab tab) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java36 * A container for all the infobars of a specific tab.
99 // The id of the tab associated with us. Set to Tab.INVALID_TAB_ID if no tab is associated.
221 * @param tab The current Tab.
223 public void setDoStayInvisible(boolean doStayInvisible, Tab tab) { argument
227 tab.addObserver(mTabObserver);
229 tab.removeObserver(mTabObserver);
241 public void onDidNavigateMainFrame(Tab tab, String url, String baseUrl,
244 setDoStayInvisible(false, tab);
456 // Called by the tab whe
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DOmniboxPrerender.java56 * @param currentUrl url the current tab is displaying.
59 * @param tab The tab whose webcontent's to use.
62 Profile profile, Tab tab) {
64 profile, tab);
74 Tab tab);
61 prerenderMaybe(String url, String currentUrl, long nativeAutocompleteResult, Profile profile, Tab tab) argument
72 nativePrerenderMaybe(long nativeOmniboxPrerender, String url, String currentUrl, long nativeAutocompleteResult, Profile profile, Tab tab) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/password_manager/
H A DPasswordAuthenticationManager.java25 * Requests password authentication be presented for the given tab.
26 * @param tab The tab containing the protected password.
29 void requestAuthentication(Tab tab, PasswordAuthenticationCallback callback); argument
75 public void requestAuthentication(Tab tab, PasswordAuthenticationCallback callback) { argument
111 * Requests password authentication be presented for the given tab.
112 * @param tab The tab containing the protected password.
117 Tab tab, PasswordAuthenticationCallback callback) {
118 getDelegate().requestAuthentication(tab, callbac
116 requestAuthentication( Tab tab, PasswordAuthenticationCallback callback) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/printing/
H A DTabPrinter.java25 public TabPrinter(Tab tab) { argument
26 mTab = new WeakReference<Tab>(tab);
35 Tab tab = mTab.get();
36 return tab != null && tab.print();
41 Tab tab = mTab.get();
42 if (tab == null) return sDefaultTitle;
44 String title = tab.getTitle();
47 String url = tab.getUrl();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DEmptyTabModel.java47 public boolean closeTab(Tab tab) { argument
72 public int indexOf(Tab tab) { argument
96 public boolean closeTab(Tab tab, boolean animate, boolean uponExit, boolean canUndo) { argument
123 public void addTab(Tab tab, int index, TabLaunchType type) { argument
H A DEmptyTabModelObserver.java17 public void didSelectTab(Tab tab, TabSelectionType type, int lastId) { argument
21 public void willCloseTab(Tab tab, boolean animate) { argument
25 public void didCloseTab(Tab tab) { argument
29 public void willAddTab(Tab tab, TabLaunchType type) { argument
33 public void didAddTab(Tab tab, TabLaunchType type) { argument
37 public void didMoveTab(Tab tab, int newIndex, int curIndex) { argument
41 public void tabPendingClosure(Tab tab) { argument
45 public void tabClosureUndone(Tab tab) { argument
49 public void tabClosureCommitted(Tab tab) { argument
H A DTabList.java11 * well as a currently selected tab (see {@link #index}).
17 * @return Whether this tab model contains only incognito tabs or only normal tabs.
22 * @return The index of the current tab, or {@link #INVALID_TAB_INDEX} if there are no tabs.
32 * Get the tab at the specified position
41 * @return index of the given tab in the order of the tab stack.
43 int indexOf(Tab tab); argument
H A DTabModel.java22 FROM_MENU_OR_OVERVIEW, // Opened from the options menu or the tab stack overview.
25 // relationship like FROM_LINK. FOREGROUND and BACKGROUND indicates whether the current tab
26 // should be automatically switched to the new tab or not.
37 FROM_CLOSE, // Selection of adjacent tab when the active tab is closed in foreground.
38 FROM_EXIT, // Selection of adjacent tab when the active tab is closed upon app exit.
39 FROM_NEW, // Selection of newly created tab (e.g. for a url intent or NTP).
40 FROM_USER // User-originated switch to existing tab or selection of main tab o
54 closeTab(Tab tab) argument
72 closeTab(Tab tab, boolean animate, boolean uponExit, boolean canUndo) argument
142 addTab(Tab tab, int index, TabLaunchType type) argument
[all...]
H A DTabModelBase.java88 for (Tab tab : mTabs) {
89 if (tab.isInitialized()) tab.destroy();
114 * Initializes the newly created tab, adds it to controller, and dispatches creation
118 public void addTab(Tab tab, int index, TabLaunchType type) { argument
121 for (TabModelObserver obs : mObservers) obs.willAddTab(tab, type);
125 index = mOrderController.determineInsertionIndex(type, index, tab);
128 assert tab.isIncognito() == mIsIncognito;
134 mTabs.add(tab);
136 mTabs.add(index, tab);
201 closeTab(Tab tab) argument
361 indexOf(Tab tab) argument
435 startTabClosure(Tab tab, boolean animate, boolean uponExit, boolean canUndo) argument
480 finalizeTabClosure(Tab tab) argument
526 indexOf(Tab tab) argument
586 removeTab(Tab tab) argument
715 nativeTabAddedToModel(long nativeTabModelBase, Tab tab) argument
[all...]

Completed in 1242 milliseconds

1234567891011>>