Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(777)

Side by Side Diff: webkit/support/test_webkit_platform_support.h

Issue 10873028: Revert 152873 - Remove all the indexeddb-related utility process code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ 5 #ifndef WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
6 #define WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ 6 #define WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads. h" 9 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads. h"
10 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsC ontext3D.h" 10 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsC ontext3D.h"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 const WebKit::WebString& value) OVERRIDE; 66 const WebKit::WebString& value) OVERRIDE;
67 virtual WebKit::WebString queryLocalizedString( 67 virtual WebKit::WebString queryLocalizedString(
68 WebKit::WebLocalizedString::Name name, 68 WebKit::WebLocalizedString::Name name,
69 const WebKit::WebString& value1, 69 const WebKit::WebString& value1,
70 const WebKit::WebString& value2) OVERRIDE; 70 const WebKit::WebString& value2) OVERRIDE;
71 virtual WebKit::WebString defaultLocale() OVERRIDE; 71 virtual WebKit::WebString defaultLocale() OVERRIDE;
72 virtual WebKit::WebStorageNamespace* createLocalStorageNamespace( 72 virtual WebKit::WebStorageNamespace* createLocalStorageNamespace(
73 const WebKit::WebString& path, unsigned quota) OVERRIDE; 73 const WebKit::WebString& path, unsigned quota) OVERRIDE;
74 74
75 virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE; 75 virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE;
76 virtual void createIDBKeysFromSerializedValuesAndKeyPath(
77 const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values,
78 const WebKit::WebIDBKeyPath& keyPath,
79 WebKit::WebVector<WebKit::WebIDBKey>& keys_out) OVERRIDE;
80 virtual WebKit::WebSerializedScriptValue injectIDBKeyIntoSerializedValue(
81 const WebKit::WebIDBKey& key,
82 const WebKit::WebSerializedScriptValue& value,
83 const WebKit::WebIDBKeyPath& keyPath) OVERRIDE;
76 84
77 #if defined(OS_WIN) || defined(OS_MACOSX) 85 #if defined(OS_WIN) || defined(OS_MACOSX)
78 void SetThemeEngine(WebKit::WebThemeEngine* engine); 86 void SetThemeEngine(WebKit::WebThemeEngine* engine);
79 virtual WebKit::WebThemeEngine *themeEngine() OVERRIDE; 87 virtual WebKit::WebThemeEngine *themeEngine() OVERRIDE;
80 #endif 88 #endif
81 89
82 virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() OVERRIDE; 90 virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() OVERRIDE;
83 virtual WebKit::WebGraphicsContext3D* createOffscreenGraphicsContext3D( 91 virtual WebKit::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
84 const WebKit::WebGraphicsContext3D::Attributes&); 92 const WebKit::WebGraphicsContext3D::Attributes&);
85 virtual bool canAccelerate2dCanvas(); 93 virtual bool canAccelerate2dCanvas();
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 WebKit::WebGamepads gamepad_data_; 146 WebKit::WebGamepads gamepad_data_;
139 WebKit::Platform* shadow_platform_delegate_; 147 WebKit::Platform* shadow_platform_delegate_;
140 148
141 #if defined(OS_WIN) || defined(OS_MACOSX) 149 #if defined(OS_WIN) || defined(OS_MACOSX)
142 WebKit::WebThemeEngine* active_theme_engine_; 150 WebKit::WebThemeEngine* active_theme_engine_;
143 #endif 151 #endif
144 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport); 152 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport);
145 }; 153 };
146 154
147 #endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ 155 #endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
OLDNEW
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698