HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 151 - 175 of 287) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 420 cairo_move_to(cr, 0.5, sender->allocation.height - 0.5);
422 cairo_move_to(cr, sender->allocation.width - 0.5,
423 sender->allocation.height - 0.5);
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.cc 404 GtkAllocation* allocation) {
405 gfx::Size new_size(allocation->width, allocation->height);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 58 //private Allocation mBladesBuffer;
59 private Allocation mBladesIndicies;
202 mBladesIndicies = Allocation.createSized(mRS, Element.U16(mRS), mIndicies);
255 private Allocation generateTextureAlpha() {
261 final Allocation allocation = Allocation.createTyped(mRS, builder.create(), local
262 Allocation.USAGE_GRAPHICS_TEXTURE);
267 AllocationAdapter a = AllocationAdapter.create2D(mRS, allocation);
275 return allocation;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.cc 172 return gfx::Rect(host_->view()->native_view()->allocation);
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.h 118 GtkAllocation* allocation,
183 // Cached allocation of |container_|. We keep this on hand so that we can
browser_window_gtk.cc 417 int center_width = window_vbox_->allocation.width;
474 0, window_vbox_->allocation.height,
530 window_vbox_->allocation.width - 2,
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.h 121 GtkAllocation* allocation,
183 // Cached allocation of |container_|. We keep this on hand so that we can
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.h 160 void OnSetMemoryAllocation(const GpuMemoryAllocationForRenderer& allocation);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 120 class Allocation;
123 typedef std::map<Connection, Allocation*> AllocationMap;
146 Allocation* FindAllocation(Connection* conn);
147 Allocation* CreateAllocation(Connection* conn, int proto,
160 void OnAllocationDestroyed(Allocation* allocation);
  /external/valgrind/main/massif/tests/
insig.post.exp 48 93.48% (16,528B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
70 87.28% (16,688B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
big-alloc.post.exp 48 99.96% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-A.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-B.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-C.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-D.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_0_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_10_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 217 event->x < widget->allocation.width &&
218 event->y < widget->allocation.height) {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.cc 332 GtkAllocation allocation; local
333 gtk_widget_get_allocation(widget, &allocation);
334 bool click_in_popup = x >= 0 && y >= 0 && x < allocation.width &&
335 y < allocation.height;
1128 GtkAllocation allocation; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2336.js 31 // GC epilogue and causes enough allocation to trigger a new GC during
regress-convert-hole2.js 27 // Flags: --allow-natives-syntax --notrack-allocation-sites
regress-create-exception.js 44 // allocation settling into a too neat pattern.
regress-json-stringify-gc.js 35 // At some point during the first stringify, allocation causes a GC and
  /external/chromium_org/v8/test/mjsunit/
transition-elements-kind.js 28 // Flags: --allow-natives-syntax --track-allocation-sites
30 // Allocation site for empty double arrays.
  /external/v8/test/mjsunit/regress/
regress-create-exception.js 44 // allocation settling into a too neat pattern.

Completed in 708 milliseconds

1 2 3 4 5 67 8 91011>>