Searched defs:added (Results 1 - 25 of 128) sorted by relevance

123456

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_device_lister_impl.cc46 bool added, const ServiceDescription& service_description) {
54 added, service_description.service_name, device_description);
45 OnDeviceChanged( bool added, const ServiceDescription& service_description) argument
H A Dservice_discovery_device_lister.cc59 bool added = (update == ServiceWatcher::UPDATE_ADDED); local
72 added,
87 bool added,
95 delegate_->OnDeviceChanged(added, service_description);
86 OnResolveComplete( bool added, std::string service_name, ServiceResolver::RequestStatus status, const ServiceDescription& service_description) argument
H A Dprivet_local_printer_lister.cc50 bool added,
60 delegate_->LocalPrinterChanged(added, name, i->second->has_local_printing,
49 DeviceChanged( bool added, const std::string& name, const DeviceDescription& description) argument
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_device_lister.cc57 bool added,
63 << "added: " << added << ", "
65 delegate_->ServiceChanged(device_lister_.service_type(), added, service);
56 OnDeviceChanged( bool added, const ServiceDescription& service_description) argument
H A Ddns_sd_registry.cc49 bool added, const DnsSdService& service) {
54 // Set to true when a service is updated in or added to the registry.
55 bool updated_or_added = added;
58 // If added == true, but we still found the service in our cache, then just
60 DCHECK(!added);
65 } else if (added) {
70 << ", added: " << added
72 << ", updated or added: " << updated_or_added;
163 bool added,
48 UpdateService( bool added, const DnsSdService& service) argument
162 ServiceChanged(const std::string& service_type, bool added, const DnsSdService& service) argument
[all...]
/external/chromium_org/components/policy/core/common/
H A Dschema_registry_unittest.cc54 PolicyNamespaceList added; local
56 schema_map1->GetChanges(schema_map2, &removed, &added);
57 return added.empty() && removed.empty();
H A Dschema_map_unittest.cc318 PolicyNamespaceList added; local
319 newer->GetChanges(older, &removed, &added);
321 EXPECT_TRUE(added.empty());
326 newer->GetChanges(older, &removed, &added);
328 ASSERT_EQ(1u, added.size());
329 EXPECT_EQ(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "xyz"), added[0]); local
334 newer->GetChanges(older, &removed, &added);
338 ASSERT_EQ(1u, added.size());
339 EXPECT_EQ(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"), added[0]); local
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageOverlayList.cpp54 bool added = false; local
60 added = true;
95 return added;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_getenv.c96 int added; local
122 added = 0;
136 added = 1;
141 if ( ! added ) {
147 added = 1;
152 return (added ? 0 : -1);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcurrentspeakermonitor.cc97 // It's possible we haven't yet added this source to our map. If so,
198 const MediaStreams& added, const MediaStreams& removed) {
201 // Update the speaking state map based on added and removed streams.
208 it = added.audio().begin(); it != added.audio().end(); ++it) {
196 OnMediaStreamsUpdate( AudioSourceContext* audio_source_context, BaseSession* session, const MediaStreams& added, const MediaStreams& removed) argument
/external/chromium_org/ui/gfx/geometry/
H A Dquad_unittest.cc61 QuadF added = q1 + v; local
67 EXPECT_EQ(expected1, added);
/external/chromium_org/base/files/
H A Dfile_path_unittest.cc962 FilePath added = path.AddExtension(cases[i].inputs[1]); local
963 EXPECT_EQ(cases[i].expected, added.value()) << "i: " << i <<
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationRecord.cpp47 ChildListRecord(PassRefPtrWillBeRawPtr<Node> target, PassRefPtrWillBeRawPtr<StaticNodeList> added, PassRefPtrWillBeRawPtr<StaticNodeList> removed, PassRefPtrWillBeRawPtr<Node> previousSibling, PassRefPtrWillBeRawPtr<Node> nextSibling) argument
49 , m_addedNodes(added)
193 PassRefPtrWillBeRawPtr<MutationRecord> MutationRecord::createChildList(PassRefPtrWillBeRawPtr<Node> target, PassRefPtrWillBeRawPtr<StaticNodeList> added, PassRefPtrWillBeRawPtr<StaticNodeList> removed, PassRefPtrWillBeRawPtr<Node> previousSibling, PassRefPtrWillBeRawPtr<Node> nextSibling) argument
195 return adoptRefWillBeNoop(new ChildListRecord(target, added, removed, previousSibling, nextSibling));
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache_test.cc155 int added = 0; local
157 while (added < 2*kCacheSize) {
160 added += weight;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_symbol_table.cpp104 int added = _mesa_symbol_table_add_symbol(table, -1, v->name, entry); local
105 assert(added == 0);
106 (void)added;
146 int added = _mesa_symbol_table_add_global_symbol(table, -1, f->name, entry); local
147 assert(added == 0);
148 (void)added;
/external/lldb/source/Breakpoint/
H A DBreakpointList.cpp207 BreakpointList::UpdateBreakpoints (ModuleList& module_list, bool added) argument
213 (*pos)->ModulesChanged (module_list, added);
/external/mesa3d/src/glsl/
H A Dglsl_symbol_table.cpp104 int added = _mesa_symbol_table_add_symbol(table, -1, v->name, entry); local
105 assert(added == 0);
106 (void)added;
146 int added = _mesa_symbol_table_add_global_symbol(table, -1, f->name, entry); local
147 assert(added == 0);
148 (void)added;
/external/chromium_org/base/
H A Dcallback_list_unittest.cc67 bool added() const { return added_; } function in class:base::__anon2204::Adder
148 // Sanity check that closures added to the list will be run, and those removed
183 // Sanity check that callbacks with details added to the list will be run, with
260 // without invalidating the iterator. The newly added callback should be run on
275 EXPECT_TRUE(a.added());
H A Dobserver_list_unittest.cc75 : added(false),
81 if (!added) {
82 added = true;
87 bool added; member in class:base::__anon2397::AddInObserve
278 // No MessageLoop, so these should not be added.
444 EXPECT_TRUE(b.added);
445 // B's adder should not have been notified because it was added during
468 EXPECT_TRUE(b.added);
469 // B's adder should not have been notified because it was added during
490 bool added() cons function in class:base::__anon2397::AddInClearObserve
[all...]
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc90 void LoadSchemas(scoped_ptr<ExtensionSet> added);
135 scoped_ptr<ExtensionSet> added(new ExtensionSet);
136 added->Insert(extension);
137 LoadSchemas(added.Pass());
159 scoped_ptr<ExtensionSet> added) {
161 ExtensionSet::const_iterator it = added->begin();
162 while (it != added->end()) {
168 added->Remove(to_remove);
175 base::Passed(&added),
158 LoadSchemas( scoped_ptr<ExtensionSet> added) argument
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_service_chromeos.cc120 VLOG(1) << "Characteristics cannot be added to a remote GATT service.";
126 VLOG(1) << "Included services cannot be added to a remote GATT service.";
171 bool added) {
176 if (added) {
168 NotifyDescriptorAddedOrRemoved( BluetoothRemoteGattCharacteristicChromeOS* characteristic, BluetoothRemoteGattDescriptorChromeOS* descriptor, bool added) argument
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_test.cc26 bool added) {}
24 OnIncomingCSRCChanged(int channel, unsigned int CSRC, bool added) argument
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura_unittest.cc190 bool added() const { return added_; } function in class:views::__anon17154::PropertyTestLayoutManager
236 // value when added to the layout manager.
248 EXPECT_TRUE(layout_manager->added());
/external/e2fsprogs/intl/
H A Dlocalealias.c156 size_t added; local
188 added = 0;
189 while (added == 0 && locale_alias_path[0] != '\0')
202 added = read_alias_file (start, locale_alias_path - start);
205 while (added != 0);
221 size_t added; local
243 added = 0;
303 return added;
316 return added;
342 ++added;
[all...]
/external/openssl/crypto/engine/
H A Deng_table.c133 int ret = 0, added = 0; local
137 added = 1;
140 if(added)
141 /* The cleanup callback needs to be added */

Completed in 8374 milliseconds

123456