OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HidableArea
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
hidable_area.cc
12
HidableArea
::
HidableArea
() {
21
HidableArea
::~
HidableArea
() {
24
void
HidableArea
::SetContents(views::View* contents) {
29
void
HidableArea
::Show() {
36
void
HidableArea
::Hide() {
43
bool
HidableArea
::IsShown() const {
hidable_area.h
14
//
HidableArea
is used as an area to place optional information that can be
16
class
HidableArea
: public views::View {
18
HidableArea
();
19
virtual ~
HidableArea
();
42
DISALLOW_COPY_AND_ASSIGN(
HidableArea
);
candidate_window_view.h
22
class
HidableArea
;
193
HidableArea
* candidate_area_;
candidate_window_view.cc
295
// InformationTextArea is a
HidableArea
having a single Label in it.
296
class InformationTextArea : public
HidableArea
{
326
gfx::Size size =
HidableArea
::GetPreferredSize();
577
candidate_area_ = new
HidableArea
;
[
all
...]
Completed in 157 milliseconds