HomeSort by relevance Sort by last modified time
    Searched defs:kFunction (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkScriptCallBack.h 20 kFunction,
41 virtual Type getType() const { return kFunction; }
SkScript.h 99 kFunction,
  /external/skia/src/animator/
SkScriptCallBack.h 20 kFunction,
41 virtual Type getType() const { return kFunction; }
SkScript.h 99 kFunction,
  /external/chromium_org/base/
tracked_objects_unittest.cc 164 const char kFunction[] = "TinyStartupShutdown";
165 Location location(kFunction, kFile, kLineNumber, NULL);
224 EXPECT_EQ(kFunction, process_data.tasks[0].birth.location.function_name);
239 EXPECT_EQ(kFunction,
246 EXPECT_EQ(kFunction,
304 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread";
305 Location location(kFunction, kFile, kLineNumber, NULL);
321 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread";
322 Location location(kFunction, kFile, kLineNumber, NULL);
338 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread"
    [all...]

Completed in 223 milliseconds