Home
last modified time | relevance | path

Searched defs:tabId (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/js/
DDevTools.js165 WebInspector.platformExtensionAPI = function(tabId) argument
183 WebInspector.setInspectedTabId = function(tabId) argument
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
Dscreenshot.js14 var addSnapshotImageToTab = function(tabId, changedProps) { argument
/external/webkit/Source/WebCore/inspector/front-end/
DNetworkItemView.js78 _selectTab: function(tabId) argument
DTabbedPane.js67 var event = {tabId: id}; property
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
Dbg.js260 function tabNavigated(tabId, changeInfo, tab) { argument
341 function tabSelectionChanged(tabId) { argument
364 function tabRemoved(tabId) { argument
/external/chromium/chrome/browser/resources/net_internals/
Dserviceprovidersview.js15 function ServiceProvidersView(tabId, argument
/external/chromium/chrome/browser/debugger/
Ddevtools_window.cc289 FundamentalValue tabId(inspected_tab_->controller().session_id().id()); in AddDevToolsExtensionsToClient() local
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
Dbackground.js653 function onTabUpdated(tabId, changeInfo, tab) { argument
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
Dchrome_ex_oauth.js75 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { argument
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
Dchrome_ex_oauth.js75 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { argument
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
Dchrome_ex_oauth.js75 chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { argument
/external/chromium/chrome/common/extensions/api/
Dextension_api.json827 …"tabId": {"type": "integer", "minimum": 0, "optional": true, "description": "The id of the tab for… object
1487 …"tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to… object
1507 …"tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to… object
1546 …"tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to… object
1561 …"tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to… object
1595 …"tabId": {"type": "integer", "minimum": 0, "description": "The id of the tab for which you want to… object
1636 "tabId": { object
1667 "tabId": { object
1686 "tabId": { object
1713 "tabId": { object
[all …]