HomeSort by relevance Sort by last modified time
    Searched refs:selectionColor (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/
Theme.h 68 virtual Color selectionColor(ControlPart, ControlState, SelectionPart) const { return Color(); }
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 57 const RGBA32 selectionColor = makeRGB(255, 146, 0);
104 return Color(selectionColor);
  /external/webkit/WebKit/mac/Plugins/
WebPluginController.mm 388 - (NSColor *)selectionColor

Completed in 475 milliseconds