Searched defs:tabId (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
H A Dheaders.js5 var tabId = parseInt(window.location.search.substring(1)); variable
8 chrome.debugger.sendCommand({tabId:tabId}, "Network.enable");
13 chrome.debugger.detach({tabId:tabId});
19 if (tabId != debuggeeId.tabId)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabList.java46 * @param tabId The id of the {@link Tab} that might have a pending closure.
47 * @return Whether or not the {@link Tab} specified by {@code tabId} has a pending
50 boolean isClosurePending(int tabId); argument
H A DTabModelUtils.java31 * @param tabId The id of the {@link Tab} to close.
34 public static boolean closeTabById(TabModel model, int tabId) { argument
35 return closeTabById(model, tabId, false);
40 * @param tabId The id of the {@link Tab} to close.
44 public static boolean closeTabById(TabModel model, int tabId, boolean canUndo) { argument
45 Tab tab = TabModelUtils.getTabById(model, tabId);
65 * @param tabId The id of the {@link Tab} to find.
69 public static int getTabIndexById(TabList model, int tabId) { argument
74 if (tab.getId() == tabId) return i;
83 * @param tabId Th
86 getTabById(TabList model, int tabId) argument
[all...]
H A DEmptyTabModel.java92 public boolean isClosurePending(int tabId) { argument
111 public void commitTabClosure(int tabId) { argument
115 public void cancelTabClosure(int tabId) { argument
H A DTabModel.java97 * Commits a pending closure specified by {@code tabId}.
98 * @param tabId The id of the {@link Tab} to commit the pending closure.
100 public void commitTabClosure(int tabId); argument
105 * @param tabId The id of the {@link Tab} to undo.
107 public void cancelTabClosure(int tabId); argument
H A DTabModelBase.java192 private Tab findTabInAllTabModels(int tabId) { argument
193 Tab tab = TabModelUtils.getTabById(mModelDelegate.getModel(mIsIncognito), tabId);
195 return TabModelUtils.getTabById(mModelDelegate.getModel(!mIsIncognito), tabId);
229 public boolean isClosurePending(int tabId) { argument
230 return mRewoundList.getPendingRewindTab(tabId) != null;
245 public void cancelTabClosure(int tabId) { argument
246 Tab tab = mRewoundList.getPendingRewindTab(tabId);
286 public void commitTabClosure(int tabId) { argument
287 Tab tab = mRewoundList.getPendingRewindTab(tabId);
511 public boolean isClosurePending(int tabId) { argument
539 getPendingRewindTab(int tabId) argument
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_action_button.h62 tabId:(int)tabId;
76 @property(readwrite, nonatomic) int tabId; variable
89 @property(readwrite, nonatomic) int tabId; variable
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelAdapter.java32 * An interface used to notify that the {@link Tab} specified by {@code tabId} should be
37 * Show the {@link Tab} specified by {@code tabId}.
38 * @param tabId The id of the {@link Tab} that should be shown.
40 void showTab(int tabId); argument
80 public void tabChanged(int tabId) {
129 int tabId = (int) getItemId(position);
131 if (tabId == Tab.INVALID_TAB_ID) return null;
141 listItem.setTab(TabModelUtils.getTabById(mUndoneTabModel, tabId),
H A DAccessibilityTabModelListItem.java86 * @param tabId The ID of the tab that this list item represents.
88 public void tabSelected(int tabId); argument
92 * @param tabId The ID of the tab that this list item represents.
94 public void tabClosed(int tabId); argument
98 * @param tabId The ID of the tab that this list item represents.
100 public void tabChanged(int tabId); argument
105 public boolean hasPendingClosure(int tabId); argument
109 * @param tabId The ID of the tab to close.
111 public void schedulePendingClosure(int tabId); argument
115 * @param tabId Th
117 cancelPendingClosure(int tabId) argument
[all...]
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dbackground.js42 if (this.bridges_[details.tabId])
43 return this.bridges_[details.tabId].onInsecureRequest(details.url);
50 if (this.bridges_[details.tabId])
51 return this.bridges_[details.tabId].onBeforeSendHeaders(details);
60 if (this.bridges_[details.tabId])
61 this.bridges_[details.tabId].onHeadersReceived(details);
68 if (this.bridges_[details.tabId])
69 this.bridges_[details.tabId].onCompleted(details);
76 var tabId = this.getTabIdFromPort_(port);
77 if (!this.bridges_[tabId])
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DForeignSessionHelper.java214 long nativeForeignSessionHelper, Tab tab, String sessionTag, int tabId,
213 nativeOpenForeignSessionTab( long nativeForeignSessionHelper, Tab tab, String sessionTag, int tabId, int disposition) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTabbedPane.js258 var eventData = { tabId: id, view: tab.view, isUserGesture: userGesture };
264 * @param {string} tabId
267 hasTab: function(tabId)
269 return !!this._tabsById[tabId];
324 var eventData = { tabId: id, view: tab.view, isUserGesture: userGesture };
516 var tabId = /** @type {string} */ (event.data);
517 this.selectTab(tabId, true);
591 for (var tabId in this._tabs) {
592 var tab = this._tabs[tabId];
602 for (var tabId i
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java98 int tabId, ViewGroup parentView, WebContents webContents) {
106 mTabId = tabId;
165 public void onParentViewChanged(int tabId, ViewGroup parentView) { argument
166 mTabId = tabId;
97 InfoBarContainer(Activity activity, AutoLoginProcessor autoLoginProcessor, int tabId, ViewGroup parentView, WebContents webContents) argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
H A Dnavigation_collector.js118 * openedInNewTab: boolean, source: {frameId: ?number, tabId: ?number},
129 * @param {!{tabId: ?number, frameId: ?number}} data Information
137 return data.tabId + '-' + (data.frameId ? data.frameId : 0);
154 tabId: null
219 this.pending_[id].openedInNewTab = data.tabId;
221 tabId: data.sourceTabId,
287 tabId: null
322 tabId: null
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js327 * @param {number} tabId Tab Id.
330 chrome.tabs.connect = function(tabId, opt_connectInfo) {};
341 * @param {number?} tabId Tab id.
344 chrome.tabs.detectLanguage = function(tabId, callback) {};
348 * @param {number?} tabId Tab id.
353 chrome.tabs.executeScript = function(tabId, details, opt_callback) {};
357 * @param {number} tabId Tab id.
360 chrome.tabs.get = function(tabId, callback) {};
400 * @param {number?} tabId Tab id.
405 chrome.tabs.insertCSS = function(tabId, detail
[all...]
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 372 milliseconds