Searched defs:object_array (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Djumplist_win.cc320 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/
H A Dmetadata_object.c172 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) argument
216 FLAC__ASSERT(0 != object_array && num_comments > 0);
219 if(0 != object_array[
226 vorbiscomment_entry_array_copy_(const FLAC__StreamMetadata_VorbisComment_Entry *object_array, unsigned num_comments) argument
358 cuesheet_track_array_delete_(FLAC__StreamMetadata_CueSheet_Track *object_array, unsigned num_tracks) argument
375 cuesheet_track_array_copy_(const FLAC__StreamMetadata_CueSheet_Track *object_array, unsigned num_tracks) argument
[all...]

Completed in 189 milliseconds