Searched refs:Layout (Results 1 - 25 of 625) sorted by relevance

1234567891011>>

/external/chromium_org/ui/v2/src/
H A Dlayout.cc13 // Layout, public:
15 Layout::~Layout() {}
17 void Layout::SetChildBounds(View* child,
23 // Layout, protected:
25 void Layout::SetChildBoundsDirect(View* child, const gfx::Rect& bounds) {
/external/chromium_org/chrome/browser/ui/gtk/notifications/
H A Dballoon_collection_gtk.cc21 int BalloonCollectionImpl::Layout::InterBalloonMargin() const {
25 int BalloonCollectionImpl::Layout::HorizontalEdgeMargin() const {
29 int BalloonCollectionImpl::Layout::VerticalEdgeMargin() const {
33 bool BalloonCollectionImpl::Layout::NeedToMoveAboveLeftSidePanels() const {
37 bool BalloonCollectionImpl::Layout::NeedToMoveAboveRightSidePanels() const {
76 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT);
78 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT);
80 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
82 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
/external/chromium_org/ui/v2/public/
H A Dlayout.h13 class V2_EXPORT Layout { class in namespace:v2
15 virtual ~Layout();
17 // Called by the View to commit the bounds. It is up to the Layout to
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_linux.cc26 int BalloonCollectionImpl::Layout::InterBalloonMargin() const {
30 int BalloonCollectionImpl::Layout::HorizontalEdgeMargin() const {
34 int BalloonCollectionImpl::Layout::VerticalEdgeMargin() const {
71 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT);
73 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT);
75 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
77 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
H A Dballoon_collection_win.cc20 int BalloonCollectionImpl::Layout::InterBalloonMargin() const {
24 int BalloonCollectionImpl::Layout::HorizontalEdgeMargin() const {
28 int BalloonCollectionImpl::Layout::VerticalEdgeMargin() const {
60 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT);
62 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT);
64 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
66 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
/external/chromium_org/chrome/browser/ui/views/notifications/
H A Dballoon_collection_views.cc23 int BalloonCollectionImpl::Layout::InterBalloonMargin() const {
27 int BalloonCollectionImpl::Layout::HorizontalEdgeMargin() const {
31 int BalloonCollectionImpl::Layout::VerticalEdgeMargin() const {
35 bool BalloonCollectionImpl::Layout::NeedToMoveAboveLeftSidePanels() const {
39 bool BalloonCollectionImpl::Layout::NeedToMoveAboveRightSidePanels() const {
98 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_RIGHT);
100 layout_.set_placement(Layout::VERTICALLY_FROM_TOP_LEFT);
102 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_LEFT);
104 layout_.set_placement(Layout::VERTICALLY_FROM_BOTTOM_RIGHT);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_container.cc27 void ContentsContainer::Layout() { function in class:ContentsContainer
35 views::View::Layout();
H A Dcontents_container.h24 // if the margin changed and this view needs Layout().
28 virtual void Layout() OVERRIDE;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp26 const MCAsmLayout &Layout) {
30 const MCAsmLayout &Layout,
37 virtual void WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout);
52 const MCAsmLayout &Layout) const {
67 const MCAsmLayout &Layout) {
69 Asm.writeSectionData(I, Layout);
25 ExecutePostLayoutBinding(MCAssembler &Asm, const MCAsmLayout &Layout) argument
29 RecordRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
66 WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout) argument
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp26 const MCAsmLayout &Layout) {
30 const MCAsmLayout &Layout,
37 virtual void WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout);
52 const MCAsmLayout &Layout) const {
67 const MCAsmLayout &Layout) {
69 Asm.writeSectionData(I, Layout);
25 ExecutePostLayoutBinding(MCAssembler &Asm, const MCAsmLayout &Layout) argument
29 RecordRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
66 WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout) argument
/external/chromium_org/content/test/
H A Dmock_keyboard.h30 enum Layout { enum in class:content::MockKeyboard
92 int GetCharacters(Layout layout,
98 Layout keyboard_layout_;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.h52 struct Layout { struct in class:WebCore::FINAL
53 Layout() function in struct:WebCore::FINAL::Layout
73 Vector<Layout, 4> m_layoutStruct;
/external/chromium_org/third_party/skia/include/core/
H A DSkDeviceProperties.h38 enum Layout { enum in struct:SkDeviceProperties::Geometry
51 Layout getLayout() {
52 return static_cast<Layout>(fGeometry & kLayoutMask);
71 static Layout fromOldLayout(SkFontLCDConfig::LCDOrder order) {
81 Layout layout = fromOldLayout(SkFontLCDConfig::GetSubpixelOrder()); //kRGB_Layout
86 static Geometry Make(Orientation orientation, Layout layout) {
/external/chromium_org/third_party/skia/src/views/
H A DSkViewPriv.cpp57 void SkView::Layout::layoutChildren(SkView* parent)
64 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node)
70 void SkView::Layout::onInflate(const SkDOM&, const SkDOM::Node*)
75 SkView::Layout* SkView::getLayout() const
83 SkView::Layout* SkView::setLayout(Layout* obj, bool invokeLayoutNow)
H A DSkViewPriv.h15 SkView::Layout* fLayout;
17 Layout_SkTagList(SkView::Layout* layout)
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp27 const MCAsmLayout &Layout) {
31 const MCAsmLayout &Layout,
38 virtual void WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout);
52 const MCAsmLayout &Layout) const {
67 const MCAsmLayout &Layout) {
69 Asm.writeSectionData(I, Layout);
26 ExecutePostLayoutBinding(MCAssembler &Asm, const MCAsmLayout &Layout) argument
30 RecordRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
66 WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout) argument
/external/skia/include/core/
H A DSkDeviceProperties.h38 enum Layout { enum in struct:SkDeviceProperties::Geometry
51 Layout getLayout() {
52 return static_cast<Layout>(fGeometry & kLayoutMask);
71 static Layout fromOldLayout(SkFontLCDConfig::LCDOrder order) {
81 Layout layout = fromOldLayout(SkFontLCDConfig::GetSubpixelOrder()); //kRGB_Layout
86 static Geometry Make(Orientation orientation, Layout layout) {
/external/skia/src/views/
H A DSkViewPriv.cpp57 void SkView::Layout::layoutChildren(SkView* parent)
64 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node)
70 void SkView::Layout::onInflate(const SkDOM&, const SkDOM::Node*)
75 SkView::Layout* SkView::getLayout() const
83 SkView::Layout* SkView::setLayout(Layout* obj, bool invokeLayoutNow)
H A DSkViewPriv.h15 SkView::Layout* fLayout;
17 Layout_SkTagList(SkView::Layout* layout)
/external/chromium/chrome/browser/chromeos/login/
H A Dtextfield_with_margin.cc31 void TextfieldWithMargin::Layout() { function in class:chromeos::TextfieldWithMargin
35 views::Textfield::Layout();
H A Dtextfield_with_margin.h22 virtual void Layout();
/external/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h27 struct Layout { struct in class:clang::LayoutOverrideSource
39 llvm::StringMap<Layout> Layouts;
/external/chromium_org/ash/test/
H A Doverflow_bubble_view_test_api.cc26 bubble_view_->Layout();
/external/chromium_org/ui/app_list/views/test/
H A Dapps_grid_view_test_api.cc25 view_->Layout();
/external/chromium_org/chrome/browser/notifications/
H A Dballoon_collection_impl.h80 static int min_balloon_width() { return Layout::min_balloon_width(); }
81 static int max_balloon_width() { return Layout::max_balloon_width(); }
82 static int min_balloon_height() { return Layout::min_balloon_height(); }
83 static int max_balloon_height() { return Layout::max_balloon_height(); }
88 class Layout { class in class:BalloonCollectionImpl
90 Layout();
157 // Layout parameters
183 DISALLOW_COPY_AND_ASSIGN(Layout);
201 Layout& layout() { return layout_; }
220 Layout layout
[all...]

Completed in 982 milliseconds

1234567891011>>