Searched defs:found (Results 201 - 225 of 821) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_service.cc3 // found in the LICENSE file.
87 SyncedNotification* found = FindNotificationById(key); local
89 if (NULL == found) {
95 if (incoming->EqualsIgnoringReadState(*found)) {
97 if (incoming->GetReadState() == found->GetReadState()) {
104 found->NotificationHasBeenDismissed();
106 notification_manager_->CancelById(found->GetKey());
109 found->NotificationHasBeenRead();
111 notification_manager_->CancelById(found->GetKey());
114 syncer::SyncData sync_data = CreateSyncDataFromNotification(*found);
186 SyncedNotification* found = FindNotificationById(key); local
[all...]
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_linux_unittest.cc3 // found in the LICENSE file.
163 bool found = false; local
169 found = true;
173 ASSERT_TRUE(found);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsessions_helper.cc3 // found in the LICENSE file.
125 bool found; local
128 found = false;
129 while (!found) {
130 found = ModelAssociatorHasTabWithUrl(index, *it);
137 if (!found) {
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_api_util.cc3 // found in the LICENSE file.
150 RemoteResourceByResourceId::iterator found = local
157 if (found != remote_resources_.end() && !found->second.deleted) {
159 CreateResourceEntry(found->second));
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker.cc3 // found in the LICENSE file.
145 FileChangeMap::iterator found = changes_.find(url); local
146 if (found == changes_.end())
148 *changes = found->second.change_list;
156 FileChangeMap::iterator found = changes_.find(url); local
157 if (found == changes_.end())
159 change_seqs_.erase(found->second.change_seq);
160 changes_.erase(found);
H A Dlocal_file_sync_service.cc3 // found in the LICENSE file.
79 Map::iterator found = change_count_map_.find(origin); local
80 if (found != change_count_map_.end()) {
81 if (next_ == found)
83 change_count_map_.erase(found);
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_commands.cc3 // found in the LICENSE file.
143 bool found = false; local
149 found = true;
176 found = true;
182 if (!found)
410 return Status(kUnknownError, "log type '" + log_type + "' not found");
/external/chromium_org/chrome/test/webdriver/commands/
H A Dchrome_commands.cc3 // found in the LICENSE file.
133 bool found = false; local
149 found = true;
155 if (!found) {
/external/chromium_org/chrome/tools/convert_dict/
H A Daff_reader.cc3 // found in the LICENSE file.
156 std::map<std::string, int>::iterator found = affix_groups_.find(af_string); local
157 if (found != affix_groups_.end())
158 return found->second;
/external/chromium_org/chrome_frame/
H A Dchrome_frame_helper_util.cc3 // found in the LICENSE file.
141 bool found = false; local
154 found = true;
159 return found;
171 // We found a match on a top level window. Return false to stop enumerating.
181 // We found the window we are looking for.
/external/chromium_org/chrome_frame/test/
H A Dready_mode_unittest.cc3 // found in the LICENSE file.
167 bool found; member in struct:ReadyPromptWindowButtonTest::ClickOnCaptionData
189 EXPECT_FALSE(data->found);
200 data->found = true;
211 return data.found;
/external/chromium_org/chromeos/network/
H A Dnetwork_profile_handler.cc3 // found in the LICENSE file.
159 ProfileList::iterator found = std::find_if(profiles_.begin(), profiles_.end(), local
161 if (found == profiles_.end())
163 NetworkProfile profile = *found;
164 profiles_.erase(found);
171 ProfileList::const_iterator found = local
175 if (found == profiles_.end())
177 return &*found;
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_impl.cc3 // found in the LICENSE file.
67 StorageNamespaceMap::iterator found = namespaces_.find(namespace_id);
68 if (found == namespaces_.end()) {
84 return found->second.get();
168 StorageNamespaceMap::iterator found = local
170 if (found != namespaces_.end())
171 found->second->PurgeMemory(DOMStorageNamespace::PURGE_AGGRESSIVE);
297 StorageNamespaceMap::iterator found = namespaces_.find(existing_id); local
298 if (found != namespaces_.end())
299 namespaces_[new_id] = found
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store_unittest.cc3 // found in the LICENSE file.
291 bool found; local
293 database_name, &database, &found);
295 EXPECT_TRUE(found);
H A Dindexed_db_fake_backing_store.cc3 // found in the LICENSE file.
19 bool* found) {
86 bool* found) {
16 GetIDBDatabaseMetaData( const string16& name, IndexedDBDatabaseMetadata*, bool* found) argument
80 KeyExistsInObjectStore( Transaction*, int64 database_id, int64 object_store_id, const IndexedDBKey&, RecordIdentifier* found_record_identifier, bool* found) argument
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc3 // found in the LICENSE file.
73 bool* found) {
74 *found = false;
83 *found = true;
87 bool ok = db_->Get(key, value, found, &snapshot_);
89 DCHECK(!*found);
71 Get(const StringPiece& key, std::string* value, bool* found) argument
/external/chromium_org/content/renderer/pepper/
H A Dhost_globals.cc3 // found in the LICENSE file.
108 InstanceMap::iterator found = instance_map_.find(instance); local
109 if (found == instance_map_.end())
111 return found->second->module()->GetCallbackTracker().get();
218 ModuleMap::iterator found = module_map_.find(module); local
219 if (found == module_map_.end()) {
223 module_map_.erase(found);
229 ModuleMap::iterator found = module_map_.find(module); local
230 if (found == module_map_.end())
232 return found
270 InstanceMap::iterator found = instance_map_.find(instance); local
[all...]
/external/chromium_org/courgette/
H A Ddisassembler_elf_32_arm.cc3 // found in the LICENSE file.
391 bool found = false; local
394 if (!found && (p + 3) <= end_pointer) {
404 found = true;
413 found = true;
418 if (!found && (p + 5) <= end_pointer) {
433 found = true;
444 found = true;
450 if (!found && on_32bit && (p + 5) <= end_pointer) {
461 found
[all...]
/external/chromium_org/dbus/
H A Ddbus_statistics.cc3 // found in the LICENSE file.
111 StatSet::iterator found = stats_.find(stat.get()); local
112 if (found != stats_.end())
113 return *found;
116 found = stats_.insert(stat.release()).first;
117 return *found;
/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache.cc3 // found in the LICENSE file.
134 ProgramMRUCache::iterator found = store_.Get(sha_string); local
135 if (found == store_.end()) {
138 const scoped_refptr<ProgramCacheValue> value = found->second;
/external/chromium_org/net/quic/crypto/
H A Dcert_compressor.cc3 // found in the LICENSE file.
375 bool found = false; local
379 found = true;
383 if (!found) {
H A Dcrypto_handshake_test.cc3 // found in the LICENSE file.
95 bool found = false; local
99 found = true;
105 ASSERT_TRUE(found) << "Failed to find match for " << i->first
/external/chromium_org/ppapi/host/
H A Dppapi_host.cc3 // found in the LICENSE file.
237 PendingHostResourceMap::iterator found = local
239 if (found == pending_resource_hosts_.end()) {
244 found->second->SetPPResourceForPendingHost(pp_resource);
245 resources_[pp_resource] = found->second;
246 pending_resource_hosts_.erase(found);
250 ResourceMap::iterator found = resources_.find(resource); local
251 if (found == resources_.end()) {
260 linked_ptr<ResourceHost> delete_at_end_of_scope(found->second);
261 resources_.erase(found);
265 ResourceMap::const_iterator found = resources_.find(resource); local
[all...]
/external/chromium_org/ppapi/proxy/
H A Dhost_dispatcher.cc3 // found in the LICENSE file.
33 ModuleToDispatcherMap::const_iterator found = local
35 if (found == g_module_to_dispatcher->end()) {
41 if (!found->second->Send(new PpapiMsg_ReserveInstanceId(instance, &usable)))
107 InstanceToDispatcherMap::iterator found = g_instance_to_dispatcher->find(
109 if (found == g_instance_to_dispatcher->end())
111 return found->second;
126 InstanceToDispatcherMap::iterator found = g_instance_to_dispatcher->find(
128 if (found != g_instance_to_dispatcher->end())
129 g_instance_to_dispatcher->erase(found);
[all...]
H A Dplugin_dispatcher.cc3 // found in the LICENSE file.
98 InstanceToDispatcherMap::iterator found = g_instance_to_dispatcher->find(
100 if (found == g_instance_to_dispatcher->end())
102 return found->second;
131 InstanceToDispatcherMap::iterator found = local
133 if (found != g_instance_to_dispatcher->end()) {
135 found->second->Send(new PpapiHostMsg_LogWithSource(
151 InterfaceMap::iterator found = plugin_interfaces_.find(interface_name); local
152 if (found == plugin_interfaces_.end()) {
157 return found
265 InstanceToDispatcherMap::iterator found = g_instance_to_dispatcher->find( local
[all...]

Completed in 593 milliseconds

1234567891011>>