HomeSort by relevance Sort by last modified time
    Searched full:untrack (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkScriptRuntime.h 36 void untrack(SkOpArray* array);
37 void untrack(SkString* string);
SkScriptRuntime.cpp 341 void SkScriptRuntime::untrack(SkOpArray* array) { function in class:SkScriptRuntime
347 void SkScriptRuntime::untrack(SkString* string) { function in class:SkScriptRuntime
SkScriptTokenizer.cpp     [all...]
  /external/skia/src/animator/
SkScriptRuntime.h 36 void untrack(SkOpArray* array);
37 void untrack(SkString* string);
SkScriptRuntime.cpp 341 void SkScriptRuntime::untrack(SkOpArray* array) { function in class:SkScriptRuntime
347 void SkScriptRuntime::untrack(SkString* string) { function in class:SkScriptRuntime
SkScriptTokenizer.cpp     [all...]
  /external/chromium_org/chrome/browser/policy/
schema_registry_service.cc 28 global_registry_->Untrack(this);
  /external/chromium_org/chrome/common/
cancelable_task_tracker.cc 33 const Closure& untrack) {
35 untrack.Run();
96 &CancelableTaskTracker::Untrack, weak_factory_.GetWeakPtr(), id);
118 // Will be deleted by |untrack_and_delete_flag| after Untrack().
123 Bind(&CancelableTaskTracker::Untrack, weak_factory_.GetWeakPtr(), id),
179 void CancelableTaskTracker::Untrack(TaskId id) {
cancelable_task_tracker.h 104 void Untrack(TaskId id);
  /external/chromium_org/components/policy/core/common/
schema_registry.h 94 void Untrack(SchemaRegistry* registry);
schema_registry_unittest.cc 232 combined.Untrack(&registry1);
236 combined.Untrack(&registry2);
schema_registry.cc 109 void CombinedSchemaRegistry::Untrack(SchemaRegistry* registry) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java 75 private void untrack(Bitmap bitmap) { method in class:BitmapCache
138 untrack(bitmap);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tuple.py 88 # Nested tuples can take several collections to untrack
154 # Trying to untrack an unfinished tuple could crash Python
test_dict.py 581 # Nested containers can take several collections to untrack
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tuple.py 88 # Nested tuples can take several collections to untrack
154 # Trying to untrack an unfinished tuple could crash Python
test_dict.py 581 # Nested containers can take several collections to untrack
  /external/chromium_org/tools/memory_watcher/
memory_hook.h 86 // Untrack a pointer, removing it from our list.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h     [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]

Completed in 534 milliseconds