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

  /external/chromium_org/ppapi/c/dev/
ppb_resource_array_dev.h 76 PP_Resource (*GetAt)(PP_Resource resource_array, uint32_t index);
  /external/chromium_org/ppapi/shared_impl/
ppb_resource_array_shared.cc 47 PP_Resource PPB_ResourceArray_Shared::GetAt(uint32_t index) {
  /external/chromium_org/ppapi/thunk/
ppb_resource_array_dev_thunk.cc 45 PP_Resource GetAt(PP_Resource resource_array, uint32_t index) {
46 VLOG(4) << "PPB_ResourceArray_Dev::GetAt()";
50 return enter.object()->GetAt(index);
57 &GetAt
  /external/chromium_org/win8/metro_driver/
file_picker.cc 41 STDMETHOD(GetAt)(unsigned index, HSTRING* item) {
398 hr = files->GetAt(i, file.GetAddressOf());
file_picker_ash.cc 39 STDMETHOD(GetAt)(unsigned index, HSTRING* item) {
336 hr = files->GetAt(i, file.GetAddressOf());

Completed in 284 milliseconds