Searched defs:screenDepth (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
H A DScreenAndroid.cpp34 int screenDepth(Widget*) function in namespace:WebCore
36 return PlatformBridge::screenDepth();
41 return PlatformBridge::screenDepth();
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformScreenChromium.cpp39 int screenDepth(Widget* widget) function in namespace:WebCore
41 return PlatformBridge::screenDepth(widget);
/external/webkit/Source/WebCore/platform/brew/
H A DScreenBrew.cpp75 int screenDepth(Widget*) function in namespace:WebCore
85 return screenDepth(widget);
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformScreenEfl.cpp49 int screenDepth(Widget* widget) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/haiku/
H A DScreenHaiku.cpp58 int screenDepth(Widget*) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformScreenQt.cpp54 int screenDepth(Widget* w) function in namespace:WebCore
H A DScreenQt.cpp69 int screenDepth(const Page* page) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DPlatformScreenWin.cpp68 int screenDepth(Widget* widget) function in namespace:WebCore
82 return screenDepth(widget) / 3;
/external/webkit/Source/WebCore/platform/wx/
H A DScreenWx.cpp63 int screenDepth(Widget* widget) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformScreenGtk.cpp69 int screenDepth(Widget* widget) function in namespace:WebCore
88 return screenDepth(widget) < 2;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp126 int PlatformBridge::PlatformBridge::screenDepth() function in class:WebCore::PlatformBridge::PlatformBridge
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp1001 int PlatformBridge::screenDepth(Widget* widget) function in class:WebCore::PlatformBridge

Completed in 1110 milliseconds