HomeSort by relevance Sort by last modified time
    Searched refs:step_count_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_controller_unittest.cc 47 step_count_(0) {
54 step_count_++;
55 if (step_count_ == num_steps_) {
58 } else if (step_count_ > num_steps_) {
70 int step_count_; member in class:content::__anon11932::MockSyntheticGesture
    [all...]
  /external/chromium_org/v8/src/
debug.h 399 bool IsStepping() { return thread_local_.step_count_ > 0; }
616 int step_count_; member in class:v8::internal::Debug::ThreadLocal
debug.cc 560 thread_local_.step_count_ = 0;
899 if (thread_local_.step_count_ > 0) {
900 thread_local_.step_count_--;
919 DCHECK(thread_local_.step_count_ == 0);
922 thread_local_.step_count_ == 0)) {
945 int step_count = thread_local_.step_count_;
    [all...]

Completed in 71 milliseconds