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

  /external/chromium_org/chrome/installer/mini_installer/
pe_resource.cc 27 HGLOBAL data_handle = ::LoadResource(module_, resource_); local
28 if (NULL == data_handle) {
31 void* data = ::LockResource(data_handle);
  /external/chromium_org/mojo/apps/js/test/
js_to_cpp_unittest.cc 136 CheckDataPipe(arg.data_handle.get().value());
191 if (arg->data_handle.is_valid())
192 CheckCorruptedDataPipe(arg->data_handle.get().value());
  /external/chromium_org/ui/base/resource/
resource_bundle.h 345 bool LoadBitmap(const ResourceHandle& data_handle,
resource_bundle.cc 760 bool ResourceBundle::LoadBitmap(const ResourceHandle& data_handle,
766 data_handle.GetStaticMemory(resource_id));

Completed in 1055 milliseconds