/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_win.cc | 273 STGMEDIUM* storage = GetStorageForString(data); local 275 Clipboard::GetPlainTextWFormatType().ToFormatEtc(), storage)); 278 storage = GetStorageForString(UTF16ToUTF8(data)); 280 Clipboard::GetPlainTextFormatType().ToFormatEtc(), storage)); 295 STGMEDIUM* storage = GetStorageForString(x_moz_url_str); local 297 Clipboard::GetMozUrlFormatType().ToFormatEtc(), storage)); 307 storage = GetStorageForString(UTF8ToUTF16(url.spec())); 309 Clipboard::GetUrlWFormatType().ToFormatEtc(), storage)); 310 storage = GetStorageForString(url.spec()); 312 Clipboard::GetUrlFormatType().ToFormatEtc(), storage)); 323 STGMEDIUM* storage = GetStorageForFileName(path); local 339 STGMEDIUM* storage = GetStorageForFileName(filenames[i].path); local 349 STGMEDIUM* storage = GetStorageForBytes(data.data(), data.size()); local 358 STGMEDIUM* storage = GetStorageForFileDescriptor(filename); local 375 STGMEDIUM* storage = GetStorageForBytes(cf_html.c_str(), cf_html.size()); local 509 STGMEDIUM* storage = NULL; local 873 STGMEDIUM* storage = new STGMEDIUM; local 936 STGMEDIUM* storage = new STGMEDIUM; local 1013 STGMEDIUM* storage = new STGMEDIUM; local 1033 STGMEDIUM* storage = new STGMEDIUM; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/storage/ |
StorageEvent.cpp | 27 #include "core/storage/StorageEvent.h" 30 #include "core/storage/Storage.h" 52 PassRefPtr<StorageEvent> StorageEvent::create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) 62 StorageEvent::StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) 84 void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
|
StorageEvent.idl | 33 [InitializedByEventConstructor] readonly attribute Storage? storageArea; 42 [Default=Undefined] optional Storage storageAreaArg); 45 // void initStorageEventNS(DOMString namespaceURI, DOMString typeArg, boolean canBubbleArg, boolean cancelableArg, DOMString keyArg, DOMString oldValueArg, DOMString newValueArg, DOMString urlArg, Storage storageAreaArg);
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_update_job_unittest.cc | 623 group_ = new AppCacheGroup(service_->storage(), GURL("http://failme"), 624 service_->storage()->NewGroupId()); 658 group_ = new AppCacheGroup(service_->storage(), GURL("http://failme"), 659 service_->storage()->NewGroupId()); 724 group_ = new AppCacheGroup(service_->storage(), GURL("http://failme"), 725 service_->storage()->NewGroupId()); 751 group_ = new AppCacheGroup(service_->storage(), GURL("http://failme"), 752 service_->storage()->NewGroupId()); 794 group_ = new AppCacheGroup(service_->storage(), GURL("http://testme"), 795 service_->storage()->NewGroupId()) 1842 MockAppCacheStorage* storage = local 1871 MockAppCacheStorage* storage = local 1917 MockAppCacheStorage* storage = local 1967 MockAppCacheStorage* storage = local 3127 MockAppCacheStorage* storage = local [all...] |
appcache_test_helper.cc | 38 new AppCacheGroup(appcache_service->storage(), 41 AppCache* appcache = new AppCache(appcache_service->storage(), 48 appcache_service->storage()->StoreGroupAndNewestCache(appcache_group,
|
/external/chromium_org/components/policy/core/common/ |
schema.cc | 38 // Sizes for the storage arrays. These are calculated in advance so that the 117 // Determines the expected |sizes| of the storage for the representation 178 InternalStorage* storage = new InternalStorage(); local 179 storage->schema_data_.schema_nodes = data->schema_nodes; 180 storage->schema_data_.property_nodes = data->property_nodes; 181 storage->schema_data_.properties_nodes = data->properties_nodes; 182 return storage; 189 // Determine the sizes of the storage arrays and reserve the capacity before 196 scoped_refptr<InternalStorage> storage = new InternalStorage(); local 197 storage->strings_.reserve(sizes.strings) 469 scoped_refptr<const InternalStorage> storage = InternalStorage::Wrap(data); local 527 scoped_refptr<const InternalStorage> storage = local [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
IndexDataManager.cpp | 121 BufferStorage *storage = NULL; local 131 storage = buffer->getStorage(); 150 if (typeSize * static_cast<unsigned int>(count) + offset > storage->getSize()) 155 indices = static_cast<const GLubyte*>(storage->getData()) + offset; 162 bool directStorage = alignedOffset && storage && storage->supportsDirectBinding() && 170 storage->markBufferUsage(); 201 convertCount = storage->getSize() / gl::ComputeTypeSize(type); 237 convertIndices(type, staticBuffer ? storage->getData() : indices, convertCount, output); 255 translated->storage = directStorage ? storage : NULL [all...] |
TextureStorage9.h | 31 static TextureStorage9 *makeTextureStorage9(TextureStorage *storage); 68 static TextureStorage9_2D *makeTextureStorage9_2D(TextureStorage *storage); 90 static TextureStorage9_Cube *makeTextureStorage9_Cube(TextureStorage *storage);
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/ |
storage.h | 29 // class MyStorage : public Storage { 42 class Storage { 46 virtual ~Storage() {}
|
/external/chromium_org/third_party/skia/include/core/ |
SkMallocPixelRef.h | 21 * Return a new SkMallocPixelRef with the provided pixel storage, rowBytes, 23 * lifetime of the pixel storage buffer, as this pixelref will not try 34 * Return a new SkMallocPixelRef, automatically allocating storage for the
|
/external/chromium_org/third_party/skia/src/core/ |
SkEdgeBuilder.cpp | 30 // TODO: unallocate edge from storage... 39 // TODO: unallocate edge from storage... 48 // TODO: unallocate edge from storage... 99 char* storage = (char*)fAlloc.allocThrow(maxEdgeSize + maxEdgePtrSize); local 100 SkEdge* edge = reinterpret_cast<SkEdge*>(storage); 101 SkEdge** edgePtr = reinterpret_cast<SkEdge**>(storage + maxEdgeSize); 209 SkPoint storage[MAX_QUAD_PTS]; local 215 int quadCount = conic.chopIntoQuadsPOW2(storage, pow2); 218 if (clipper.clipQuad(&storage[i * 2], clip)) { 252 SkPoint storage[MAX_QUAD_PTS] local [all...] |
/external/clang/include/clang/Basic/ |
Specifiers.h | 103 /// independent storage. 107 /// independent storage but which can be "moved", i.e. 157 /// \brief Thread storage-class-specifier. 170 /// \brief Storage classes. 184 /// \brief Checks whether the given storage class is legal for functions. 189 /// \brief Checks whether the given storage class is legal for variables. 215 /// \brief The storage duration for an object (per C++ [basic.stc]). 217 SD_FullExpression, ///< Full-expression storage duration (for temporaries). 218 SD_Automatic, ///< Automatic storage duration (most local variables). 219 SD_Thread, ///< Thread storage duration [all...] |
/external/libvpx/libvpx/vpx/ |
vpx_image.h | 102 /* Image storage dimensions */ 152 /*!\brief Open a descriptor, allocating storage for the underlying image 155 * storage for the descriptor is allocated on the heap. 157 * \param[in] img Pointer to storage for descriptor. If this parameter 158 * is NULL, the storage for the descriptor will be 176 /*!\brief Open a descriptor, using existing storage for the underlying image 179 * storage for descriptor has been allocated elsewhere, and a descriptor is 180 * desired to "wrap" that storage. 182 * \param[in] img Pointer to storage for descriptor. If this parameter 183 * is NULL, the storage for the descriptor will b [all...] |
/external/skia/include/core/ |
SkMallocPixelRef.h | 21 * Return a new SkMallocPixelRef with the provided pixel storage, rowBytes, 23 * lifetime of the pixel storage buffer, as this pixelref will not try 34 * Return a new SkMallocPixelRef, automatically allocating storage for the
|
/external/skia/src/core/ |
SkEdgeBuilder.cpp | 30 // TODO: unallocate edge from storage... 39 // TODO: unallocate edge from storage... 48 // TODO: unallocate edge from storage... 99 char* storage = (char*)fAlloc.allocThrow(maxEdgeSize + maxEdgePtrSize); local 100 SkEdge* edge = reinterpret_cast<SkEdge*>(storage); 101 SkEdge** edgePtr = reinterpret_cast<SkEdge**>(storage + maxEdgeSize); 209 SkPoint storage[MAX_QUAD_PTS]; local 215 int quadCount = conic.chopIntoQuadsPOW2(storage, pow2); 218 if (clipper.clipQuad(&storage[i * 2], clip)) { 252 SkPoint storage[MAX_QUAD_PTS] local [all...] |
/external/smack/src/org/jivesoftware/smack/ |
RosterStorage.java | 8 * This is an interface for persistent roster storage needed to implement XEP-0237 17 * @return List object with all entries in local roster storage 45 * Removes an entry from the persistent storage
|
/external/smack/src/org/jivesoftware/smackx/bookmark/ |
Bookmarks.java | 33 * Bookmark Storage (JEP-0048) defined a protocol for the storage of bookmarks to conference rooms and other entities 151 return "storage"; 160 return "storage:bookmarks"; 170 buf.append("<storage xmlns=\"storage:bookmarks\">"); 211 buf.append("</storage>"); 230 Bookmarks storage = new Bookmarks(); local 238 storage.addBookmarkedURL(urlStorage); 245 storage.addBookmarkedConference(conference) [all...] |
/frameworks/support/v4/java/android/support/v4/os/ |
EnvironmentCompat.java | 34 * Unknown storage state, such as when a path isn't backed by known storage 42 * Returns the current state of the storage device that provides the given
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ExternalStorage.java | 162 Log.i("test", "Storage: " + intent.getData()); 196 // try to copy it in chunks). Note that if external storage is 217 // Unable to create file, likely because external storage is 226 // storage is not currently mounted this will fail. 236 // external storage is not currently mounted this will think the 260 // try to copy it in chunks). Note that if external storage is 281 // Unable to create file, likely because external storage is 290 // storage is not currently mounted this will fail. 301 // external storage is not currently mounted this will think the 315 // storage [all...] |
/device/generic/goldfish/opengl/shared/OpenglOsUtils/ |
Android.mk | 3 # - thread-local storage
|
/external/chromium/chrome/browser/extensions/ |
extension_data_deleter.h | 29 // A helper class that takes care of removing local storage, databases and 39 // called. Cookies are deleted on the current thread, local storage and 58 // Deletes local storage for the extension. May only be called on the webkit 82 // Webkit context for accessing the DOM storage helper.
|
/external/chromium/net/base/ |
cache_type.h | 13 DISK_CACHE, // Disk is used as the backing storage.
|
/external/chromium/net/disk_cache/ |
storage_block.h | 22 // The following example shows how to share storage with another object: 45 // Sets the internal storage to share the memory provided by other instance. 58 // Gets a pointer to the internal storage (allocates storage if needed).
|
/external/chromium_org/base/ |
base_paths_android.h | 18 DIR_ANDROID_EXTERNAL_STORAGE, // Android external storage directory.
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
leveldb_settings_storage_factory.cc | 5 #include "chrome/browser/extensions/api/storage/leveldb_settings_storage_factory.h"
|