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

  /external/chromium_org/content/browser/renderer_host/
software_frame_manager.cc 15 void ReleaseMailbox(scoped_refptr<content::SoftwareFrame> frame,
24 // SoftwareFrame
26 class CONTENT_EXPORT SoftwareFrame : public base::RefCounted<SoftwareFrame> {
28 friend class base::RefCounted<SoftwareFrame>;
31 SoftwareFrame(
38 ~SoftwareFrame();
47 DISALLOW_COPY_AND_ASSIGN(SoftwareFrame);
50 SoftwareFrame::SoftwareFrame(
    [all...]
software_frame_manager.h 23 class SoftwareFrame;
72 scoped_refptr<SoftwareFrame> current_frame_;
  /external/chromium_org/cc/resources/
video_resource_updater_unittest.cc 60 TEST_F(VideoResourceUpdaterTest, SoftwareFrame) {

Completed in 255 milliseconds