Searched defs:Display (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/content/common/gpu/
H A Dx_util.h31 typedef struct _XDisplay Display; typedef in typeref:struct:content::_XDisplay
/external/chromium_org/ui/display/chromeos/x11/
H A Dtouchscreen_device_manager_x11.h12 typedef struct _XDisplay Display; typedef in typeref:struct:_XDisplay
25 Display* display_;
/external/clang/utils/analyzer/
H A Dubiviz28 def Display(G, data): function
66 Display(G,x)
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuvfuncs.h35 int (*Display)(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst); member in struct:private_yuvhwfuncs
/external/chromium_org/third_party/skia/gm/
H A Ddisplay_json_results.py75 def Display(filepath): function
114 sys.exit(0 if Display(sys.argv[1]) else 1)
/external/skia/gm/
H A Ddisplay_json_results.py75 def Display(filepath): function
114 sys.exit(0 if Display(sys.argv[1]) else 1)
/external/chromium_org/cc/surfaces/
H A Ddisplay.h31 class CC_SURFACES_EXPORT Display : public SurfaceClient, class in namespace:cc
35 Display(DisplayClient* client,
38 virtual ~Display();
88 DISALLOW_COPY_AND_ASSIGN(Display);
H A Ddisplay.cc35 Display::Display(DisplayClient* client, function in class:cc::Display
44 Display::~Display() {
47 void Display::Resize(const gfx::Size& size) {
51 void Display::InitializeOutputSurface() {
95 base::Bind(&Display::ReturnResources, base::Unretained(this)));
98 bool Display::Draw() {
156 SurfaceId Display::CurrentSurfaceId() {
160 void Display
[all...]
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_object_proxy.cc24 void NotificationObjectProxy::Display() { function in class:NotificationObjectProxy
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DMixedContentChecker.h50 return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::Display);
67 Display, enumerator in enum:WebCore::MixedContentChecker::MixedContentType
/external/chromium_org/third_party/angle/src/libEGL/
H A DDisplay.h7 // Display.h: Defines the egl::Display class, representing the abstract
28 class Display class in namespace:egl
31 ~Display();
36 static egl::Display *getDisplay(EGLNativeDisplayType displayId);
64 DISALLOW_COPY_AND_ASSIGN(Display);
66 Display(EGLNativeDisplayType displayId, HDC deviceContext);
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglscreen.h55 _EGLDisplay *Display; member in struct:_egl_screen
/external/chromium_org/ui/events/x/
H A Ddevice_list_cache_x.h18 typedef struct _XDisplay Display; typedef in typeref:struct:_XDisplay
43 void UpdateDeviceList(Display* display);
47 const XDeviceList& GetXDeviceList(Display* display);
53 const XIDeviceList& GetXI2DeviceList(Display* display);
61 std::map<Display*, XDeviceList> x_dev_list_map_;
62 std::map<Display*, XIDeviceList> xi_dev_list_map_;
H A Dtouch_factory_x11.h22 typedef struct _XDisplay Display; typedef in typeref:struct:_XDisplay
41 void UpdateDeviceList(Display* display);
99 void CacheTouchscreenIds(Display* display, int id);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.h15 class Display;
20 typedef struct _XDisplay Display; typedef in typeref:struct:_XDisplay
35 void ProcessDisplayChange(const std::vector<gfx::Display>& displays);
44 virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
45 virtual gfx::Display GetDisplayNearestWindow(
47 virtual gfx::Display GetDisplayNearestPoint(
49 virtual gfx::Display GetDisplayMatching(
51 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
63 DesktopScreenX11(const std::vector<gfx::Display>& test_displays);
67 std::vector<gfx::Display> BuildDisplaysFromXRandRInf
[all...]
/external/mesa3d/src/egl/main/
H A Deglscreen.h55 _EGLDisplay *Display; member in struct:_egl_screen
/external/chromium_org/ui/gfx/
H A Ddisplay.cc42 const int64 Display::kInvalidDisplayID = -1;
45 float Display::GetForcedDeviceScaleFactor() {
52 bool Display::HasForceDeviceScaleFactor() {
58 Display::Display() function in class:gfx::Display
65 Display::Display(int64 id) function in class:gfx::Display
72 Display::Display(int64 id, const gfx::Rect& bounds) function in class:gfx::Display
84 Display
[all...]
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp49 class Display : public eglu::NativeDisplay class in namespace:tcu::rpi
52 Display (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES) {} function in class:tcu::rpi::Display
53 ~Display (void) {}
102 return new Display();
/external/chromium_org/ui/message_center/
H A Dnotification_delegate.cc25 void HandleNotificationClickedDelegate::Display() { function in class:message_center::HandleNotificationClickedDelegate
57 void HandleNotificationButtonClickDelegate::Display() { function in class:message_center::HandleNotificationButtonClickDelegate
/external/deqp/framework/platform/X11/
H A DtcuX11.hpp59 class Display class in namespace:tcu::x11
62 Display (EventState& platform, const char* name);
63 virtual ~Display (void);
65 ::Display* getXDisplay (void) { return m_display; }
74 ::Display* m_display;
78 Display (const Display&);
79 Display& operator= (const Display&);
85 Window (Display
[all...]
/external/chromium_org/ash/system/locale/
H A Dlocale_notification_controller.cc35 virtual void Display() OVERRIDE;
57 void LocaleNotificationDelegate::Display() { function in class:ash::__anon2007::LocaleNotificationDelegate
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_notification_controller.cc56 virtual void Display() OVERRIDE;
69 void NetworkPortalNotificationControllerDelegate::Display() { function in class:chromeos::__anon3280::NetworkPortalNotificationControllerDelegate
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dwelcome_delegate.cc45 void WelcomeDelegate::Display() {} function in class:notifier::WelcomeDelegate
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dquit_with_apps_controller_mac.cc73 void QuitWithAppsController::Display() {} function in class:QuitWithAppsController
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.h39 class Display : private gpu::GpuControl { class in namespace:egl
41 explicit Display(EGLNativeDisplayType display_id);
42 virtual ~Display();
117 DISALLOW_COPY_AND_ASSIGN(Display);

Completed in 719 milliseconds

123