HomeSort by relevance Sort by last modified time
    Searched defs:Windows (Results 1 - 11 of 11) 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 67 // Used when stacking windows.
73 typedef std::vector<Window*> Windows;
86 // A type is used to identify a class of Windows and customize behavior such
152 // Assigns a LayoutManager to size and place child windows.
182 // |target|. Does not stack on top of windows with NULL layer delegates,
197 const Windows& children() const { return children_; }
327 // Deletes (or removes if not owned by parent) all child windows. Intended for
391 // |parent| as well as updating bounds of windows with a layerless ancestor.
394 // Offsets the first encountered Windows with layers by |offset|. This
395 // recurses through all layerless Windows, stopping at windows with layers
    [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/wm/core/
transient_window_manager.h 26 // Transient windows are typically used for popups and menus.
31 typedef std::vector<aura::Window*> Windows;
49 const Windows& transient_children() const { return transient_children_; }
78 Windows transient_children_;
  /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/clang/lib/Driver/
WindowsToolChain.cpp 23 // Include the necessary headers to interface with the Windows registry and
33 #include <windows.h>
41 Windows::Windows(const Driver &D, const llvm::Triple& Triple,
46 Tool *Windows::buildLinker() const {
50 Tool *Windows::buildAssembler() const {
57 bool Windows::IsIntegratedAssemblerDefault() const {
61 bool Windows::IsUnwindTablesDefault() const {
69 bool Windows::isPICDefault() const {
73 bool Windows::isPIEDefault() const
    [all...]
ToolChains.h 724 class LLVM_LIBRARY_VISIBILITY Windows : public ToolChain {
726 Windows(const Driver &D, const llvm::Triple &Triple,
  /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/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 467 // Child windows are invisible at first, and shown after being resized.
479 // Create the child windows in tab order.
496 struct Windows {
501 } windows[] = { local
511 size_t total_width = (ARRAYSIZE(windows) - 1) * kSeparator;
513 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) {
514 CalculateWindowSizeForText(windows[i].wnd, windows[i].text,
515 &windows[i].width, &windows[i].height)
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 1941 milliseconds