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

  /external/chromium_org/storage/common/
storage_common_export.h 12 #define STORAGE_COMMON_EXPORT __declspec(dllexport)
14 #define STORAGE_COMMON_EXPORT __declspec(dllimport)
19 #define STORAGE_COMMON_EXPORT __attribute__((visibility("default")))
21 #define STORAGE_COMMON_EXPORT
26 #define STORAGE_COMMON_EXPORT
data_element.h 15 #include "storage/common/storage_common_export.h"
22 class STORAGE_COMMON_EXPORT DataElement {
  /external/chromium_org/storage/common/fileapi/
file_system_util.h 16 #include "storage/common/storage_common_export.h"
24 STORAGE_COMMON_EXPORT extern const char kPersistentDir[];
25 STORAGE_COMMON_EXPORT extern const char kTemporaryDir[];
26 STORAGE_COMMON_EXPORT extern const char kExternalDir[];
27 STORAGE_COMMON_EXPORT extern const char kIsolatedDir[];
28 STORAGE_COMMON_EXPORT extern const char kTestDir[];
30 class STORAGE_COMMON_EXPORT VirtualPath {
72 STORAGE_COMMON_EXPORT bool ParseFileSystemSchemeURL(
87 STORAGE_COMMON_EXPORT GURL GetFileSystemRootURI(const GURL& origin_url,
101 STORAGE_COMMON_EXPORT std::strin
    [all...]
directory_entry.h 13 #include "storage/common/storage_common_export.h"
18 struct STORAGE_COMMON_EXPORT DirectoryEntry {
file_system_info.h 11 #include "storage/common/storage_common_export.h"
19 struct STORAGE_COMMON_EXPORT FileSystemInfo {
  /external/chromium_org/storage/common/database/
database_identifier.h 12 #include "storage/common/storage_common_export.h"
17 STORAGE_COMMON_EXPORT std::string GetIdentifierFromOrigin(
19 STORAGE_COMMON_EXPORT GURL GetOriginFromIdentifier(
22 class STORAGE_COMMON_EXPORT DatabaseIdentifier {
database_connections.h 15 #include "storage/common/storage_common_export.h"
23 class STORAGE_COMMON_EXPORT DatabaseConnections {
72 class STORAGE_COMMON_EXPORT DatabaseConnectionsWrapper
  /external/chromium_org/storage/common/quota/
quota_status_code.h 8 #include "storage/common/storage_common_export.h"
23 STORAGE_COMMON_EXPORT const char* QuotaStatusCodeToString(
  /external/chromium_org/storage/common/blob/
scoped_file.h 14 #include "storage/common/storage_common_export.h"
29 class STORAGE_COMMON_EXPORT ScopedFile {
shareable_file_reference.h 18 class STORAGE_COMMON_EXPORT ShareableFileReference
blob_data.h 17 #include "storage/common/storage_common_export.h"
22 class STORAGE_COMMON_EXPORT BlobData

Completed in 227 milliseconds