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

  /external/chromium_org/content/public/test/
unittest_test_suite.h 16 class TestWebKitPlatformSupport;
35 scoped_ptr<TestWebKitPlatformSupport> platform_support_;
unittest_test_suite.cc 21 platform_support_.reset(new TestWebKitPlatformSupport);
  /external/chromium_org/content/test/
test_webkit_platform_support.cc 42 TestWebKitPlatformSupport::TestWebKitPlatformSupport() {
103 TestWebKitPlatformSupport::~TestWebKitPlatformSupport() {
111 blink::WebMimeRegistry* TestWebKitPlatformSupport::mimeRegistry() {
115 blink::WebClipboard* TestWebKitPlatformSupport::clipboard() {
121 blink::WebFileUtilities* TestWebKitPlatformSupport::fileUtilities() {
125 blink::WebIDBFactory* TestWebKitPlatformSupport::idbFactory() {
131 blink::WebURLLoader* TestWebKitPlatformSupport::createURLLoader() {
136 blink::WebString TestWebKitPlatformSupport::userAgent()
    [all...]
webkit_support.cc 64 // TestWebKitPlatformSupport must be instantiated after MessageLoopType.
65 webkit_platform_support_.reset(new TestWebKitPlatformSupport);
71 TestWebKitPlatformSupport* webkit_platform_support() const {
77 scoped_ptr<TestWebKitPlatformSupport> webkit_platform_support_;
test_webkit_platform_support.h 29 class TestWebKitPlatformSupport
33 TestWebKitPlatformSupport();
34 virtual ~TestWebKitPlatformSupport();
103 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport);

Completed in 87 milliseconds