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

  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 18 #include "content/browser/renderer_host/backing_store.h"
76 BackingStore* backing_store,
89 if (!backing_store->CopyFromBackingStore(gfx::Rect(backing_store->size()),
188 BackingStore* backing_store = renderer->GetBackingStore(false); local
189 if (backing_store) {
192 SkBitmap first_try = GetBitmapForBackingStore(backing_store,
255 BackingStore* backing_store = renderer->GetBackingStore(false); local
256 if (!backing_store) {
262 return GetBitmapForBackingStore(backing_store,
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 295 BackingStore* backing_store = local
297 if (backing_store && !dragged_tab->attached_) {
299 static_cast<BackingStoreX*>(backing_store)->PaintToRect(
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 34 #include "content/browser/renderer_host/backing_store.h"
1127 BackingStore* backing_store = render_view_host->GetBackingStore(false); local
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.h 274 Evas_Object *backing_store; /**< reference to backing store */ member in struct:_Ewk_View_Smart_Data
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 987 BackingStoreX* backing_store = static_cast<BackingStoreX*>( local
    [all...]
render_widget_host_view_views.cc 798 BackingStore* backing_store = host_->GetBackingStore(true); local
805 if (backing_store) {
815 static_cast<BackingStoreSkia*>(backing_store)->SkiaShowRect(
818 static_cast<BackingStoreX*>(backing_store)->XShowRect(origin,
829 static_cast<BackingStoreX*>(backing_store)->CairoShowRect(
render_widget_host_view_win.cc 26 #include "content/browser/renderer_host/backing_store.h"
847 BackingStoreWin* backing_store = static_cast<BackingStoreWin*>( local
871 if (backing_store) {
872 gfx::Rect bitmap_rect(gfx::Point(), backing_store->size());
891 backing_store->hdc(),
899 backing_store->hdc(),
    [all...]
  /external/v8/src/arm/
ic-arm.cc 826 Register backing_store = parameter_map; local
827 __ ldr(backing_store, FieldMemOperand(parameter_map, kBackingStoreOffset));
829 __ CheckMap(backing_store, scratch, fixed_array_map, slow_case,
831 __ ldr(scratch, FieldMemOperand(backing_store, FixedArray::kLengthOffset));
839 return MemOperand(backing_store, scratch);
    [all...]
  /external/v8/src/
elements.cc 410 BackingStore* backing_store) {
412 ElementsAccessorSubclass::GetImpl(receiver, holder, key, backing_store);
419 FixedArrayBase* backing_store) {
420 if (backing_store == NULL) {
421 backing_store = holder->elements();
424 receiver, holder, key, BackingStore::cast(backing_store));
430 FixedArrayBase* backing_store) {
431 if (backing_store == NULL) {
432 backing_store = holder->elements();
435 receiver, holder, key, BackingStore::cast(backing_store));
519 BackingStore* backing_store = BackingStore::cast(from); local
693 FixedArray* backing_store = FixedArray::cast(obj->elements()); local
1065 FixedArray* backing_store = FixedArray::cast(obj->elements()); local
    [all...]
objects.cc 9128 FixedArray* backing_store = FixedArray::cast(elements()); local
9810 FixedArray* backing_store = NULL; local
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 430 Register backing_store = parameter_map; local
431 __ mov(backing_store, FieldOperand(parameter_map, kBackingStoreOffset));
433 __ CheckMap(backing_store, fixed_array_map, slow_case, DONT_DO_SMI_CHECK);
434 __ mov(scratch, FieldOperand(backing_store, FixedArray::kLengthOffset));
437 return FieldOperand(backing_store,
    [all...]
  /external/v8/src/mips/
ic-mips.cc 821 Register backing_store = parameter_map; local
822 __ lw(backing_store, FieldMemOperand(parameter_map, kBackingStoreOffset));
823 __ CheckMap(backing_store,
828 __ lw(scratch, FieldMemOperand(backing_store, FixedArray::kLengthOffset));
835 __ Addu(scratch, backing_store, scratch);
    [all...]
  /external/v8/src/x64/
ic-x64.cc 1217 Register backing_store = parameter_map; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 174 #define DoesBackingStore(s) ((s)->backing_store)
304 int backing_store; /* Never, WhenMapped, Always */ member in struct:__anon25487
329 int backing_store; /* NotUseful, WhenMapped, Always */ member in struct:__anon25489
354 int backing_store; /* NotUseful, WhenMapped, Always */ member in struct:__anon25490
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 174 #define DoesBackingStore(s) ((s)->backing_store)
304 int backing_store; /* Never, WhenMapped, Always */ member in struct:__anon27077
329 int backing_store; /* NotUseful, WhenMapped, Always */ member in struct:__anon27079
354 int backing_store; /* NotUseful, WhenMapped, Always */ member in struct:__anon27080
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 174 #define DoesBackingStore(s) ((s)->backing_store)
304 int backing_store; /* Never, WhenMapped, Always */ member in struct:__anon28592
329 int backing_store; /* NotUseful, WhenMapped, Always */ member in struct:__anon28594
354 int backing_store; /* NotUseful, WhenMapped, Always */ member in struct:__anon28595
    [all...]

Completed in 1106 milliseconds