HomeSort by relevance Sort by last modified time
    Searched refs:Windows (Results 1 - 25 of 555) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/win8/metro_driver/ime/
input_source_observer.h 8 #include <Windows.h>
input_source.h 8 #include <Windows.h>
text_service.h 8 #include <Windows.h>
  /external/chromium_org/chrome/browser/install_verification/win/
loaded_modules_snapshot.h 8 #include <Windows.h>
module_list.h 8 #include <Windows.h>
module_verification_test.cc 7 #include <Windows.h>
  /external/deqp/framework/delibs/dethread/
deAtomic.c 32 #include <Windows.h>
  /external/chromium_org/win8/metro_driver/
stdafx.h 19 #include <windows.h>
21 #include <windows.applicationmodel.core.h>
22 #include <windows.applicationModel.datatransfer.h>
23 #include <windows.graphics.printing.h>
24 #include <windows.storage.pickers.h>
25 #include <windows.ui.notifications.h>
30 namespace winapp = ABI::Windows::ApplicationModel;
31 namespace windata = ABI::Windows::Data;
32 namespace winxml = ABI::Windows::Data::Xml;
33 namespace windevs = ABI::Windows::Devices
    [all...]
display_properties.cc 7 #include <windows.h>
10 #include <windows.foundation.h>
11 #include <windows.graphics.display.h>
19 ABI::Windows::Graphics::Display::IDisplayPropertiesStatics>
24 ABI::Windows::Graphics::Display::ResolutionScale resolution_scale;
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
rw_lock_win.h 16 #include <Windows.h>
  /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_;
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 27 #region Windows Form Designer generated code
36 this.listViewCounters = new System.Windows.Forms.ListView();
37 this.columnHeaderName = new System.Windows.Forms.ColumnHeader();
38 this.columnHeaderValue = new System.Windows.Forms.ColumnHeader();
39 this.columnHeaderDelta = new System.Windows.Forms.ColumnHeader();
40 this.pictureBoxTitle = new System.Windows.Forms.PictureBox();
41 this.panelHeader = new System.Windows.Forms.Panel();
42 this.labelKills = new System.Windows.Forms.Label();
43 this.label1 = new System.Windows.Forms.Label();
44 this.labelInterval = new System.Windows.Forms.Label();
    [all...]
OpenDialog.Designer.cs 27 #region Windows Form Designer generated code
35 this.name_box_ = new System.Windows.Forms.TextBox();
36 this.label1 = new System.Windows.Forms.Label();
37 this.button1 = new System.Windows.Forms.Button();
46 this.name_box_.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
70 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
84 private System.Windows.Forms.TextBox name_box_;
85 private System.Windows.Forms.Label label1;
86 private System.Windows.Forms.Button button1;
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmcore.mk 3 # A list of UCM's to build for core MIME/Unix/Windows encodings
12 # Windows-125x
13 # EUC-CN, GBK (Windows cp936), GB 18030
14 # Big5 (Windows cp950)
15 # SJIS (Windows cp932), EUC-JP
16 # EUC-KR, KS C 5601, Windows cp949
ucmlocal.mk 9 # Windows-874
10 # * Windows-125[0-8]
11 # * Simplified Chinese : GBK(Windows cp936), GB 18030
15 # * Traditional Chinese : Big5 (Windows cp950), Big5HKSCS (no PUA)
16 # * Japanese : SJIS (Windows cp932), EUC-JP (google-euc_jp_mod)
17 # * Korean : Windows-949
18 # - EUC-KR table was removed. It's different from Windows-949, but
19 # in practice EUC-KR and Windows-949 are treated synonymously.
22 # use the windows-949 table.
23 # * Thai : Windows-87
    [all...]
  /external/icu/icu4c/source/data/mappings/
ucmcore.mk 3 # A list of UCM's to build for core MIME/Unix/Windows encodings
12 # Windows-125x
13 # EUC-CN, GBK (Windows cp936), GB 18030
14 # Big5 (Windows cp950)
15 # SJIS (Windows cp932), EUC-JP
16 # EUC-KR, KS C 5601, Windows cp949
  /external/chromium_org/ash/
debug.cc 16 aura::Window::Windows root_windows =
19 for (aura::Window::Windows::iterator it = root_windows.begin();
31 aura::Window::Windows root_windows =
34 for (aura::Window::Windows::iterator it = root_windows.begin();
46 aura::Window::Windows root_windows =
49 for (aura::Window::Windows::iterator it = root_windows.begin();
  /external/chromium_org/ash/high_contrast/
high_contrast_controller.cc 26 aura::Window::Windows root_window_list = Shell::GetAllRootWindows();
27 for (aura::Window::Windows::iterator it = root_window_list.begin();
  /external/chromium_org/chrome/browser/ui/ash/
ash_util.cc 23 aura::Window::Windows root_windows =
26 for (aura::Window::Windows::const_iterator it = root_windows.begin();
  /external/chromium_org/chrome/browser/chromeos/events/
event_rewriter_controller.cc 15 // Add the controller as an observer for new root windows.
25 aura::Window::Windows windows = ash::Shell::GetAllRootWindows(); local
26 for (aura::Window::Windows::iterator window_iter = windows.begin();
27 window_iter != windows.end();
46 aura::Window::Windows windows = ash::Shell::GetAllRootWindows(); local
47 for (aura::Window::Windows::iterator it = windows.begin()
    [all...]
  /external/chromium_org/third_party/webrtc/test/win/
run_loop_win.cc 16 #include <Windows.h>
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
module.mk 20 $(ECHO_DRIVER)truetype $(ECHO_DRIVER_DESC)Windows/Mac font files with extension *.ttf or *.ttc$(ECHO_DRIVER_DONE)
  /external/chromium_org/ui/wm/core/
transient_window_stacking_client.cc 20 bool GetAllTransientAncestors(Window* window, Window::Windows* ancestors) {
37 // Assemble chains of ancestors of both windows.
38 Window::Windows ancestors1;
39 Window::Windows ancestors2;
45 Window::Windows::reverse_iterator it1 = ancestors1.rbegin();
46 Window::Windows::reverse_iterator it2 = ancestors2.rbegin();
59 const Window::Windows& children((*target)->parent()->children());
64 // By convention we don't stack on top of windows with layers with NULL
102 // For windows that have transient children stack the transient ancestors that
110 const Window::Windows& siblings((*child)->parent()->children())
    [all...]
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/base/ime/win/
tsf_input_scope.h 9 #include <Windows.h>
27 // Returns an instance of ITfInputScope, which is the Windows-specific
37 // http://msdn.microsoft.com/en-us/library/windows/desktop/ms629026.aspx
38 // Does nothing on Windows XP in case TSF is disabled.

Completed in 1285 milliseconds

1 2 3 4 5 6 7 8 91011>>