Lines Matching refs:slotName
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 incorrect
167 static bool FindListIndex(const SkEvent& evt, const char slotName[], int* value);
168 static bool FindSliderValue(const SkEvent& evt, const char slotName[], SkScalar* value);
169 static bool FindSwitchState(const SkEvent& evt, const char slotName[], bool* value);
170 static bool FindTriState(const SkEvent& evt, const char slotName[], TriState* value);
171 static bool FindText(const SkEvent& evt, const char slotName[], SkString* value);