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 143 const char kFunction[] = "TinyStartupShutdown";
144 Location location(kFunction, kFile, kLineNumber, NULL);
199 EXPECT_EQ(kFunction, process_data.tasks[0].birth.location.function_name);
214 EXPECT_EQ(kFunction,
221 EXPECT_EQ(kFunction,
277 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread";
278 Location location(kFunction, kFile, kLineNumber, NULL);
293 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread";
294 Location location(kFunction, kFile, kLineNumber, NULL);
309 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread"
    [all...]

Completed in 73 milliseconds