OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:footer_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/system/tray/
tray_details_view.cc
68
footer_
(NULL),
82
DCHECK(!
footer_
);
83
footer_
= new SpecialPopupRow();
84
footer_
->SetTextLabel(string_id, listener);
85
AddChildViewAt(
footer_
, child_count());
113
footer_
= NULL;
122
if (
footer_
&&
footer_
->content() &&
footer_
->content()->HasFocus())
148
if (
footer_
) {
[
all
...]
tray_details_view.h
41
// Transition to default view from details view. If |
footer_
| has focus before
47
SpecialPopupRow* footer() const { return
footer_
; }
58
SpecialPopupRow*
footer_
;
member in class:ash::TrayDetailsView
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h
142
rtx
footer_
;
variable
407
#define BB_FOOTER(B) (B)->il.x.rtl->
footer_
[
all
...]
Completed in 205 milliseconds