HomeSort by relevance Sort by last modified time
    Searched defs:RenderSkinButton (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/android/
RenderSkinButton.h 37 class RenderSkinButton {
39 RenderSkinButton(String drawableDirectory);
RenderSkinButton.cpp 33 #include "RenderSkinButton.h"
56 RenderSkinButton::RenderSkinButton(String drawableDirectory)
68 void RenderSkinButton::decode()
79 LOGE("RenderSkinButton::decode: button assets failed to decode\n\tWebView buttons will not draw");
86 void RenderSkinButton::draw(SkCanvas* canvas, const IntRect& r,

Completed in 338 milliseconds