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

  /external/chromium_org/content/renderer/pepper/
ppb_image_data_impl.cc 175 TransportDIB::Handle dib_handle; local
177 new ViewHostMsg_AllocTransportDIB(buffer_size, true, &dib_handle);
180 if (!TransportDIB::is_valid_handle(dib_handle))
183 dib = TransportDIB::CreateWithHandle(dib_handle);
  /external/chromium_org/content/plugin/
webplugin_proxy.h 160 void CreateCanvasFromHandle(const TransportDIB::Handle& dib_handle,
165 const TransportDIB::Handle& dib_handle,
webplugin_proxy.cc 421 const TransportDIB::Handle& dib_handle,
428 dib_handle,
431 CloseHandle(dib_handle);
457 const TransportDIB::Handle& dib_handle,
463 TransportDIB* dib = TransportDIB::Map(dib_handle);

Completed in 45 milliseconds