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

  /external/chromium_org/content/browser/aura/
owned_mailbox.h 16 class OwnedMailbox : public base::RefCounted<OwnedMailbox>,
19 explicit OwnedMailbox(GLHelper* gl_helper);
28 virtual ~OwnedMailbox();
33 friend class base::RefCounted<OwnedMailbox>;
owned_mailbox.cc 13 OwnedMailbox::OwnedMailbox(GLHelper* gl_helper)
20 OwnedMailbox::~OwnedMailbox() {
28 void OwnedMailbox::UpdateSyncPoint(uint32 sync_point) {
33 void OwnedMailbox::OnLostResources() {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 492 scoped_refptr<OwnedMailbox> subscriber_texture,
499 scoped_refptr<OwnedMailbox> subscriber_texture,
756 std::vector<scoped_refptr<OwnedMailbox> > idle_frame_subscriber_textures_;
    [all...]
render_widget_host_view_aura.cc     [all...]

Completed in 77 milliseconds