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

  /external/chromium/chrome/browser/
jumplist_win.cc 320 base::win::ScopedComPtr<IObjectArray> object_array; local
321 result = collection.QueryInterface(object_array.Receive());
325 return list->AppendCategory(category.c_str(), object_array);
375 base::win::ScopedComPtr<IObjectArray> object_array; local
376 result = collection.QueryInterface(object_array.Receive());
380 return list->AddUserTasks(object_array);
  /external/flac/libFLAC/
metadata_object.c 172 FLAC__StreamMetadata_SeekPoint *object_array; local
176 object_array = (FLAC__StreamMetadata_SeekPoint*)safe_malloc_mul_2op_(num_points, /*times*/sizeof(FLAC__StreamMetadata_SeekPoint));
178 if(0 != object_array) {
181 object_array[i].sample_number = FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER;
182 object_array[i].stream_offset = 0;
183 object_array[i].frame_samples = 0;
187 return object_array;
212 static void vorbiscomment_entry_array_delete_(FLAC__StreamMetadata_VorbisComment_Entry *object_array, unsigned num_comments)
216 FLAC__ASSERT(0 != object_array && num_comments > 0);
219 if(0 != object_array[i].entry
    [all...]

Completed in 165 milliseconds