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

  /external/chromium/chrome/browser/
jankometer.cc 269 class UIJankObserver : public base::RefCountedThreadSafe<UIJankObserver>,
273 UIJankObserver(const char* thread_name,
348 friend class base::RefCountedThreadSafe<UIJankObserver>;
350 ~UIJankObserver() {}
354 DISALLOW_COPY_AND_ASSIGN(UIJankObserver);
358 const scoped_refptr<UIJankObserver>* ui_observer = NULL;
384 ui_observer = new scoped_refptr<UIJankObserver>(
385 new UIJankObserver(
  /external/chromium_org/chrome/browser/
jankometer.cc 270 class UIJankObserver : public base::RefCountedThreadSafe<UIJankObserver>,
274 UIJankObserver(const char* thread_name,
359 friend class base::RefCountedThreadSafe<UIJankObserver>;
361 virtual ~UIJankObserver() {}
365 DISALLOW_COPY_AND_ASSIGN(UIJankObserver);
369 const scoped_refptr<UIJankObserver>* ui_observer = NULL;
395 ui_observer = new scoped_refptr<UIJankObserver>(
396 new UIJankObserver(

Completed in 23 milliseconds