HomeSort by relevance Sort by last modified time
    Searched refs:enumerator (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/chromium_org/storage/browser/fileapi/
plugin_private_file_system_backend.cc 238 scoped_ptr<ObfuscatedFileUtil::AbstractOriginEnumerator> enumerator(
241 while (!(origin = enumerator->Next()).is_empty())
251 scoped_ptr<ObfuscatedFileUtil::AbstractOriginEnumerator> enumerator(
254 while (!(origin = enumerator->Next()).is_empty()) {
sandbox_file_system_backend_delegate.cc 353 scoped_ptr<OriginEnumerator> enumerator(CreateOriginEnumerator());
355 while (!(origin = enumerator->Next()).is_empty()) {
356 if (enumerator->HasFileSystemType(type))
376 scoped_ptr<OriginEnumerator> enumerator(CreateOriginEnumerator());
378 while (!(origin = enumerator->Next()).is_empty()) {
380 enumerator->HasFileSystemType(type))
601 scoped_ptr<FileSystemFileUtil::AbstractFileEnumerator> enumerator(
608 while (!(file_path_each = enumerator->Next()).empty()) {
609 usage += enumerator->Size();
  /external/chromium_org/media/audio/win/
core_audio_util_win_unittest.cc 58 ScopedComPtr<IMMDeviceEnumerator> enumerator =
60 EXPECT_TRUE(enumerator);
149 ScopedComPtr<IMMDeviceEnumerator> enumerator(
151 ASSERT_TRUE(enumerator);
158 ASSERT_TRUE(SUCCEEDED(enumerator->EnumAudioEndpoints(flows[i],
166 device, enumerator));
490 ScopedComPtr<IMMDeviceEnumerator> enumerator(
492 ASSERT_TRUE(enumerator);
497 ASSERT_TRUE(SUCCEEDED(enumerator->EnumAudioEndpoints(eCapture,
core_audio_util_win.h 87 // The device enumerator is required as well as the device itself since
93 IMMDeviceEnumerator* enumerator);
  /external/chromium_org/third_party/icu/source/common/
ucnvsel.cpp 590 struct Enumerator {
600 ucnvsel_close_selector_iterator(UEnumeration *enumerator) {
601 uprv_free(((Enumerator*)(enumerator->context))->index);
602 uprv_free(enumerator->context);
603 uprv_free(enumerator);
608 ucnvsel_count_encodings(UEnumeration *enumerator, UErrorCode *status) {
613 return ((Enumerator*)(enumerator->context))->length;
617 static const char* U_CALLCONV ucnvsel_next_encoding(UEnumeration* enumerator,
    [all...]
ucnv_io.cpp 768 ucnv_io_countStandardAliases(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
770 UAliasContext *myContext = (UAliasContext *)(enumerator->context);
780 ucnv_io_nextStandardAliases(UEnumeration *enumerator,
784 UAliasContext *myContext = (UAliasContext *)(enumerator->context);
807 ucnv_io_resetStandardAliases(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
808 ((UAliasContext *)(enumerator->context))->listIdx = 0;
812 ucnv_io_closeUEnumeration(UEnumeration *enumerator) {
813 uprv_free(enumerator->context);
814 uprv_free(enumerator);
    [all...]
  /external/icu/icu4c/source/common/
ucnvsel.cpp 590 struct Enumerator {
600 ucnvsel_close_selector_iterator(UEnumeration *enumerator) {
601 uprv_free(((Enumerator*)(enumerator->context))->index);
602 uprv_free(enumerator->context);
603 uprv_free(enumerator);
608 ucnvsel_count_encodings(UEnumeration *enumerator, UErrorCode *status) {
613 return ((Enumerator*)(enumerator->context))->length;
617 static const char* U_CALLCONV ucnvsel_next_encoding(UEnumeration* enumerator,
    [all...]
ucnv_io.cpp 768 ucnv_io_countStandardAliases(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
770 UAliasContext *myContext = (UAliasContext *)(enumerator->context);
780 ucnv_io_nextStandardAliases(UEnumeration *enumerator,
784 UAliasContext *myContext = (UAliasContext *)(enumerator->context);
807 ucnv_io_resetStandardAliases(UEnumeration *enumerator, UErrorCode * /*pErrorCode*/) {
808 ((UAliasContext *)(enumerator->context))->listIdx = 0;
812 ucnv_io_closeUEnumeration(UEnumeration *enumerator) {
813 uprv_free(enumerator->context);
814 uprv_free(enumerator);
    [all...]
  /external/chromium_org/content/browser/
storage_partition_impl_map.cc 175 base::FileEnumerator enumerator(current_dir, false, kAllFileTypes);
176 for (base::FilePath to_delete = enumerator.Next(); !to_delete.empty();
177 to_delete = enumerator.Next()) {
312 base::FileEnumerator enumerator(storage_root, false, kAllFileTypes);
319 for (base::FilePath path = enumerator.Next(); !path.empty();
320 path = enumerator.Next()) {
  /external/chromium_org/content/browser/devtools/
devtools_system_info_handler.cc 31 class AuxGPUInfoEnumerator : public gpu::GPUInfo::Enumerator {
121 AuxGPUInfoEnumerator enumerator(aux_attributes);
122 gpu_info.EnumerateFields(&enumerator);
  /external/chromium_org/gpu/config/
gpu_info.h 190 class Enumerator {
218 virtual ~Enumerator() {}
221 // Outputs the fields in this structure to the provided enumerator.
222 void EnumerateFields(Enumerator* enumerator) const;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
chatroommodule.h 107 //! Gets an enumerator for the members in the chatroom
108 //! The caller must delete the enumerator when the caller is finished with it.
109 //! The caller must also ensure that the lifetime of the enumerator is
111 virtual XmppReturnStatus CreateMemberEnumerator(XmppChatroomMemberEnumerator** enumerator) = 0;
127 //! Returns null if the enumerator is before the beginning
131 //! Returns whether the enumerator is valid
133 //! since the enumerator was created
136 //! Returns whether the enumerator is before the beginning
137 //! This is the initial state of the enumerator
140 //! Returns whether the enumerator is after the en
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_garbage_collector.cc 150 base::FileEnumerator enumerator(install_directory,
154 for (base::FilePath extension_path = enumerator.Next();
156 extension_path = enumerator.Next()) {
  /external/chromium_org/content/test/
image_decoder_test.cc 124 base::FileEnumerator enumerator(data_dir_, false,
127 for (base::FilePath next_file_name = enumerator.Next();
128 !next_file_name.empty(); next_file_name = enumerator.Next()) {
  /external/chromium_org/extensions/browser/value_store/
leveldb_value_store_unittest.cc 164 base::FileEnumerator enumerator(
166 for (base::FilePath file = enumerator.Next(); !file.empty();
167 file = enumerator.Next()) {
  /external/chromium_org/media/video/capture/linux/
video_capture_device_factory_linux.cc 84 base::FileEnumerator enumerator(
87 while (!enumerator.Next().empty()) {
88 base::FileEnumerator::FileInfo info = enumerator.GetInfo();
  /external/chromium_org/chrome/browser/extensions/updater/
local_extension_cache.cc 279 base::FileEnumerator enumerator(cache_dir, false /* recursive */, types);
280 for (base::FilePath path = enumerator.Next();
281 !path.empty(); path = enumerator.Next()) {
282 base::FileEnumerator::FileInfo info = enumerator.GetInfo();
444 base::FileEnumerator enumerator(cache_dir,
448 for (base::FilePath path = enumerator.Next(); !path.empty();
449 path = enumerator.Next()) {
  /external/chromium_org/content/browser/fileapi/
native_file_util_unittest.cc 170 scoped_ptr<FileSystemFileUtil::AbstractFileEnumerator> enumerator = local
175 for (base::FilePath path = enumerator->Next(); !path.empty();
176 path = enumerator->Next())
182 scoped_ptr<FileSystemFileUtil::AbstractFileEnumerator> enumerator = local
190 for (base::FilePath path = enumerator->Next(); !path.empty();
191 path = enumerator->Next())
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_flash_file_message_filter.cc 217 base::FileEnumerator enumerator(full_path,
223 while (!enumerator.Next().empty()) {
224 base::FileEnumerator::FileInfo info = enumerator.GetInfo();
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 182 LOG(LS_ERROR) << "Failed to create device enumerator, hr=" << hr;
262 CComPtr<IMMDeviceEnumerator> enumerator; local
265 __uuidof(IMMDeviceEnumerator), reinterpret_cast<void**>(&enumerator));
268 hr = enumerator->EnumAudioEndpoints((input ? eCapture : eRender),
306 // Note, we don't use the System Device Enumerator interface here since it
  /external/chromium_org/android_webview/browser/
aw_browser_context.h 118 const scoped_refptr<URLEnumerator>& enumerator) OVERRIDE;
aw_browser_context.cc 305 const scoped_refptr<URLEnumerator>& enumerator) {
309 enumerator->OnComplete(true);
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 85 NFind::CEnumeratorW enumerator(phyPrefix + (wchar_t)kAnyStringWildcard);
90 if (!enumerator.Next(fi, found))
207 // so we don't need file_system's dir enumerator
288 NFind::CEnumeratorW enumerator(phyPrefix + wchar_t(kAnyStringWildcard));
293 if (!enumerator.Next(fi, found))
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.h 64 DWORD direction, IEnumFORMATETC** enumerator);
68 HRESULT __stdcall EnumDAdvise(IEnumSTATDATA** enumerator);
  /external/clang/test/PCH/
cxx-templates.h 254 enumerator enumerator in enum:PR13020::E
257 T t = enumerator;

Completed in 1670 milliseconds

12 3 4 5