/external/chromium_org/ash/shelf/ |
shelf_layout_manager.cc | 1008 const std::vector<aura::Window*> windows = local [all...] |
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
developer_private_api.cc | 423 const ShellWindowRegistry::ShellWindowList windows = local 428 for (ShellWindowRegistry::const_iterator it = windows.begin(); 429 it != windows.end(); ++it) { 499 // shell windows for incognito process. [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_api.cc | 54 #include "chrome/common/extensions/api/windows.h" 108 namespace windows = api::windows; 199 // In windows 8 metro mode we don't allow windows to be created. 218 // Windows --------------------------------------------------------------------- 221 scoped_ptr<windows::Get::Params> params(windows::Get::Params::Create(*args_)); 243 scoped_ptr<windows::GetCurrent::Params> params( 244 windows::GetCurrent::Params::Create(*args_)) 301 const WindowControllerList::ControllerList& windows = local [all...] |
/external/chromium_org/chrome_frame/test/ |
chrome_frame_test_utils.cc | 93 // Attempts to close all non-child, visible windows on the given thread. 94 // The return value is the number of visible windows a close request was 104 // windows on all threads of the process. 105 // The return value is the number of visible windows a close request was 139 L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\"; 272 base::win::ScopedComPtr<IShellWindows> windows; local 274 IID_IShellWindows, reinterpret_cast<void**>(windows.Receive())); 279 windows->get_Count(&count); 283 windows->Item(i, folder.Receive()); 290 // IE windows [all...] |
/external/chromium_org/remoting/webapp/ |
jscompiler_hacks.js | 204 chrome.windows; 209 chrome.windows.get = function(id, getInfo, callback) {}
|
/external/chromium_org/ui/aura/ |
root_window.cc | 189 // Destroy child windows while we're still valid. This is also done by 195 // Destroying/removing child windows may try to access |host_| (eg. 577 // window is moving across root windows, because the target itself 595 // If the ancestor of any event handler windows are invisible, release the 596 // pointer to those windows. 608 const Window::Windows& windows = window->children(); local 609 for (Window::Windows::const_iterator iter = windows.begin(); 610 iter != windows.end() [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
PerformancesView.java | 164 IWorkbenchWindow[] windows = workbench.getWorkbenchWindows(); local 165 int length = windows.length; 167 IWorkbenchWindow window = windows[i];
|
/frameworks/base/services/java/com/android/server/wm/ |
WindowAnimator.java | 57 * seen. If multiple windows satisfy this, use the lowest window. */ 133 final int numWindows = token.windows.size(); 135 final WindowState wallpaper = token.windows.get(j); 197 final WindowList windows = mService.getWindowListLocked(displayId); local 202 for (int i = windows.size() - 1; i >= 0; i--) { 203 WindowState win = windows.get(i); 331 } // end forall windows 333 // If we have windows that are being show due to them no longer 350 final WindowList windows = mService.getWindowListLocked(displayId); local 353 for (int i = windows.size() - 1; i >= 0; i--) 499 final WindowList windows = mService.getWindowListLocked(displayId); local 604 final WindowList windows = local 655 WindowList windows = appAnimator.mAppToken.allAppWindows; local [all...] |
WindowState.java | 77 // UserId and appId of the owner. Don't display windows of non-current user. 147 * Insets that are covered by system windows (such as the status bar) and 148 * transient docking windows (such as the IME). These are in the application's 165 * given internal insets before laying out other windows based on it. 171 * this window, to be applied to windows behind it. 177 * this window, to be applied to windows behind it. 235 // Wallpaper windows: pixels offset based on above variables. 279 * Temp for keeping track of windows that have been removed when 360 // windows in the same type layer. 401 // windows in the same type layer 664 WindowList windows = getWindowList(); local [all...] |
WindowManagerService.java | 201 * for multiple windows of the same type and Z-ordering adjustment 205 /** Offset from TYPE_LAYER_MULTIPLIER for moving a group of windows above 252 * compatible windows. 309 // Current user when multi-user is enabled. Don't show windows of non-current user. 349 * and now need to have the policy remove their windows. 354 * Fake windows added to the window manager. Note: ordered from top to 360 * Windows that are being resized. Used so we can tell the client about 367 * Windows whose animations have ended and now must be removed. 377 * Windows whose surface should be destroyed. 382 * Windows that have lost input focus and are waiting for the ne 834 final WindowList windows = pos.getWindowList(); local 844 final WindowList windows = pos.getWindowList(); local 860 WindowList windows = win.getWindowList(); local 914 final WindowList windows = win.getWindowList(); local 1070 final WindowList windows = win.getWindowList(); local 1205 WindowList windows = getDefaultWindowListLocked(); local 1381 WindowList windows = win.getWindowList(); local 1409 WindowList windows = win.getWindowList(); local 1431 WindowList windows = getDefaultWindowListLocked(); local 1481 WindowList windows = getDefaultWindowListLocked(); local 1607 final WindowList windows = getDefaultWindowListLocked(); local 2500 final WindowList windows = win.getWindowList(); local 2573 final WindowList windows = mDisplayContents.valueAt(displayNdx).getWindowList(); local 3512 final WindowList windows = getDefaultWindowListLocked(); local 3763 final WindowList windows = mFocusedApp.allAppWindows; local 4629 final WindowList windows = mDisplayContents.valueAt(displayNdx).getWindowList(); local 4649 final WindowList windows = displayContent.getWindowList(); local 4708 final WindowList windows = win.getWindowList(); local 5070 final WindowList windows = mDisplayContents.valueAt(displayNdx).getWindowList(); local 5314 final WindowList windows = getDefaultWindowListLocked(); local 5473 final WindowList windows = mDisplayContents.valueAt(displayNdx).getWindowList(); local 5580 final WindowList windows = displayContent.getWindowList(); local 5995 final WindowList windows = displayContent.getWindowList(); local 6244 WindowList windows = new WindowList(); local 6480 final WindowList windows = mDisplayContents.valueAt(displayNdx).getWindowList(); local 7042 final WindowList windows = mDisplayContents.valueAt(displayNdx).getWindowList(); local 7320 final WindowList windows = getDefaultWindowListLocked(); local 7967 final WindowList windows = displayContent.getWindowList(); local 8212 WindowList windows = displayContent.getWindowList(); local 8957 WindowList windows = displayContent.getWindowList(); local 9635 WindowList windows = winAnimator.mWin.getWindowList(); local 9667 final WindowList windows = mDisplayContents.valueAt(displayNdx).getWindowList(); local 9705 final WindowList windows = mDisplayContents.valueAt(displayNdx).getWindowList(); local 9837 final WindowList windows = displayContent.getWindowList(); local 10116 final WindowList windows = getDefaultWindowListLocked(); local 10503 WindowList windows = new WindowList(); local 10856 WindowList windows = displayContent.getWindowList(); local [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | 178 private JTable windows; field in class:Workspace 272 windows = new JTable(windowsTableModel); 273 windows.getSelectionModel().addListSelectionListener(new WindowSelectedListener()); 274 windows.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); 275 windows.setBorder(null); 276 JScrollPane windowsScroller = new JScrollPane(windows); 1211 Window[] windows; field in class:Workspace.WindowsResult 1508 private ArrayList<Window> windows; field in class:Workspace.WindowsTableModel [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.cc | 319 // the resources to set *minimum* window size to allow windows 386 // List all windows in this current group 398 // Otherwise just grab all browser windows and be slightly broken. 414 // All windows should be part of one big modal group right now. 417 GList* windows = gtk_window_group_list_windows(window_group); local 419 for (GList* item = windows; item; item = item->next) { 557 // to old school enumeration of all X windows. Some WMs parent 'top-level' 558 // windows in unnamed actual top-level windows (ion WM), so extend the 559 // search depth to all children of top-level windows [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_service.cc | 295 // . closing a tab and there are other windows/tabs open. 858 std::map<int, SessionWindow*> windows; local 861 if (CreateTabsAndWindows(commands, &tabs, &windows, active_window_id)) { 862 AddTabsToWindows(&tabs, &windows); 863 SortTabsBasedOnVisualOrderAndPrune(&windows, valid_windows); 867 // Don't delete conents of windows, that is done by the caller as all 868 // valid windows are added to valid_windows. 872 std::vector<SessionWindow*>* windows) { 873 for (std::vector<SessionWindow*>::const_iterator i = windows->begin(); 874 i != windows->end(); ++i) [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.cc | 396 // the resources to set *minimum* window size to allow windows 420 // List all windows in this current group 440 // All windows should be part of one big modal group right now. 443 GList* windows = gtk_window_group_list_windows(window_group); local 445 for (GList* item = windows; item; item = item->next) { 464 g_list_free(windows); 572 // line should be enough to update all existing windows, but it can fail, [all...] |
/frameworks/base/services/input/ |
InputDispatcher.h | 97 /* This flag indicates that a motion event is being split across multiple windows. */ 304 /* Sets the list of input windows. 948 Vector<TouchedWindow> windows; member in struct:android::InputDispatcher::TouchState [all...] |
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | 2512 ListValue* windows = new ListValue; local [all...] |
/prebuilts/devtools/tools/lib/ |
chimpchat.jar | |
hierarchyviewer2lib.jar | |
org-eclipse-jface-3.6.2.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
org.eclipse.jface_3.6.1.M20100825-0800.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-nodeps.jar | |