OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BackingStore
(Results
1 - 7
of
7
) 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/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
;
648
?
BackingStore
::cast(backing_store)->get(key)
672
return
BackingStore
::cast(backing_store)->is_the_hole(key) ? ABSENT : NONE;
695
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 1303 milliseconds