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 18 kFunction,
39 virtual Type getType() const { return kFunction; }
SkScript.h 99 kFunction,
  /external/skia/src/animator/
SkScriptCallBack.h 18 kFunction,
39 virtual Type getType() const { return kFunction; }
SkScript.h 99 kFunction,
  /external/chromium_org/base/
tracked_objects_unittest.cc 140 const char kFunction[] = "TinyStartupShutdown";
141 Location location(kFunction, kFile, kLineNumber, NULL);
196 EXPECT_EQ(kFunction, process_data.tasks[0].birth.location.function_name);
211 EXPECT_EQ(kFunction,
218 EXPECT_EQ(kFunction,
274 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread";
275 Location location(kFunction, kFile, kLineNumber, NULL);
290 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread";
291 Location location(kFunction, kFile, kLineNumber, NULL);
306 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread"
    [all...]

Completed in 136 milliseconds