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

1 2

  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
headers.js 5 var tabId = parseInt(window.location.search.substring(1));
8 chrome.debugger.sendCommand({tabId:tabId}, "Network.enable");
13 chrome.debugger.detach({tabId:tabId});
19 if (tabId != debuggeeId.tabId)
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 62 tabId:(int)tabId;
76 @property(readwrite, nonatomic) int tabId;
89 @property(readwrite, nonatomic) int tabId;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
AccessibilityTabModelAdapter.java 32 * 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);
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),
AccessibilityTabModelListItem.java 86 * @param tabId The ID of the tab that this list item represents.
88 public void tabSelected(int tabId);
92 * @param tabId The ID of the tab that this list item represents.
94 public void tabClosed(int tabId);
98 * @param tabId The ID of the tab that this list item represents.
100 public void tabChanged(int tabId);
105 public boolean hasPendingClosure(int tabId);
109 * @param tabId The ID of the tab to close.
111 public void schedulePendingClosure(int tabId);
115 * @param tabId The ID of the tab that should no longer be closed
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 42 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/third_party/WebKit/Source/devtools/front_end/ui/
TabbedPane.js 258 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 in this._tabs)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java 152 final String tabId = mEmojiCategory.getCategoryName(categoryId, 0 /* categoryPageId */);
153 final TabHost.TabSpec tspec = host.newTabSpec(tabId);
243 public void onTabChanged(final String tabId) {
246 final int categoryId = mEmojiCategory.getCategoryId(tabId);
  /prebuilts/maven_repo/android/com/android/support/support-v13/13.0.0/
support-v13-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/18.0.0/
support-v13-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.0.0/
support-v13-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.0.1/
support-v13-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.1.0/
support-v13-19.1.0.jar 
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 118 * 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/
chrome_extension_externs.js 327 * @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, details, opt_callback) {}
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 835 milliseconds

1 2