Searched refs:SetPadding (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Dpadded_button.h31 // The SetPadding() method also sets the button's image alignment (positive
35 void SetPadding(int horizontal_padding, int vertical_padding);
H A Dpadded_button.cc27 void PaddedButton::SetPadding(int horizontal_padding, int vertical_padding) { function in class:message_center::PaddedButton
H A Dmessage_view.cc92 close->SetPadding(-kCloseIconRightPadding, kCloseIconTopPadding);
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.h40 // SetPadding() causes PackRelocations() to pad .rel.dyn or .rela.dyn with
82 inline void SetPadding(bool flag) { is_padding_relocations_ = flag; } function in class:relocation_packer::ElfFile
H A Dmain.cc159 elf_file.SetPadding(is_padding);

Completed in 1425 milliseconds