HomeSort by relevance Sort by last modified time
    Searched defs:Storage (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/storage/
Storage.cpp 27 #include "Storage.h"
37 PassRefPtr<Storage> Storage::create(Frame* frame, PassRefPtr<StorageArea> storageArea)
39 return adoptRef(new Storage(frame, storageArea));
42 Storage::Storage(Frame* frame, PassRefPtr<StorageArea> storageArea)
50 Storage::~Storage()
54 unsigned Storage::length() const
62 String Storage::key(unsigned index) cons
    [all...]
Storage.h 42 class Storage : public RefCounted<Storage> {
44 static PassRefPtr<Storage> create(Frame*, PassRefPtr<StorageArea>);
45 ~Storage();
60 Storage(Frame*, PassRefPtr<StorageArea>);
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
LVM_Timer.h 47 LVM_INT32 Storage[6];
BIQUAD.h 33 LVM_INT32 Storage[6];
126 LVM_INT32 Storage[ (1*2) ]; /* One channel, two taps of size LVM_INT32 */
131 LVM_INT32 Storage[ (2*2) ]; /* Two channels, two taps of size LVM_INT32 */
139 LVM_INT32 Storage[ (1*4) ]; /* One channel, four taps of size LVM_INT32 */
144 LVM_INT32 Storage[ (2*4) ]; /* Two channels, four taps of size LVM_INT32 */
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD.h 43 LVM_INT32 Storage[1];
  /external/webkit/WebKit/android/nav/
FindCanvas.h 87 // mLowerGlyphs points to all of our storage space: the lower set followed
96 // Arbitrarily chose the maximum storage to use in the GlyphSet. This is
101 enum Storage {
104 // In order to eliminate new/deletes, create storage that will be enough
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 748 milliseconds