Searched refs:StorageType (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebContext.h38 enum StorageType { enum in class:WebKit::QtWebContext
49 static QString preparedStoragePath(StorageType);
H A DQtWebContext.cpp165 QString QtWebContext::preparedStoragePath(StorageType type)
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorageAreaImpl.h44 static PassRefPtr<StorageAreaImpl> create(StorageType, PassRefPtr<SecurityOrigin>, PassRefPtr<StorageSyncManager>, unsigned quota);
56 virtual StorageType storageType() const OVERRIDE;
76 StorageAreaImpl(StorageType, PassRefPtr<SecurityOrigin>, PassRefPtr<StorageSyncManager>, unsigned quota);
84 StorageType m_storageType;
H A DStorageArea.h39 enum StorageType { LocalStorage, SessionStorage }; enum in namespace:WebCore
54 virtual StorageType storageType() const = 0;
H A DStorageNamespaceImpl.h61 StorageNamespaceImpl(StorageType, const String& path, unsigned quota);
66 StorageType m_storageType;
H A DStorageAreaImpl.cpp50 inline StorageAreaImpl::StorageAreaImpl(StorageType storageType, PassRefPtr<SecurityOrigin> origin, PassRefPtr<StorageSyncManager> syncManager, unsigned quota)
70 PassRefPtr<StorageAreaImpl> StorageAreaImpl::create(StorageType storageType, PassRefPtr<SecurityOrigin> origin, PassRefPtr<StorageSyncManager> syncManager, unsigned quota)
112 StorageType StorageAreaImpl::storageType() const
H A DStorageNamespaceImpl.cpp85 StorageNamespaceImpl::StorageNamespaceImpl(StorageType storageType, const String& path, unsigned quota)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Storage/
H A DStorageNamespaceImpl.h45 WebCore::StorageType storageType() const { return m_storageType; }
50 explicit StorageNamespaceImpl(WebCore::StorageType, uint64_t storageNamespaceID, unsigned quotaInBytes);
60 WebCore::StorageType m_storageType;
H A DStorageAreaMap.h52 WebCore::StorageType storageType() const { return m_storageType; }
87 WebCore::StorageType m_storageType;
H A DStorageAreaImpl.h57 virtual WebCore::StorageType storageType() const OVERRIDE;
H A DStorageAreaImpl.cpp104 StorageType StorageAreaImpl::storageType() const
H A DStorageNamespaceImpl.cpp71 StorageNamespaceImpl::StorageNamespaceImpl(WebCore::StorageType storageType, uint64_t storageNamespaceID, unsigned quotaInBytes)
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakInlines.h159 typedef JSC::Weak<T> StorageType; typedef in struct:WTF::HashTraits
165 static void store(PassInType value, StorageType& storage) { storage = value; }
168 static PassOutType passOut(StorageType& value) { return value.release(); }
172 static PeekType peek(const StorageType& value) { return value.get(); }
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDOMStorageAgent.h76 void didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Page*);
H A DInspectorDOMStorageAgent.cpp174 void InspectorDOMStorageAgent::didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin, Page*)
H A DInspectorInstrumentation.h260 static void didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Page*);
460 static void didDispatchDOMStorageEventImpl(InstrumentingAgents*, const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Page*);
1779 inline void InspectorInstrumentation::didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin, Page* page)
H A DInspectorInstrumentation.cpp1111 void InspectorInstrumentation::didDispatchDOMStorageEventImpl(InstrumentingAgents* instrumentingAgents, const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin, Page* page)
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.h164 template<IndexingType indexingType, typename StorageType>
165 void sortCompactedVector(ExecState*, ContiguousData<StorageType>, unsigned relevantLength);
H A DJSArray.cpp1105 template<IndexingType indexingType, typename StorageType>
1106 void JSArray::sortCompactedVector(ExecState* exec, ContiguousData<StorageType> data, unsigned relevantLength)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmib.vim33 syn keyword mibValue PhysAddress TimeInterval MacAddress StorageType RowPointer
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.h2033 template <typename StructureType, typename StorageType> // StructureType and StorageType can be GPR or ImmPtr.
2035 StorageType storage, GPRReg scratchGPR, MacroAssembler::JumpList& slowPath)
2044 template <typename ClassType, typename StructureType, typename StorageType> // StructureType and StorageType can be GPR or ImmPtr.
2045 void emitAllocateJSObject(GPRReg resultGPR, StructureType structure, StorageType storage,

Completed in 270 milliseconds