Home
last modified time | relevance | path

Searched refs:SoftwareFrame (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Dsoftware_frame_manager.cc18 void ReleaseMailbox(scoped_refptr<content::SoftwareFrame> frame, in ReleaseMailbox()
29 class CONTENT_EXPORT SoftwareFrame : public base::RefCounted<SoftwareFrame> { class
31 friend class base::RefCounted<SoftwareFrame>;
34 SoftwareFrame(base::WeakPtr<SoftwareFrameManagerClient> frame_manager_client,
40 ~SoftwareFrame();
49 DISALLOW_COPY_AND_ASSIGN(SoftwareFrame);
52 SoftwareFrame::SoftwareFrame( in SoftwareFrame() function in content::SoftwareFrame
66 SoftwareFrame::~SoftwareFrame() { in ~SoftwareFrame()
99 scoped_refptr<SoftwareFrame> next_frame( in SwapToNewFrame()
100 new SoftwareFrame(client_, in SwapToNewFrame()
Dsoftware_frame_manager.h23 class SoftwareFrame; variable
72 scoped_refptr<SoftwareFrame> current_frame_;
/external/chromium_org/cc/resources/
Dvideo_resource_updater_unittest.cc70 TEST_F(VideoResourceUpdaterTest, SoftwareFrame) { in TEST_F() argument