| /external/chromium_org/chrome/browser/history/ |
| history_browsertest.cc | 78 ui_test_utils::HistoryEnumerator enumerator(GetProfile()); 79 return enumerator.urls();
|
| history_backend.h | 195 enumerator); [all...] |
| history_service.h | 565 const scoped_refptr<URLEnumerator>& enumerator) OVERRIDE; [all...] |
| history_service.cc | [all...] |
| /external/chromium_org/chrome/browser/sync_file_system/local/ |
| local_file_change_tracker.cc | 382 scoped_ptr<FileSystemFileUtil::AbstractFileEnumerator> enumerator( 385 while (!(path_each = enumerator->Next()).empty()) {
|
| /external/lldb/examples/darwin/heap_find/heap/ |
| heap_find.cpp | 124 void enumerator(mach_stack_logging_record_t, void *), 686 zone->introspect->enumerator (mach_task_self(), [all...] |
| /external/lzma/CPP/7zip/UI/Common/ |
| LoadCodecs.cpp | 398 NFile::NFind::CEnumerator enumerator(folderPrefix + CSysString(TEXT("*")));
400 while (enumerator.Next(fi))
|
| /external/chromium_org/chrome/browser/resources/cryptotoken/ |
| gnubbies.js | 191 var enumerator = this.impl_[namespace].enumerate; 192 enumerator(makeEnumerateCb(namespace));
|
| /external/compiler-rt/lib/asan/ |
| asan_malloc_mac.cc | 319 asan_introspection.enumerator = &mi_enumerator;
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_ratectrl.c | 99 int enumerator = frame_type == KEY_FRAME ? 3300000 : 2250000; local 101 // q based adjustment to baseline enumerator 102 enumerator += (int)(enumerator * q) >> 12; 103 return (int)(0.5 + (enumerator * correction_factor / q)); [all...] |
| /external/chromium_org/chrome/browser/android/thumbnail/ |
| thumbnail_store.cc | 340 base::FileEnumerator enumerator(dir_path, false, base::FileEnumerator::FILES); 342 base::FilePath path = enumerator.Next(); 345 base::FileEnumerator::FileInfo info = enumerator.GetInfo();
|
| /external/chromium_org/third_party/skia/src/ports/ |
| SkFontMgr_win_dw.cpp | 246 SkTScopedComPtr<StreamFontFileEnumerator> enumerator; local 247 HR(StreamFontFileEnumerator::Create(factory, fFontFileLoader.get(), &enumerator)); 248 *fontFileEnumerator = enumerator.release();
|
| /external/chromium_org/ui/base/dragdrop/ |
| os_exchange_data_provider_win.cc | 62 // This Windows API is truly a gem. It wants to be an enumerator but assumes 86 // contents_ from the other enumerator's contents. 157 // MSDN implies it's OK to leave the enumerator trashed. 168 // Clone the current enumerator in its exact state, including cursor. 790 DWORD direction, IEnumFORMATETC** enumerator) { 795 *enumerator = e; 810 HRESULT DataObjectImpl::EnumDAdvise(IEnumSTATDATA** enumerator) { [all...] |
| /external/chromium_org/chrome/browser/history/android/ |
| android_provider_backend.cc | 815 ThumbnailDatabase::IconMappingEnumerator enumerator; local 822 &enumerator)) 826 while (enumerator.GetNextIconMapping(&icon_mapping)) { [all...] |
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
| Antlr.Runtime.Collections.pas | 139 /// they are returned by its enumerator, enclosed in curly brackets ("{}"). 151 /// they are returned by its enumerator, enclosed in square brackets ("[]").
|
| /external/chromium_org/third_party/icu/source/common/ |
| uloc.cpp | [all...] |
| /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
| vp9_ratectrl.c | 178 int enumerator = frame_type == KEY_FRAME ? 2700000 : 1800000; local 180 // q based adjustment to baseline enumerator 181 enumerator += (int)(enumerator * q) >> 12; 182 return (int)(enumerator * correction_factor / q); [all...] |
| /external/icu/icu4c/source/common/ |
| uloc.cpp | [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
| NPV8Object.cpp | 568 v8::Handle<v8::Function> enumerator = v8::Handle<v8::Function>::Cast(result); local 570 v8::Local<v8::Value> propsObj = V8ScriptRunner::callInternalFunction(enumerator, v8::Handle<v8::Object>::Cast(result), WTF_ARRAY_LENGTH(argv), argv, isolate);
|
| /external/emma/core/java12/com/vladium/emma/instr/ |
| InstrProcessorST.java | 63 // all the way to the path enumerator [although dir listing is reasonably fast] 656 // construct instr path enumerator [throws on illegal input only]: 657 final IPathEnumerator enumerator = IPathEnumerator.Factory.create (m_instrPath, m_canonical, this); local 712 // actual work is driven by the path enumerator: 715 enumerator.enumerate (); [all...] |
| /external/chromium_org/v8/src/ |
| heap-snapshot-generator.cc | 2219 GlobalObjectsEnumerator enumerator; local [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.apache.lucene_1.9.1.v20100518-1140.jar | |
| /external/lzma/CPP/7zip/UI/Client7z/ |
| Client7z.cpp | 445 STDMETHOD(EnumProperties)(IEnumSTATPROPSTG **enumerator);
498 STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG ** /* enumerator */)
|
| /external/chromium_org/chrome/browser/policy/ |
| policy_browsertest.cc | 349 base::FileEnumerator enumerator(dir, false, base::FileEnumerator::FILES); 350 EXPECT_EQ(file, enumerator.Next().BaseName()); 351 EXPECT_EQ(base::FilePath(), enumerator.Next()); 358 base::FileEnumerator enumerator(download_prefs->DownloadPath(), 362 while (!enumerator.Next().empty()) [all...] |
| /external/chromium_org/chrome/installer/util/ |
| shell_util.cc | [all...] |