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

  /external/chromium_org/content/browser/renderer_host/
backing_store.cc 9 BackingStore::BackingStore(RenderWidgetHost* widget, const gfx::Size& size)
14 BackingStore::~BackingStore() {
17 size_t BackingStore::MemorySize() {
backing_store.h 32 class CONTENT_EXPORT BackingStore {
34 virtual ~BackingStore();
49 // the backingstore to be painted from the bitmap. All coordinates are in
79 BackingStore(RenderWidgetHost* widget, const gfx::Size& size);
88 DISALLOW_COPY_AND_ASSIGN(BackingStore);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.cc 563 scoped_refptr<IndexedDBBackingStore> IndexedDBDatabase::BackingStore() const {
    [all...]
  /external/v8/src/
elements.cc 96 typedef FixedArrayBase BackingStore;
103 typedef Store BackingStore; \
403 typedef typename ElementsTraitsParam::BackingStore BackingStore;
410 BackingStore* backing_store) {
424 receiver, holder, key, BackingStore::cast(backing_store));
435 receiver, holder, key, BackingStore::cast(backing_store));
441 BackingStore* backing_store) {
450 array, length, BackingStore::cast(array->elements()));
455 BackingStore* backing_store)
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 31 final class BackingStore {
74 public BackingStore(FrameType type, int[] dimensions, FrameManager frameManager) {
110 public BackingStore retain() {
112 Log.w("BackingStore", "High ref-count of " + mRefCount + " on " + this + "!");
121 public BackingStore release() {
163 public void importStore(BackingStore store) {
274 // TODO: This actually needs synchronization between the two BackingStore threads for the
  /external/chromium_org/v8/src/
elements.cc 112 typedef FixedArrayBase BackingStore;
119 typedef Store BackingStore; \
572 typedef typename ElementsTraitsParam::BackingStore BackingStore;
654 ? BackingStore::cast(backing_store)->get(key)
678 return BackingStore::cast(backing_store)->is_the_hole(key) ? ABSENT : NONE;
701 return BackingStore::cast(backing_store)->is_the_hole(key)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]

Completed in 1314 milliseconds