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

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h 66 void setPixelResult(WKImageRef image) { m_pixelResult = image; }
115 WKRetainPtr<WKImageRef> m_pixelResult;
InjectedBundle.cpp 162 m_pixelResult.clear();
194 WKDictionaryAddItem(doneMessageBody.get(), pixelResultKey.get(), m_pixelResult.get());

Completed in 5729 milliseconds