Searched refs:Size (Results 176 - 200 of 3528) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_action_test_util.h19 class Size;
70 static gfx::Size GetMinPopupSize();
73 static gfx::Size GetMaxPopupSize();
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_test.cc42 virtual gfx::Point GetDialogPosition(const gfx::Size& size) OVERRIDE {
46 virtual gfx::Size GetMaximumDialogSize() OVERRIDE {
47 return gfx::Size();
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dselected_keyword_view.h17 class Size;
29 virtual gfx::Size GetPreferredSize() const OVERRIDE;
30 virtual gfx::Size GetMinimumSize() const OVERRIDE;
/external/chromium_org/content/shell/browser/
H A Dshell_platform_data_aura.h20 class Size;
31 explicit ShellPlatformDataAura(const gfx::Size& initial_size);
35 void ResizeWindow(const gfx::Size& size);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_theme_engine_mac.h23 blink::WebThemeEngine::Size,
31 blink::WebThemeEngine::Size,
37 blink::WebThemeEngine::Size,
/external/chromium_org/mojo/services/native_viewport/
H A Dviewport_surface.h28 const gfx::Size& size,
33 void SetSize(const gfx::Size& size);
47 gfx::Size size_;
/external/chromium_org/ppapi/cpp/
H A Dcompositor_layer.h55 /// param[in] size A <code>Size</code> for the size of the layer before
63 const Size& size);
75 /// param[in] size A <code>Size</code> for the size of the layer before
84 const Size& size,
109 /// param[in] size A <code>Size</code> for the size of the layer before
116 const Size& size,
H A Dgraphics_2d.h56 const Size& size,
78 const Size& size() const { return size_; }
288 Size size_;
/external/chromium_org/ui/app_list/views/
H A Dprogress_bar_view.cc37 gfx::Size ProgressBarView::GetPreferredSize() const {
42 gfx::Size paint_size = size();
44 const gfx::Size min_size(background_painter_->GetMinimumSize());
/external/chromium_org/ui/gl/
H A Dgl_image_egl.h15 explicit GLImageEGL(const gfx::Size& size);
21 virtual gfx::Size GetSize() OVERRIDE;
39 const gfx::Size size_;
H A Dgl_image_glx.h17 GLImageGLX(const gfx::Size& size, unsigned internalformat);
23 virtual gfx::Size GetSize() OVERRIDE;
42 const gfx::Size size_;
H A Dgl_image_io_surface.h18 explicit GLImageIOSurface(const gfx::Size& size);
24 virtual gfx::Size GetSize() OVERRIDE;
43 const gfx::Size size_;
H A Dgl_image_surface_texture.h19 explicit GLImageSurfaceTexture(const gfx::Size& size);
25 virtual gfx::Size GetSize() OVERRIDE;
44 const gfx::Size size_;
/external/chromium_org/ui/views/examples/
H A Dthrobber_example.cc28 virtual gfx::Size GetPreferredSize() const OVERRIDE {
29 return gfx::Size(width(), height());
34 gfx::Size ps = child->GetPreferredSize();
/external/chromium_org/ui/views/
H A Dround_rect_painter.cc21 gfx::Size RoundRectPainter::GetMinimumSize() const {
22 return gfx::Size(1, 1);
25 void RoundRectPainter::Paint(gfx::Canvas* canvas, const gfx::Size& size) {
/external/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h50 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
59 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
92 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
/external/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.h22 UInt64 Size; member in struct:CMultiStream::CSubStreamInfo
31 for (int i = 0; i < Streams.Size(); i++)
35 total += Streams[i].Size;
63 UInt64 Size;
/external/chromium_org/cc/resources/
H A Dlayer_tiling_data.h30 static scoped_ptr<LayerTilingData> Create(const gfx::Size& tile_size,
44 void SetTileSize(const gfx::Size& size);
45 gfx::Size tile_size() const;
79 void SetTilingSize(const gfx::Size& tiling_size);
80 gfx::Size tiling_size() const { return tiling_data_.tiling_size(); }
92 LayerTilingData(const gfx::Size& tile_size, BorderTexelOption option);
H A Dscoped_resource.h28 void Allocate(const gfx::Size& size,
31 void AllocateManaged(const gfx::Size& size,
/external/chromium_org/cc/test/
H A Dfake_picture_pile_impl.h17 const gfx::Size& tile_size,
18 const gfx::Size& layer_bounds);
20 const gfx::Size& tile_size,
21 const gfx::Size& layer_bounds);
23 CreateEmptyPileThatThinksItHasRecordings(const gfx::Size& tile_size,
24 const gfx::Size& layer_bounds);
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane_unittest.cc21 explicit FixedSizeView(const gfx::Size& size)
25 virtual gfx::Size GetPreferredSize() const OVERRIDE {
30 const gfx::Size size_;
40 View* child1 = new FixedSizeView(gfx::Size(20, 10));
42 View* child2 = new FixedSizeView(gfx::Size(5, 5));
50 gfx::Size pref(tabbed_pane->GetPreferredSize());
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_stack_test.cc28 EXPECT_EQ(trace->Size(), (uptr)0);
31 EXPECT_EQ(trace->Size(), (uptr)1);
37 EXPECT_EQ(trace->Size(), (uptr)2);
42 EXPECT_EQ(trace->Size(), (uptr)3);
75 EXPECT_EQ(trace.Size(), (uptr)2);
80 EXPECT_EQ(trace.Size(), (uptr)2);
/external/chromium_org/android_webview/browser/
H A Dparent_output_surface.h19 virtual void Reshape(const gfx::Size& size, float scale_factor) OVERRIDE {}
23 void SetDrawConstraints(const gfx::Size& surface_size, const gfx::Rect& clip);
/external/chromium_org/ash/host/
H A Dtransformer_helper.h12 class Size;
43 void UpdateWindowSize(const gfx::Size& host_size);
/external/chromium_org/cc/layers/
H A Dio_surface_layer.h17 void SetIOSurfaceProperties(uint32_t io_surface_id, const gfx::Size& size);
33 gfx::Size io_surface_size_;

Completed in 8428 milliseconds

1234567891011>>