HomeSort by relevance Sort by last modified time
    Searched refs:win (Results 201 - 225 of 1289) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ui/base/ime/win/
tsf_bridge.cc 14 #include "base/win/scoped_comptr.h"
15 #include "base/win/scoped_variant.h"
17 #include "ui/base/ime/win/tsf_bridge.h"
18 #include "ui/base/ime/win/tsf_text_store.h"
46 virtual base::win::ScopedComPtr<ITfThreadMgr> GetThreadManager() OVERRIDE;
84 base::win::ScopedComPtr<ITfDocumentMgr> document_manager;
94 base::win::ScopedComPtr<ITfThreadMgr> thread_manager_;
127 base::win::ScopedComPtr<ITfContext> context;
128 base::win::ScopedComPtr<ITfSource> source;
164 base::win::ScopedComPtr<ITfCompartmentMgr> thread_compartment_manager
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 621 public boolean doesForceHide(WindowState win, WindowManager.LayoutParams attrs);
630 public boolean canBeForceHidden(WindowState win, WindowManager.LayoutParams attrs);
682 * @param win The window being added.
688 public int prepareAddWindowLw(WindowState win,
695 * @param win The window being removed.
697 public void removeWindowLw(WindowState win);
704 * @param win The window that is changing.
711 public int selectAnimationLw(WindowState win, int transit);
780 * @param win The window that currently has focus. This is where the key
789 public long interceptKeyBeforeDispatching(WindowState win, KeyEvent event, int policyFlags)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
BarController.java 73 public void setWindow(WindowState win) {
74 mWin = win;
107 public int applyTranslucentFlagLw(WindowState win, int vis, int oldVis) {
109 if (win != null && (win.getAttrs().privateFlags
111 if ((win.getAttrs().flags & mTranslucentWmFlag) != 0) {
137 private int computeStateLw(boolean wasVis, boolean wasAnim, WindowState win, boolean change) {
138 if (win.hasDrawnLw()) {
139 final boolean vis = win.isVisibleLw();
140 final boolean anim = win.isAnimatingLw()
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 20 #include "base/win/metro.h"
21 #include "base/win/registry.h"
22 #include "base/win/scoped_handle.h"
23 #include "base/win/win_util.h"
24 #include "base/win/windows_version.h"
41 #include "ui/base/win/hwnd_util.h"
201 if (base::win::GetVersion() < base::win::VERSION_WIN8)
204 if (base::win::IsProcessImmersive(base::GetCurrentProcessHandle()))
223 base::win::RegKey reg_key
    [all...]
shell_integration_win_unittest.cc 16 #include "base/win/scoped_com_initializer.h"
17 #include "base/win/windows_version.h"
30 base::win::ShortcutProperties properties;
87 base::win::ShortcutProperties* shortcut_properties) {
96 ASSERT_TRUE(base::win::CreateOrUpdateShortcutLink(
98 base::win::SHORTCUT_CREATE_ALWAYS));
105 base::win::ShortcutProperties temp_properties;
199 base::win::ScopedCOMInitializer com_initializer_;
248 if (base::win::GetVersion() < base::win::VERSION_WIN7
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 35 win = curses.newwin(10,10)
36 win = curses.newwin(5,5, 5,5)
50 win.noutrefresh, stdscr.redrawwin, stdscr.refresh,
68 win.border(65, 66, 67, 68,
70 win.border('|', '!', '-', '_',
73 win.border(65, 66, 67, 68,
78 raise RuntimeError, "Expected win.border() to raise TypeError"
111 win.mvwin(2,2)
114 win2.overlay(win)
115 win2.overwrite(win)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 35 win = curses.newwin(10,10)
36 win = curses.newwin(5,5, 5,5)
50 win.noutrefresh, stdscr.redrawwin, stdscr.refresh,
68 win.border(65, 66, 67, 68,
70 win.border('|', '!', '-', '_',
73 win.border(65, 66, 67, 68,
78 raise RuntimeError, "Expected win.border() to raise TypeError"
111 win.mvwin(2,2)
114 win2.overlay(win)
115 win2.overwrite(win)
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_activex.cc 22 #include "base/win/scoped_bstr.h"
23 #include "base/win/scoped_variant.h"
200 base::win::ScopedComPtr<IOleContainer> container;
208 base::win::ScopedComPtr<IHTMLDocument2> document;
216 base::win::ScopedComPtr<IDispatch> event;
226 base::win::ScopedComPtr<IDispatch> event;
244 base::win::ScopedComPtr<IDispatch> message_event;
247 base::win::ScopedBstr target_bstr(UTF8ToWide(target).c_str());
265 base::win::ScopedComPtr<IDispatch> message_event;
272 base::win::ScopedVariant event_var
    [all...]
  /external/chromium_org/cloud_print/service/win/
installer.cc 5 #include "cloud_print/service/win/installer.h"
13 #include "base/win/scoped_com_initializer.h"
14 #include "base/win/shortcut.h"
15 #include "cloud_print/common/win/cloud_print_utils.h"
16 #include "cloud_print/common/win/install_utils.h"
20 #include "cloud_print/service/win/service_controller.h"
37 base::win::ShortcutOperation operation) {
42 base::win::ShortcutProperties properties;
54 base::win::ScopedCOMInitializer co_init;
55 base::win::ShortcutOperation operation
    [all...]
  /external/chromium_org/remoting/base/
auto_thread.cc 16 #include "base/win/scoped_com_initializer.h"
24 scoped_ptr<base::win::ScopedCOMInitializer> CreateComInitializer(
26 scoped_ptr<base::win::ScopedCOMInitializer> initializer;
28 initializer.reset(new base::win::ScopedCOMInitializer(
29 base::win::ScopedCOMInitializer::kMTA));
31 initializer.reset(new base::win::ScopedCOMInitializer());
204 scoped_ptr<base::win::ScopedCOMInitializer> com_initializer(
auto_thread_unittest.cc 14 #include "base/win/windows_version.h"
38 if (base::win::GetVersion() < base::win::VERSION_WIN7) {
165 if (base::win::GetVersion() >= base::win::VERSION_WIN7) {
191 if (base::win::GetVersion() >= base::win::VERSION_WIN7) {
  /external/chromium_org/rlz/win/lib/
process_info.cc 7 #include "rlz/win/lib/process_info.h"
16 #include "base/win/scoped_handle.h"
17 #include "base/win/windows_version.h"
39 base::win::ScopedHandle scoped_process_token(token);
98 if (base::win::GetVersion() < base::win::VERSION_VISTA)
105 base::win::ScopedHandle scoped_process_token(process_token);
173 } else if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_feedback.c 39 GLfloat win[4]; local
43 win[0] = v->attrib[FRAG_ATTRIB_WPOS][0];
44 win[1] = v->attrib[FRAG_ATTRIB_WPOS][1];
45 win[2] = v->attrib[FRAG_ATTRIB_WPOS][2] / ctx->DrawBuffer->_DepthMaxF;
46 win[3] = 1.0F / v->attrib[FRAG_ATTRIB_WPOS][3];
48 _mesa_feedback_vertex(ctx, win, color, vtc);
  /external/chromium_org/webkit/common/user_agent/
user_agent_util.cc 17 #include "base/win/windows_version.h"
76 base::win::OSInfo* os_info = base::win::OSInfo::GetInstance();
77 if (os_info->wow64_status() == base::win::OSInfo::WOW64_ENABLED) {
80 base::win::OSInfo::WindowsArchitecture windows_architecture =
82 if (windows_architecture == base::win::OSInfo::X64_ARCHITECTURE)
84 else if (windows_architecture == base::win::OSInfo::IA64_ARCHITECTURE)
  /external/mesa3d/src/mesa/swrast/
s_feedback.c 39 GLfloat win[4]; local
43 win[0] = v->attrib[FRAG_ATTRIB_WPOS][0];
44 win[1] = v->attrib[FRAG_ATTRIB_WPOS][1];
45 win[2] = v->attrib[FRAG_ATTRIB_WPOS][2] / ctx->DrawBuffer->_DepthMaxF;
46 win[3] = 1.0F / v->attrib[FRAG_ATTRIB_WPOS][3];
48 _mesa_feedback_vertex(ctx, win, color, vtc);
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuDialogHelper.java 96 Window win = mDialog.getWindow(); local
97 if (win != null) {
98 View decor = win.getDecorView();
108 Window win = mDialog.getWindow(); local
109 if (win != null) {
110 View decor = win.getDecorView();
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.cpp 1 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
29 if (win == NULL) {
37 window = android::android_view_Surface_getNativeWindow(_env, win);
78 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
81 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
107 if (win == NULL) {
114 producer = android::SurfaceTexture_getProducer(_env, win);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuDialogHelper.java 99 Window win = mDialog.getWindow(); local
100 if (win != null) {
101 View decor = win.getDecorView();
111 Window win = mDialog.getWindow(); local
112 if (win != null) {
113 View decor = win.getDecorView();
  /external/chromium/chrome/common/
win_safe_util.cc 10 #include "app/win/shell.h"
15 #include "base/win/scoped_comptr.h"
27 base::win::ScopedComPtr<IAttachmentExecute> attachment_services;
36 return app::win::OpenItemViaShell(full_path);
84 return app::win::OpenItemViaShellNoZoneCheck(full_path);
  /external/chromium_org/base/process/
process_handle_win.cc 10 #include "base/win/scoped_handle.h"
11 #include "base/win/windows_version.h"
79 if (win::GetVersion() < base::win::VERSION_VISTA)
87 win::ScopedHandle scoped_process_token(process_token);
  /external/chromium_org/base/win/
sampling_profiler_unittest.cc 7 #include "base/win/sampling_profiler.h"
8 #include "base/win/pe_image.h"
9 #include "base/win/scoped_handle.h"
10 #include "base/win/windows_version.h"
17 namespace win { namespace in namespace:base
63 if (base::win::GetVersion() == base::win::VERSION_WIN8) {
119 } // namespace win
startup_information.cc 5 #include "base/win/startup_information.h"
8 #include "base/win/windows_version.h"
37 namespace win { namespace in namespace:base
43 if (base::win::GetVersion() < base::win::VERSION_VISTA) {
107 } // namespace win
  /external/chromium_org/chrome/browser/policy/
policy_loader_win.h 16 #include "base/win/object_watcher.h"
43 public base::win::ObjectWatcher::Delegate {
53 // Creates a policy loader that uses the Win API to access GPO.
113 base::win::ObjectWatcher user_policy_watcher_;
114 base::win::ObjectWatcher machine_policy_watcher_;
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_win.cc 12 #include "base/win/registry.h"
36 base::win::RegKey reg_key(kFireFoxRegistryPaths[i], kFirefoxPath,
53 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(),
62 base::win::RegKey reg_key_directory(HKEY_LOCAL_MACHINE,
  /external/chromium_org/chrome/installer/util/
app_commands.cc 8 #include "base/win/registry.h"
12 using base::win::RegKey;
22 bool AppCommands::Initialize(const base::win::RegKey& key) {
28 using base::win::RegistryKeyIterator;

Completed in 1382 milliseconds

1 2 3 4 5 6 7 891011>>