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

  /external/chromium_org/ui/surface/
transport_dib_posix.cc 45 scoped_ptr<TransportDIB> dib(CreateWithHandle(handle));
52 TransportDIB* TransportDIB::CreateWithHandle(Handle handle) {
transport_dib_win.cc 45 scoped_ptr<TransportDIB> dib(CreateWithHandle(handle));
52 TransportDIB* TransportDIB::CreateWithHandle(Handle handle) {
transport_dib_gtk.cc 73 scoped_ptr<TransportDIB> dib(CreateWithHandle(handle));
80 TransportDIB* TransportDIB::CreateWithHandle(Handle shmkey) {

Completed in 132 milliseconds