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

  /external/chromium_org/webkit/browser/quota/
quota_task.h 41 // Called when the task is aborted.
42 virtual void Aborted() {}
  /external/chromium_org/cc/animation/
animation_events.h 18 enum Type { Started, Finished, Aborted, PropertyUpdate };
animation.h 28 // the Aborted or Finished states. A Finished animation was allowed to run to
29 // completion, but an Aborted animation was not.
37 Aborted,
95 run_state_ == Aborted ||