Searched refs:iter (Results 476 - 500 of 2684) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
H A Dutils.cc17 for (std::vector<CharacteristicProperty>::const_iterator iter =
19 iter != properties.end();
20 ++iter)
21 property_list->Append(new base::StringValue(ToString(*iter)));
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_chromeos.cc25 for (DiskMountManager::DiskMap::const_iterator iter = disks.begin();
26 iter != disks.end();
27 ++iter) {
28 const DiskMountManager::Disk& disk = *iter->second;
/external/chromium_org/chrome/browser/extensions/
H A Dpage_action_controller.cc69 for (ExtensionSet::const_iterator iter = extensions.begin();
70 iter != extensions.end();
71 ++iter) {
72 ExtensionAction* action = GetActionForExtension(*iter);
/external/chromium_org/chrome/browser/notifications/
H A Dgoogle_now_notification_stats_collector.cc70 for (Notifications::iterator iter = visible_notifications.begin();
71 iter != visible_notifications.end();
72 ++iter) {
73 if ((*iter)->notifier_id().id == kChromeNowExtensionID)
/external/chromium_org/chrome/browser/
H A Dpepper_flash_settings_manager.cc367 for (std::vector<PendingRequest>::iterator iter =
369 iter != temp_pending_requests.end(); ++iter) {
370 switch (iter->type) {
375 DeauthorizeContentLicensesOnIOThread(iter->id);
378 GetPermissionSettingsOnIOThread(iter->id, iter->setting_type);
382 iter->id, iter->setting_type, iter
801 std::map<uint32, RequestType>::iterator iter = local
826 std::map<uint32, RequestType>::iterator iter = local
849 std::map<uint32, RequestType>::iterator iter = local
872 std::map<uint32, RequestType>::iterator iter = local
916 std::map<uint32, RequestType>::iterator iter = local
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service_factory.cc45 for (FactorySet::iterator iter = factories.begin();
46 iter != factories.end();
47 ++iter) {
48 DependsOn(*iter);
/external/chromium_org/chrome/common/extensions/
H A Dextension_file_util.cc27 for (ExtensionIconSet::IconMap::const_iterator iter = icon_set.map().begin();
28 iter != icon_set.map().end(); ++iter) {
29 image_paths->insert(base::FilePath::FromUTF8Unsafe(iter->second));
/external/chromium_org/content/common/
H A Dcontent_param_traits.h35 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
45 static bool Read(const Message* m, PickleIterator* iter, param_type* r) { argument
46 return r->Deserialize(iter);
59 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/content/common/cursors/
H A Dwebcursor_android.cc19 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { argument
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_factory.cc44 iter = adapter_callbacks.Get().begin();
45 iter != adapter_callbacks.Get().end();
46 ++iter) {
47 iter->Run(adapter);
/external/chromium_org/extensions/common/manifest_handlers/
H A Dpermissions_parser.cc135 for (APIPermissionSet::const_iterator iter = api_permissions->begin();
136 iter != api_permissions->end();
137 ++iter) {
138 Feature* feature = permission_features->GetFeature(iter->name());
142 DCHECK(feature) << "Could not find feature for " << iter->name();
145 to_remove.push_back(iter->id());
157 to_remove.push_back(iter->id());
161 if (iter->id() == APIPermission::kExperimental) {
172 for (std::vector<APIPermission::ID>::const_iterator iter = to_remove.begin();
173 iter !
[all...]
/external/chromium_org/google_apis/gcm/engine/
H A Dgcm_store_impl.cc388 for (PersistentIdList::const_iterator iter = persistent_ids.begin();
389 iter != persistent_ids.end();
390 ++iter) {
391 DVLOG(1) << "Removing incoming message with id " << *iter;
392 std::string key = MakeIncomingKey(*iter);
450 for (PersistentIdList::const_iterator iter = persistent_ids.begin();
451 iter != persistent_ids.end();
452 ++iter) {
453 DVLOG(1) << "Removing outgoing message with id " << *iter;
455 std::string key = MakeOutgoingKey(*iter);
[all...]
/external/chromium_org/remoting/host/
H A Dchromoting_param_traits.h19 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
27 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
35 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
43 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/remoting/jingle_glue/
H A Dserver_log_entry_unittest.cc31 std::map<std::string, std::string>::const_iterator iter = local
33 if (iter == key_value_pairs.end()) {
39 if (iter->second != value) {
40 *error = "attribute " + key + " has value " + iter->second +
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DVersionGLSL.cpp89 for (TIntermSequence::const_iterator iter = params.begin();
90 iter != params.end(); ++iter)
92 const TIntermTyped* param = (*iter)->getAsTyped();
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraphTraverse.cpp23 for (TGraphNodeSet::const_iterator iter = mDependentNodes.begin();
24 iter != mDependentNodes.end();
25 ++iter)
27 TGraphNode* node = *iter;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.h40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dbuilder.h20 // Build a Table file from the contents of *iter. The generated file
23 // If no data is present in *iter, meta->file_size will be set to
29 Iterator* iter,
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dstring_util.cc28 for (std::vector<std::string>::const_iterator iter = subst.begin();
29 iter != subst.end(); ++iter) {
30 sub_length += iter->length();
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_dead_code.cpp52 foreach_iter(exec_list_iterator, iter, v.variable_list) {
53 ir_variable_refcount_entry *entry = (ir_variable_refcount_entry *)iter.get();
134 foreach_iter(exec_list_iterator, iter, *instructions) {
135 ir_instruction *ir = (ir_instruction *)iter.get();
/external/chromium_org/third_party/skia/bench/
H A DPathIterBench.cpp71 SkPath::RawIter iter(fPath);
75 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { }
79 SkPath::Iter iter(fPath, false);
83 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) { }
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTraceMarker.cpp27 for (Iter iter = markerSet.begin(); iter != markerSet.end(); ++iter) {
28 this->add(*iter);
/external/deqp/framework/delibs/depool/
H A DdePoolHashArray.c37 int iter; local
39 for (iter = 0; iter < 3; iter++)
/external/eigen/Eigen/src/SparseCore/
H A DSparseRedux.h22 for (typename Derived::InnerIterator iter(derived(),j); iter; ++iter)
23 res += iter.value();
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.h40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);

Completed in 2632 milliseconds

<<11121314151617181920>>