OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OwnedMailbox
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/browser/compositor/
owned_mailbox.cc
13
OwnedMailbox
::
OwnedMailbox
(GLHelper* gl_helper)
20
OwnedMailbox
::~
OwnedMailbox
() {
25
void
OwnedMailbox
::UpdateSyncPoint(uint32 sync_point) {
30
void
OwnedMailbox
::Destroy() {
39
void
OwnedMailbox
::OnLostResources() {
owned_mailbox.h
20
class CONTENT_EXPORT
OwnedMailbox
: public base::RefCounted<
OwnedMailbox
>,
23
explicit
OwnedMailbox
(GLHelper* gl_helper);
34
virtual ~
OwnedMailbox
();
40
friend class base::RefCounted<
OwnedMailbox
>;
image_transport_factory_browsertest.cc
44
scoped_refptr<
OwnedMailbox
> mailbox =
45
new
OwnedMailbox
(factory->GetGLHelper());
82
scoped_refptr<
OwnedMailbox
> mailbox_;
105
mailbox_ = new
OwnedMailbox
(helper);
reflector_impl.h
28
class
OwnedMailbox
;
85
scoped_refptr<
OwnedMailbox
> mailbox;
delegated_frame_host.h
200
scoped_refptr<
OwnedMailbox
> subscriber_texture,
207
scoped_refptr<
OwnedMailbox
> subscriber_texture,
212
scoped_refptr<
OwnedMailbox
> subscriber_texture,
304
std::vector<scoped_refptr<
OwnedMailbox
> > idle_frame_subscriber_textures_;
reflector_impl.cc
29
main.mailbox = new
OwnedMailbox
(helper);
123
main.mailbox = new
OwnedMailbox
(helper);
171
static void ReleaseMailbox(scoped_refptr<
OwnedMailbox
> mailbox,
delegated_frame_host.cc
178
scoped_refptr<
OwnedMailbox
> subscriber_texture;
185
subscriber_texture = new
OwnedMailbox
(helper);
680
scoped_refptr<
OwnedMailbox
> subscriber_texture,
697
scoped_refptr<
OwnedMailbox
> subscriber_texture,
720
scoped_refptr<
OwnedMailbox
> subscriber_texture,
[
all
...]
Completed in 171 milliseconds