OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slotName
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/include/views/
SkOSMenu.h
56
Item(const char label[], SkOSMenu::Type type, const char
slotName
[],
117
* the menu item created and change its state.
slotName
specifies the string
121
int appendItem(const char label[], Type type, const char
slotName
[],
127
* Note: the helper functions below assume that
slotName
is UNIQUE for all
131
int appendList(const char label[], const char
slotName
[],
133
int appendSlider(const char label[], const char
slotName
[],
136
int appendSwitch(const char label[], const char
slotName
[],
138
int appendTriState(const char label[], const char
slotName
[],
140
int appendTextField(const char label[], const char
slotName
[],
165
* mismatch or
slotName
is incorrec
[
all
...]
/external/chromium_org/third_party/skia/src/views/
SkOSMenu.cpp
93
const char
slotName
[], SkEvent* evt) {
95
fSlotName.set(
slotName
);
136
int SkOSMenu::appendItem(const char label[], Type type, const char
slotName
[],
138
SkOSMenu::Item* item = new Item(label, type,
slotName
, evt);
150
int SkOSMenu::appendList(const char label[], const char
slotName
[],
166
evt->setS32(
slotName
, index);
168
return appendItem(label, SkOSMenu::kList_Type,
slotName
, evt);
171
int SkOSMenu::appendSlider(const char label[], const char
slotName
[],
177
evt->setScalar(
slotName
, defaultValue);
178
return appendItem(label, SkOSMenu::kSlider_Type,
slotName
, evt)
[
all
...]
/external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h
778
SS << E->
slotName
();
ThreadSafetyTIL.h
990
: SExpr(COP_Project), Rec(R),
SlotName
(SName), Cvdecl(nullptr)
993
: SExpr(COP_Project), Rec(R),
SlotName
(Cvd->getName()), Cvdecl(Cvd)
996
: SExpr(P), Rec(R),
SlotName
(P.
SlotName
), Cvdecl(P.Cvdecl)
1004
StringRef
slotName
() const {
1008
return
SlotName
;
1026
StringRef
SlotName
;
[
all
...]
/external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar
Completed in 352 milliseconds