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

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

Issue 10086018: More DomStorage house cleaning (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/dom_storage/dom_storage_types.h ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 WebKit::WebLocalizedString::Name name, 64 WebKit::WebLocalizedString::Name name,
65 const WebKit::WebString& value) OVERRIDE; 65 const WebKit::WebString& value) OVERRIDE;
66 virtual WebKit::WebString queryLocalizedString( 66 virtual WebKit::WebString queryLocalizedString(
67 WebKit::WebLocalizedString::Name name, 67 WebKit::WebLocalizedString::Name name,
68 const WebKit::WebString& value1, 68 const WebKit::WebString& value1,
69 const WebKit::WebString& value2) OVERRIDE; 69 const WebKit::WebString& value2) OVERRIDE;
70 virtual WebKit::WebString defaultLocale() OVERRIDE; 70 virtual WebKit::WebString defaultLocale() OVERRIDE;
71 virtual WebKit::WebStorageNamespace* createLocalStorageNamespace( 71 virtual WebKit::WebStorageNamespace* createLocalStorageNamespace(
72 const WebKit::WebString& path, unsigned quota) OVERRIDE; 72 const WebKit::WebString& path, unsigned quota) OVERRIDE;
73 73
74 virtual void dispatchStorageEvent(const WebKit::WebString& key,
75 const WebKit::WebString& old_value, const WebKit::WebString& new_value,
76 const WebKit::WebString& origin, const WebKit::WebURL& url,
77 bool is_local_storage) OVERRIDE;
78 virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE; 74 virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE;
79 virtual void createIDBKeysFromSerializedValuesAndKeyPath( 75 virtual void createIDBKeysFromSerializedValuesAndKeyPath(
80 const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values, 76 const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values,
81 const WebKit::WebString& keyPath, 77 const WebKit::WebString& keyPath,
82 WebKit::WebVector<WebKit::WebIDBKey>& keys_out) OVERRIDE; 78 WebKit::WebVector<WebKit::WebIDBKey>& keys_out) OVERRIDE;
83 virtual WebKit::WebSerializedScriptValue injectIDBKeyIntoSerializedValue( 79 virtual WebKit::WebSerializedScriptValue injectIDBKeyIntoSerializedValue(
84 const WebKit::WebIDBKey& key, 80 const WebKit::WebIDBKey& key,
85 const WebKit::WebSerializedScriptValue& value, 81 const WebKit::WebSerializedScriptValue& value,
86 const WebKit::WebString& keyPath) OVERRIDE; 82 const WebKit::WebString& keyPath) OVERRIDE;
87 83
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 bool unit_test_mode_; 137 bool unit_test_mode_;
142 WebKit::WebGamepads gamepad_data_; 138 WebKit::WebGamepads gamepad_data_;
143 139
144 #if defined(OS_WIN) || defined(OS_MACOSX) 140 #if defined(OS_WIN) || defined(OS_MACOSX)
145 WebKit::WebThemeEngine* active_theme_engine_; 141 WebKit::WebThemeEngine* active_theme_engine_;
146 #endif 142 #endif
147 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport); 143 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport);
148 }; 144 };
149 145
150 #endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ 146 #endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
OLDNEW
« no previous file with comments | « webkit/dom_storage/dom_storage_types.h ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698