HomeSort by relevance Sort by last modified time
    Searched defs:Windows (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/ui/aura/
window_tracker.h 17 // This class keeps track of a set of windows. A Window is removed either
21 typedef std::set<Window*> Windows;
26 // Returns the set of windows being observed.
27 const std::set<Window*>& windows() const { return windows_; } function in class:aura::WindowTracker
29 // Adds |window| to the set of Windows being tracked.
32 // Removes |window| from the set of windows being tracked.
43 Windows windows_;
window.h 65 typedef std::vector<Window*> Windows;
84 // A type is used to identify a class of Windows and customize behavior such
139 // Assigns a LayoutManager to size and place child windows.
171 // |target|. Does not stack on top of windows with NULL layer delegates,
186 const Windows& children() const { return children_; }
198 // Transient windows are typically used for popups and menus.
202 const Windows& transient_children() const { return transient_children_; }
240 // used to create an invisible non-client area, for example if your windows
358 // Used when stacking windows.
477 // Child windows. Topmost is last
    [all...]
  /external/chromium_org/tools/site_compare/drivers/win32/
keyboard.py 15 import win32con # Windows constants
38 # Windows API keyboard device drivers call) so this is a very
81 support for Windows key
mouse.py 16 import win32con # Windows constants
  /external/chromium_org/ui/views/widget/
window_reorderer_unittest.cc 36 // Returns a string containing the name of each of the child windows (bottommost
40 typedef std::vector<aura::Window*> Windows;
41 for (Windows::const_iterator it = parent.children().begin();
52 // Test that views with layers and views with associated windows are reordered
63 // 1) Test that layers for views and layers for windows associated to a host
64 // view are stacked below the layers for any windows not associated to a host
98 // 2) Test the z-order of the windows and layers as a result of reordering the
110 // 3) Test the z-order of the windows and layers as a result of reordering the
131 // all correctly reorder the child windows and layers.
151 // correct ordering of child windows and layers
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_name.h 43 ((Windows, SkTEndian_SwapBE16(3)))
119 /** Name table strings using PlatformID::Windows must use Symbol, UnicodeBMPUCS2, or
123 struct Windows {
126 ((UnicodeBMPUCS2, SkTEndian_SwapBE16(1))) // UCS2-BE, Windows default
135 } windows; member in union:SkOTTableName::Record::EncodingID
276 * On Windows the current set can be had from EnumSystemLocalesEx and LocaleNameToLCID.
278 struct Windows {
487 } windows; member in union:SkOTTableName::Record::LanguageID
  /external/clang/lib/Driver/
WindowsToolChain.cpp 22 // Include the necessary headers to interface with the Windows registry and
28 #include <Windows.h>
36 Windows::Windows(const Driver &D, const llvm::Triple& Triple,
41 Tool *Windows::buildLinker() const {
45 Tool *Windows::buildAssembler() const {
52 bool Windows::IsIntegratedAssemblerDefault() const {
56 bool Windows::IsUnwindTablesDefault() const {
60 bool Windows::isPICDefault() const {
64 bool Windows::isPIEDefault() const
    [all...]
ToolChains.h 619 class LLVM_LIBRARY_VISIBILITY Windows : public ToolChain {
621 Windows(const Driver &D, const llvm::Triple &Triple,
  /external/skia/src/sfnt/
SkOTTable_name.h 43 ((Windows, SkTEndian_SwapBE16(3)))
119 /** Name table strings using PlatformID::Windows must use Symbol, UnicodeBMPUCS2, or
123 struct Windows {
126 ((UnicodeBMPUCS2, SkTEndian_SwapBE16(1))) // UCS2-BE, Windows default
135 } windows; member in union:SkOTTableName::Record::EncodingID
276 * On Windows the current set can be had from EnumSystemLocalesEx and LocaleNameToLCID.
278 struct Windows {
487 } windows; member in union:SkOTTableName::Record::LanguageID
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 28 from Carbon import Windows
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 84 import tty # not available on Windows
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 84 import tty # not available on Windows
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 444 // Child windows are invisible at first, and shown after being resized.
456 // Create the child windows in tab order.
473 struct Windows {
478 } windows[] = { local
488 size_t total_width = (ARRAYSIZE(windows) - 1) * kSeparator;
490 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) {
491 CalculateWindowSizeForText(windows[i].wnd, windows[i].text,
492 &windows[i].width, &windows[i].height)
    [all...]
  /external/grub/netboot/
3c90x.c 161 /*** The names for the eight register windows ***/
162 enum Windows
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 7309 milliseconds