Searched refs:Size (Results 76 - 100 of 3341) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/controls/
H A Dseparator.cc31 gfx::Size Separator::GetPreferredSize() {
33 return gfx::Size(width(), kSeparatorHeight);
34 return gfx::Size(kSeparatorHeight, height());
/external/chromium_org/ui/views/
H A Dround_rect_painter.h15 class Size;
27 virtual gfx::Size GetMinimumSize() const OVERRIDE;
28 virtual void Paint(gfx::Canvas* canvas, const gfx::Size& size) OVERRIDE;
/external/chromium_org/ui/views/test/
H A Dtest_views.h15 explicit StaticSizedView(const gfx::Size& size);
18 virtual gfx::Size GetPreferredSize() OVERRIDE;
21 gfx::Size size_;
/external/llvm/lib/Support/
H A DStringRefMemoryObject.cpp22 uint64_t Size,
25 if (Addr >= Base + getExtent() || Offset + Size > getExtent() || Addr < Base)
27 memcpy(Buf, Bytes.data() + Offset, Size);
21 readBytes(uint64_t Addr, uint64_t Size, uint8_t *Buf) const argument
/external/llvm/tools/lli/
H A DRemoteTarget.h38 /// @param Size Amount of space, in bytes, to allocate.
44 bool allocateSpace(size_t Size, unsigned Alignment, uint64_t &Address);
50 /// @param Size Number of bytes to copy.
54 bool loadData(uint64_t Address, const void *Data, size_t Size);
60 /// @param Size Number of bytes to copy.
64 bool loadCode(uint64_t Address, const void *Data, size_t Size);
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_window_views_unittest.cc24 void set_preferred_size(const gfx::Size& preferred_size) {
30 virtual gfx::Size GetPreferredSize() OVERRIDE { return preferred_size_; }
31 virtual gfx::Size GetMinimumSize() OVERRIDE { return gfx::Size(); }
34 gfx::Size preferred_size_;
54 dialog_host_->set_max_dialog_size(gfx::Size(5000, 5000));
58 gfx::Size preferred_size = dialog()->GetRootView()->GetPreferredSize();
70 gfx::Size GetDialogSize() {
92 gfx::Size expected_size = GetDialogSize();
93 gfx::Size preferred_siz
[all...]
/external/chromium_org/cc/output/
H A Dsoftware_frame_data.h20 gfx::Size size;
/external/chromium_org/chrome/common/
H A Dicon_with_badge_image_source.h15 class Size;
24 const gfx::Size& icon_size,
25 const gfx::Size& spacing,
39 gfx::Size spacing_;
/external/chromium_org/components/web_modal/
H A Dtest_web_contents_modal_dialog_host.h23 virtual gfx::Size GetMaximumDialogSize() OVERRIDE;
25 virtual gfx::Point GetDialogPosition(const gfx::Size& size) OVERRIDE;
29 void set_max_dialog_size(const gfx::Size& max_dialog_size) {
35 gfx::Size max_dialog_size_;
/external/chromium_org/content/browser/renderer_host/
H A Dbacking_store.cc9 BackingStore::BackingStore(RenderWidgetHost* widget, const gfx::Size& size)
/external/chromium_org/content/common/
H A Dimage_messages.h43 std::vector<gfx::Size>)
/external/chromium_org/content/public/child/
H A Dimage_decoder_utils.h20 const gfx::Size& desired_image_size,
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_backing_store.h35 BrowserPluginBackingStore(const gfx::Size& size, float scale_factor);
45 const gfx::Size& view_size);
49 const gfx::Size& GetSize() const { return size_; }
56 gfx::Size size_;
/external/chromium_org/gpu/command_buffer/service/
H A Dstream_texture.h24 virtual gfx::Size GetSize() = 0;
/external/chromium_org/media/video/
H A Dpicture.h19 PictureBuffer(int32 id, gfx::Size size, uint32 texture_id);
21 gfx::Size size,
31 gfx::Size size() const {
48 gfx::Size size_;
/external/chromium_org/printing/
H A Dprinted_page.h27 const gfx::Size& page_size,
34 const gfx::Size& page_size() const { return page_size_; }
40 void GetCenteredPageContentRect(const gfx::Size& paper_size,
56 const gfx::Size page_size_;
/external/chromium_org/ui/base/dragdrop/
H A Ddrag_utils_aura.cc17 const gfx::Size& size,
/external/chromium_org/ui/gfx/image/
H A Dimage_family_unittest.cc67 EXPECT_EQ(gfx::Size(3, 12), it->Size());
70 EXPECT_EQ(gfx::Size(12, 48), it->Size());
73 EXPECT_EQ(gfx::Size(16, 16), it->Size());
76 EXPECT_EQ(gfx::Size(32, 32), it->Size());
79 EXPECT_EQ(gfx::Size(16, 16), it->Size());
[all...]
/external/chromium_org/ui/gl/
H A Dgl_surface_osmesa.h19 GLSurfaceOSMesa(unsigned format, const gfx::Size& size);
24 virtual bool Resize(const gfx::Size& new_size) OVERRIDE;
27 virtual gfx::Size GetSize() OVERRIDE;
36 gfx::Size size_;
H A Dgl_surface_stub.cc20 gfx::Size GLSurfaceStub::GetSize() {
/external/chromium_org/ui/surface/
H A Daccelerated_surface_transformer_win.h21 class Size;
52 const gfx::Size& dst_size);
58 const gfx::Size& dst_size);
65 const gfx::Size& size,
99 const gfx::Size& dst_size,
147 const gfx::Size& dst_size,
148 const gfx::Size& packed_y_size,
149 const gfx::Size& packed_uv_size,
161 const gfx::Size& dst_size,
162 const gfx::Size
[all...]
/external/chromium_org/ui/views/layout/
H A Dbox_layout.h14 class Size;
49 virtual gfx::Size GetPreferredSize(View* host) OVERRIDE;
54 gfx::Size GetPreferredSizeForChildWidth(View* host, int child_area_width);
58 gfx::Size NonChildSize(View* host);
/external/chromium_org/ui/views/window/
H A Dnative_frame_view.cc49 void NativeFrameView::GetWindowMask(const gfx::Size& size,
70 gfx::Size NativeFrameView::GetPreferredSize() {
74 gfx::Size NativeFrameView::GetMinimumSize() {
78 gfx::Size NativeFrameView::GetMaximumSize() {
H A Dnative_frame_view.h24 virtual void GetWindowMask(const gfx::Size& size,
31 virtual gfx::Size GetPreferredSize() OVERRIDE;
32 virtual gfx::Size GetMinimumSize() OVERRIDE;
33 virtual gfx::Size GetMaximumSize() OVERRIDE;
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_vector_test.cc22 EXPECT_EQ(v.Size(), (uptr)0);
24 EXPECT_EQ(v.Size(), (uptr)1);
27 EXPECT_EQ(v.Size(), (uptr)2);
37 EXPECT_EQ(v.Size(), (uptr)(i + 1));

Completed in 569 milliseconds

1234567891011>>