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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/test/base/
interactive_test_utils_aura.h 16 void HideNativeWindowAura(gfx::NativeWindow window);
17 bool ShowAndFocusNativeWindowAura(gfx::NativeWindow window);
interactive_test_utils_aura.cc 13 void HideNativeWindow(gfx::NativeWindow window) {
17 bool ShowAndFocusNativeWindow(gfx::NativeWindow window) {
22 void HideNativeWindowAura(gfx::NativeWindow window) {
26 bool ShowAndFocusNativeWindowAura(gfx::NativeWindow window) {
  /external/chromium_org/chrome/browser/password_manager/
password_manager_util_android.cc 9 bool AuthenticateUser(gfx::NativeWindow window) {
password_manager_util_linux.cc 9 bool AuthenticateUser(gfx::NativeWindow window) {
  /external/chromium_org/chrome/browser/ui/apps/
apps_metro_handler_win.h 14 bool VerifyASHSwitchForApps(gfx::NativeWindow parent,
  /external/chromium_org/chrome/browser/ui/views/frame/
taskbar_decorator.cc 9 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) {
taskbar_decorator.h 19 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image);
  /external/chromium_org/chrome/browser/
native_window_notification_source.h 18 class Source<gfx::NativeWindow> : public content::NotificationSource {
20 explicit Source(gfx::NativeWindow wnd) : content::NotificationSource(wnd) {}
25 gfx::NativeWindow operator->() const { return ptr(); }
26 gfx::NativeWindow ptr() const {
27 return static_cast<gfx::NativeWindow>(const_cast<void*>(ptr_));
certificate_viewer.h 21 gfx::NativeWindow parent,
26 gfx::NativeWindow parent,
platform_util.h 38 gfx::NativeWindow GetTopLevel(gfx::NativeView view);
44 bool IsWindowActive(gfx::NativeWindow window);
47 void ActivateWindow(gfx::NativeWindow window);
platform_util_android.cc 25 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
35 bool IsWindowActive(gfx::NativeWindow window) {
40 void ActivateWindow(gfx::NativeWindow window) {
  /external/chromium_org/ui/base/cocoa/
focus_window_set.h 18 UI_BASE_EXPORT void FocusWindowSet(const std::set<gfx::NativeWindow>& windows);
28 const std::set<gfx::NativeWindow>& windows);
  /external/chromium_org/chrome/browser/importer/
importer_lock_dialog.h 16 void ShowImportLockDialog(gfx::NativeWindow parent,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
native_window_delegate.h 12 // An interface to get gfx::NativeWindow.
19 virtual gfx::NativeWindow GetNativeWindow() const = 0;
  /external/chromium_org/ui/shell_dialogs/
shell_dialogs_delegate.h 19 virtual bool IsWindowInMetro(gfx::NativeWindow window) = 0;
base_shell_dialog.h 18 virtual bool IsRunning(gfx::NativeWindow owning_window) const = 0;
  /external/deqp/framework/egl/
egluNativeWindow.hpp 73 class NativeWindow
87 virtual ~NativeWindow (void) {}
116 NativeWindow (Capability capabilities);
119 NativeWindow (const NativeWindow&);
120 NativeWindow& operator= (const NativeWindow&);
130 //! Create generic NativeWindow
131 virtual NativeWindow* createWindow (NativeDisplay* nativeDisplay, const WindowParams& params) const = 0;
133 //! Create NativeWindow that matches given config. Defaults to generic createWindow()
    [all...]
egluNativeWindow.cpp 29 // NativeWindow
31 NativeWindow::NativeWindow (Capability capabilities)
36 EGLNativeWindowType NativeWindow::getLegacyNative (void)
39 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NULL, __FILE__, __LINE__);
42 void* NativeWindow::getPlatformNative (void)
45 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()", DE_NULL, __FILE__, __LINE__);
48 tcu::IVec2 NativeWindow::getSurfaceSize (void) const
51 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NULL, __FILE__, __LINE__);
54 void NativeWindow::setSurfaceSize (tcu::IVec2 size
    [all...]
  /external/chromium_org/chrome/browser/apps/
app_window_registry_util.h 19 gfx::NativeWindow window);
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.h 21 gfx::NativeWindow owning_window);
  /external/chromium_org/chrome/browser/ui/ash/
ash_util.h 15 bool IsNativeWindowInAsh(gfx::NativeWindow native_window);
  /external/chromium_org/chrome/browser/ui/views/
auto_keep_alive.h 13 explicit AutoKeepAlive(gfx::NativeWindow window);
auto_keep_alive.cc 12 AutoKeepAlive::AutoKeepAlive(gfx::NativeWindow window)
19 gfx::NativeWindow native_window = window->GetRootWindow();
  /external/chromium_org/ui/views/test/
views_test_helper.cc 21 gfx::NativeWindow ViewsTestHelper::GetContext() {
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 37 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
38 eglu::NativeWindow::CAPABILITY_SET_SURFACE_SIZE |
39 eglu::NativeWindow::CAPABILITY_GET_SCREEN_SIZE);
59 class NativeWindow : public eglu::NativeWindow
62 NativeWindow (Window* window, int width, int height, int32_t format);
63 virtual ~NativeWindow (void);
83 virtual eglu::NativeWindow* createWindow (eglu::NativeDisplay* nativeDisplay, const eglu::WindowParams& params) const
    [all...]

Completed in 631 milliseconds

1 2 3 4 5 6 7 8 91011>>