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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.h 98 bool getDocumentBackgroundColor(double* red, double* green, double* blue, double* alpha);
WebFrame.cpp 539 bool WebFrame::getDocumentBackgroundColor(double* red, double* green, double* blue, double* alpha)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFrame.cpp 216 return toImpl(frameRef)->getDocumentBackgroundColor(red, green, blue, alpha);

Completed in 84 milliseconds