OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clear_button_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/
about_ipc_dialog.h
67
views::TextButton*
clear_button_
;
member in class:AboutIPCDialog
about_ipc_dialog.cc
202
clear_button_
(NULL),
231
clear_button_
= new views::TextButton(this, kClearLabel);
252
layout->AddView(
clear_button_
);
365
} else if (button ==
clear_button_
) {
/external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.h
66
views::LabelButton*
clear_button_
;
member in class:AboutIPCDialog
about_ipc_dialog.cc
194
clear_button_
(NULL),
222
clear_button_
= new views::LabelButton(this, kClearLabel);
243
layout->AddView(
clear_button_
);
355
} else if (button ==
clear_button_
) {
Completed in 876 milliseconds