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

  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 456 void increment_ref_count() { ++frames_ref_count_; }
460 void decrement_ref_count() { --frames_ref_count_; }
464 int ref_count() { return frames_ref_count_; }
550 int frames_ref_count_; member in class:content::RenderViewHostImpl
render_view_host_impl.cc 192 frames_ref_count_(0),
    [all...]

Completed in 47 milliseconds