Searched refs:screenIsMonochrome (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformScreenChromium.cpp49 bool screenIsMonochrome(Widget* widget) function in namespace:WebCore
51 return PlatformBridge::screenIsMonochrome(widget);
H A DPlatformBridge.h228 static bool screenIsMonochrome(Widget*);
/external/webkit/Source/WebCore/platform/android/
H A DScreenAndroid.cpp44 bool screenIsMonochrome(Widget*) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/
H A DPlatformScreen.h50 bool screenIsMonochrome(Widget*);
/external/webkit/Source/WebCore/platform/haiku/
H A DScreenHaiku.cpp78 bool screenIsMonochrome(Widget*) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DScreenWx.cpp73 bool screenIsMonochrome(Widget* widget) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/brew/
H A DScreenBrew.cpp88 bool screenIsMonochrome(Widget*) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformScreenEfl.cpp61 bool screenIsMonochrome(Widget*) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformScreenQt.cpp87 bool screenIsMonochrome(Widget* w) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DPlatformScreenWin.cpp85 bool screenIsMonochrome(Widget* widget) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/mac/
H A DPlatformScreenMac.mm46 bool screenIsMonochrome(Widget*)
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformScreenGtk.cpp86 bool screenIsMonochrome(Widget* widget) function in namespace:WebCore
/external/webkit/Source/WebCore/css/
H A DMediaQueryEvaluator.cpp232 if (!screenIsMonochrome(frame->page()->mainFrame()->view())) {
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp1017 bool PlatformBridge::screenIsMonochrome(Widget* widget) function in class:WebCore::PlatformBridge

Completed in 241 milliseconds