HomeSort by relevance Sort by last modified time
    Searched refs:Storage (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/extensions/
extension_storage_apitest.cc 7 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Storage) {
8 ASSERT_TRUE(RunExtensionTest("storage")) << message_;
  /external/webkit/Source/WebCore/storage/
Storage.cpp 27 #include "Storage.h"
40 PassRefPtr<Storage> Storage::create(Frame* frame, PassRefPtr<StorageArea> storageArea)
42 return adoptRef(new Storage(frame, storageArea));
45 Storage::Storage(Frame* frame, PassRefPtr<StorageArea> storageArea)
53 Storage::~Storage()
57 unsigned Storage::length() const
65 String Storage::key(unsigned index) cons
    [all...]
Storage.h 41 class Storage : public RefCounted<Storage> {
43 static PassRefPtr<Storage> create(Frame*, PassRefPtr<StorageArea>);
44 ~Storage();
59 Storage(Frame*, PassRefPtr<StorageArea>);
StorageEvent.h 36 class Storage;
41 static PassRefPtr<StorageEvent> create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
48 Storage* storageArea() const { return m_storageArea.get(); }
50 void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
53 // void initStorageEventNS(in DOMString namespaceURI, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in DOMString oldValueArg, in DOMString newValueArg, in DOMString urlArg, Storage storageAreaArg);
59 StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
65 RefPtr<Storage> m_storageArea;
StorageEvent.idl 26 module storage {
35 readonly attribute Storage storageArea;
36 void initStorageEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in [ConvertNullToNullString] DOMString oldValueArg, in [ConvertNullToNullString] DOMString newValueArg, in DOMString urlArg, in Storage storageAreaArg);
39 // void initStorageEventNS(in DOMString namespaceURI, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in DOMString oldValueArg, in DOMString newValueArg, in DOMString urlArg, in Storage storageAreaArg);
StorageEvent.cpp 31 #include "Storage.h"
48 PassRefPtr<StorageEvent> StorageEvent::create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
53 StorageEvent::StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
63 void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
Storage.idl 26 module storage {
34 ] Storage {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
Storage.java 19 public class Storage {
22 public Storage(long amount, Unit unit){
26 public Storage(long amount){
30 /** Returns the amount of storage represented, in Bytes */
35 public Storage deepCopy() {
36 return new Storage(mNoBytes);
40 * Return the amount of storage represented by the instance in the given unit
42 * @return The size of the storage in the given unit.
54 if (!(o instanceof Storage)) {
58 Storage s = (Storage) o
    [all...]
Hardware.java 37 private Storage mRam;
39 private List<Storage> mInternalStorage = new ArrayList<Storage>();
40 private List<Storage> mRemovableStorage = new ArrayList<Storage>();
120 public Storage getRam() {
124 public void setRam(Storage ram) {
136 public List<Storage> getInternalStorage() {
140 public void addInternalStorage(Storage is) {
144 public void addAllInternalStorage(Collection<Storage> is)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTTypeTraits.h 11 // an AST base node at runtime in the same storage in a type safe way.
55 /// the storage inside DynTypedNode. For those nodes, do not
59 return BaseConverter<T>::get(Tag, Storage.buffer);
83 /// guaranteed to be unique pointers pointing to dedicated storage in the
84 /// AST. \c QualTypes on the other hand do not have storage or unique
86 llvm::AlignedCharArrayUnion<Decl*, Stmt*, QualType> Storage;
90 static const T *get(NodeTypeTag Tag, const char Storage[]) {
92 return dyn_cast<T>(*reinterpret_cast<Decl*const*>(Storage));
98 new (Result.Storage.buffer) const Decl*(&Node);
104 static const T *get(NodeTypeTag Tag, const char Storage[]) {
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorDOMStorageResource.h 45 class Storage;
51 static PassRefPtr<InspectorDOMStorageResource> create(Storage* domStorage, bool isLocalStorage, Frame* frame)
70 Storage* domStorage() const { return m_domStorage.get(); }
74 InspectorDOMStorageResource(Storage*, bool isLocalStorage, Frame*);
76 RefPtr<Storage> m_domStorage;
InspectorDOMStorageAgent.h 43 class Storage;
67 int storageId(Storage*);
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Init.c 39 pQPD_State->pDelay = pTaps->Storage;
LVPSA_QPD.h 43 LVM_INT32 Storage[1];
  /external/clang/include/clang/AST/
TemplateName.h 180 StorageType Storage;
183 Storage = StorageType::getFromOpaqueValue(Ptr);
208 TemplateName() : Storage() { }
209 explicit TemplateName(TemplateDecl *Template) : Storage(Template) { }
210 explicit TemplateName(OverloadedTemplateStorage *Storage)
211 : Storage(Storage) { }
212 explicit TemplateName(SubstTemplateTemplateParmStorage *Storage);
213 explicit TemplateName(SubstTemplateTemplateParmPackStorage *Storage)
214 : Storage(Storage) {
    [all...]
DependentDiagnostic.h 98 PartialDiagnostic::Storage *Storage)
99 : Diag(PDiag, Storage) {}
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 168 // An NodeGroup's storage type is actually very much like a TinyPtrVector:
175 // 2. The group is empty, in which case the storage value is null.
193 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P);
194 assert(Storage.is<ExplodedNode *>());
195 Storage = node;
196 assert(Storage.is<ExplodedNode *>());
202 GroupStorage &Storage = reinterpret_cast<GroupStorage&>(P);
203 if (Storage.isNull()) {
204 Storage = N;
205 assert(Storage.is<ExplodedNode *>())
    [all...]
  /external/llvm/lib/VMCore/
User.cpp 59 void *Storage = ::operator new(s + sizeof(Use) * Us);
60 Use *Start = static_cast<Use*>(Storage);
75 Use *Storage = static_cast<Use*>(Usr) - Start->NumOperands;
78 ::operator delete(Storage);
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Timer.h 47 LVM_INT32 Storage[6];
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 33 // here so that the nested Storage class below can access them.
37 struct Storage {
38 Storage() : NumDiagArgs(0), NumDiagRanges(0) { }
80 /// \brief An allocator for Storage objects, which uses a small cache to
84 Storage Cached[NumCached];
85 Storage *FreeList[NumCached];
92 /// \brief Allocate new storage.
93 Storage *Allocate() {
95 return new Storage;
97 Storage *Result = FreeList[--NumFreeListEntries]
    [all...]
  /external/clang/lib/AST/
TemplateName.cpp 55 if (Storage.is<TemplateDecl *>())
57 if (Storage.is<DependentTemplateName *>())
59 if (Storage.is<QualifiedTemplateName *>())
63 = Storage.get<UncommonTemplateNameStorage*>();
72 if (TemplateDecl *Template = Storage.dyn_cast<TemplateDecl *>())
130 if (TemplateDecl *Template = Storage.dyn_cast<TemplateDecl *>())
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 42 llvm::SmallVector<T, InlineCapacity> Storage;
48 bool empty() const { return Storage.empty(); }
52 unsigned Index = Storage.size();
53 Storage.push_back(V);
56 T *data = Storage.data();
69 T tmp = Storage[0];
71 unsigned NewSize = Storage.size() - 1;
75 Storage[0] = Storage[NewSize];
77 std::swap(Storage[0], Storage[NewSize])
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 65 struct Storage : StorageBase {
  /external/v8/src/
lazy-instance.h 122 static T* MutableInstance(StorageType* storage) {
123 return reinterpret_cast<T*>(storage);
127 static void InitStorageUsingTrait(StorageType* storage) {
128 ConstructTrait::Construct(MutableInstance(storage));
139 static T* MutableInstance(StorageType* storage) {
140 return *storage;
144 static void InitStorageUsingTrait(StorageType* storage) {
145 *storage = CreateTrait::Create();
168 template <typename Function, typename Storage>
169 static void Init(OnceType* once, Function function, Storage storage)
    [all...]

Completed in 315 milliseconds

1 2 3 4