HomeSort by relevance Sort by last modified time
    Searched full:currentwindow (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
popup.js 7 chrome.windows.getCurrent({populate: true}, function(currentWindow) {
8 chrome.tabs.query({currentWindow: true, active: true}, function(tabs) {
9 var current = currentWindow.tabs.filter(function(tab) {
17 displayTabInfo(currentWindow.id, current, outputDiv);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/pin/
background.js 8 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
  /external/chromium/chrome/common/extensions/docs/examples/api/processes/show_tabs/
popup.html 6 chrome.windows.getCurrent(function(currentWindow) {
7 chrome.tabs.getSelected(currentWindow.id, function(selectedTab) {
13 displayTabInfo(currentWindow.id, selectedTab, outputDiv);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/cld/
background.js 25 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/messaging/timer/
popup.js 19 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
39 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
  /external/chromium_org/chrome/renderer/resources/extensions/
app_window_custom_bindings.js 192 var currentWindow = currentAppWindow;
195 dispatchEventIfExists(currentWindow, "onBoundsChanged");
198 dispatchEventIfExists(currentWindow, "onFullscreened");
200 dispatchEventIfExists(currentWindow, "onMinimized");
202 dispatchEventIfExists(currentWindow, "onMaximized");
207 dispatchEventIfExists(currentWindow, "onRestored");
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
background.js 42 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
popup.js 110 chrome.windows.getCurrent(function (currentWindow) {
111 chrome.tabs.query({active: true, windowId: currentWindow.id},
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 11 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
85 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 84 for (IWorkbenchWindow currentWindow : windows) {
85 IWorkbenchPage page = currentWindow.getActivePage();
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
popup.js 24 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
tabs_api.js 12 chrome.windows.getCurrent(function(currentWindow) {
13 currentWindowId = currentWindow.id;
293 chrome.tabs.query({active: true, currentWindow: true} function(tabs) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.js 13 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_constants.cc 15 const char kCurrentWindowKey[] = "currentWindow";
tabs_test.cc 404 "[{\"currentWindow\":true}]",
421 "[{\"currentWindow\":false}]",
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 158 private Window currentWindow = Window.FOCUSED_WINDOW;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
background.js 193 chrome.tabs.query({active: true, currentWindow: true}, show_options);
490 chrome.windows.getCurrent(function(currentWindow) {
491 window.windowId = currentWindow.id;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/chrome_search/
background.js 151 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
  /external/grub/netboot/
3c90x.c 244 unsigned char CurrentWindow;
282 if (INF_3C90X.CurrentWindow == window) return 0;
286 INF_3C90X.CurrentWindow = window;
694 INF_3C90X.CurrentWindow = 255;
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
tabs_api.html 13 chrome.windows.getCurrent(function(currentWindow) {
14 currentWindowId = currentWindow.id;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
background.html 501 chrome.windows.getCurrent(function(currentWindow) {
502 window.windowId = currentWindow.id;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
audio_player.js 60 var currentWindow = chrome.app.window.current();
61 setTimeout(currentWindow.show.bind(currentWindow), 0);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 270 chrome.tabs.query({active: true, currentWindow: true}, function (tabs) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 270 chrome.tabs.query({active: true, currentWindow: true}, function (tabs) {
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
messaging.html 51 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {

Completed in 1805 milliseconds

1 2