HomeSort by relevance Sort by last modified time
    Searched refs:CreateBoolFlag (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tools/flags/
SkCommandLineFlags.h 183 static bool unused_##name = SkFlagInfo::CreateBoolFlag(TO_STRING(name), \
193 static bool unused_##name = SkFlagInfo::CreateBoolFlag(TO_STRING(name), \
263 static bool CreateBoolFlag(const char* name, const char* shortName, bool* pBool,
272 * See comments for CreateBoolFlag.
282 * See comments for CreateBoolFlag.
293 * See comments for CreateBoolFlag.
  /external/skia/tools/flags/
SkCommandLineFlags.h 179 static bool unused_##name = SkFlagInfo::CreateBoolFlag(TO_STRING(name), \
189 static bool unused_##name = SkFlagInfo::CreateBoolFlag(TO_STRING(name), \
259 static bool CreateBoolFlag(const char* name, const char* shortName, bool* pBool,
268 * See comments for CreateBoolFlag.
278 * See comments for CreateBoolFlag.
289 * See comments for CreateBoolFlag.

Completed in 478 milliseconds