Searched defs:existing (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_util_unittest.cc79 const char existing[] = "test@example.com"; local
80 EXPECT_EQ(existing, SanitizeEmail(existing));
/external/chromium_org/chrome/browser/extensions/
H A Dlocation_bar_controller.cc53 ExtensionActionMap::iterator existing = local
55 if (existing != active_script_actions_.end()) {
56 action = existing->second.get();
/external/chromium_org/extensions/browser/
H A Dblob_holder.cc28 BlobHolder* existing = static_cast<BlobHolder*>( local
31 if (existing)
32 return existing;
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dedit_search_engine_controller.cc89 TemplateURL* existing = local
91 if (existing && (!edit_keyword_delegate_ || existing != template_url_)) {
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Daccounts_options_handler.cc132 const base::ListValue* existing = NULL; local
133 if (cros_settings->GetList(kAccountsPrefUsers, &existing) && existing)
134 new_list.reset(existing->DeepCopy());
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c151 boolean existing = debug_serial((void*)p, &serial); local
164 if(!existing)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c151 boolean existing = debug_serial((void*)p, &serial); local
164 if(!existing)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java452 public static byte[] clone(byte[] data, byte[] existing) argument
458 if ((existing == null) || (existing.length != data.length))
462 System.arraycopy(data, 0, existing, 0, existing.length);
463 return existing;
526 public static long[] clone(long[] data, long[] existing) argument
532 if ((existing == null) || (existing.length != data.length))
536 System.arraycopy(data, 0, existing,
[all...]
/external/chromium_org/components/policy/core/browser/
H A Dmanaged_bookmarks_tracker.cc123 const BookmarkNode* existing = NULL; local
129 existing = node;
134 if (existing) {
135 // Reuse the existing node. The Move() is a nop if |existing| is already
137 model_->Move(existing, folder, folder_index);
139 UpdateBookmarks(existing, children);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_symbol_table.cpp87 symbol_table_entry *existing = get_entry(v->name); local
89 /* If there's already an existing function (not a constructor!) in
90 * the current scope, just update the existing entry to include 'v'.
92 if (existing->v == NULL && existing->t == NULL) {
93 existing->v = v;
97 /* If not declared at this scope, add a new entry. But if an existing
102 if (existing != NULL)
103 entry->f = existing->f;
127 symbol_table_entry *existing local
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_symbol_table.cpp87 symbol_table_entry *existing = get_entry(v->name); local
89 /* If there's already an existing function (not a constructor!) in
90 * the current scope, just update the existing entry to include 'v'.
92 if (existing->v == NULL && existing->t == NULL) {
93 existing->v = v;
97 /* If not declared at this scope, add a new entry. But if an existing
102 if (existing != NULL)
103 entry->f = existing->f;
127 symbol_table_entry *existing local
[all...]
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager_unittest.cc361 // Same as above, except with an existing form for the same signon realm,
557 PasswordForm* existing = new PasswordForm(MakeSimpleForm()); local
558 result.push_back(existing);
589 PasswordForm* existing = new PasswordForm(MakeSimpleForm()); local
590 result.push_back(existing);
749 // Simulate loading a simple form with no existing stored password.
812 // new password value. It shouldn't overwrite the existing password.
/external/chromium_org/components/policy/core/common/
H A Dpolicy_service_impl.cc39 // The highest (level, scope) pair for an existing proxy policy is determined
59 const PolicyMap::Entry* existing = policies->Get(key::kProxySettings); local
61 (!existing || current_priority.has_higher_priority_than(*existing))) {
213 // An existing namespace's policies have changed.
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDocumentExtensions.cpp287 OwnPtrWillBeMember<SVGPendingElements> existing = m_pendingResources.take(id); local
288 if (existing && !existing->isEmpty())
289 m_pendingResourcesForRemoval.add(id, existing.release());
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPictureUtils.cpp252 const GrAccelData* existing = local
254 if (existing) {
255 return existing;
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_permission_controller.cc182 bool existing = !index; local
188 existing == ContainsKey(pref_permitted_galleries_, pref_id)) {
192 if (existing) {
481 // Found duplicate entry. Get the existing permission from it and then
H A Dmedia_galleries_scan_result_controller.cc276 ScanResults::iterator existing = scan_results->find(gallery.pref_id); local
277 if (existing == scan_results->end()) {
282 existing->second.pref_info = gallery;
H A Dmedia_scan_manager.cc66 // existing locations and moves them from |found_folders| to |child_folders|.
129 // First, remove any existing scan results where no app has been granted
200 bool existing = preferences->LookUpGalleryByPath(it->first, &gallery); local
201 DCHECK(!existing);
H A Dmedia_file_system_registry_unittest.cc404 ProfileRPHMap::iterator existing = rph_map_.find(browser_context); local
405 if (existing == rph_map_.end())
407 content::MockRenderProcessHost* result = existing->second;
408 rph_map_.erase(existing);
416 ProfileRPHMap::const_iterator existing = rph_map_.find(browser_context); local
417 if (existing != rph_map_.end())
418 return existing->second;
695 // Get all existing gallery names.
1036 // This part of the test is conditional on default directories existing
/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache.cc228 ProgramMRUCache::iterator existing = store_.Peek(sha_string); local
229 if(existing != store_.end())
230 store_.Erase(existing);
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateActive.cpp298 void SkActive::pickUp(SkActive* existing) { argument
307 existing->fInterpolators[index]->timeToValues(
308 existing->fState[index].fTicks - existing->fState[index].fStartTime, existingValues.begin());
320 existing->fState[index].fDuration = (SkMSec) SkScalarMulDiv(fState[index].fDuration,
474 // of the existing animate object then remove it from the list
/external/chromium_org/third_party/skia/src/core/
H A DSkResourceCache.cpp207 Rec* existing = fHash->find(rec->getKey()); local
208 if (existing) {
/external/skia/src/animator/
H A DSkAnimateActive.cpp298 void SkActive::pickUp(SkActive* existing) { argument
307 existing->fInterpolators[index]->timeToValues(
308 existing->fState[index].fTicks - existing->fState[index].fStartTime, existingValues.begin());
320 existing->fState[index].fDuration = (SkMSec) SkScalarMulDiv(fState[index].fDuration,
474 // of the existing animate object then remove it from the list
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc127 // Looks for duplicates in both |to_add| and |existing| word lists. Returns a
129 int SanitizeWordsToAdd(const WordSet& existing, WordList& to_add) { argument
132 WordList new_words = base::STLSetDifference<WordList>(to_add, existing);
151 // Removes word from |to_remove| that are missing from |existing| word list and
153 int SanitizeWordsToRemove(const WordSet& existing, WordList& to_remove) { argument
157 std::set_intersection(existing.begin(),
158 existing.end(),
/external/chromium_org/third_party/webrtc/base/
H A Dnetwork.cc194 // Next, look for existing network objects to re-use.
201 NetworkMap::iterator existing = networks_map_.find(key); local
202 if (existing == networks_map_.end()) {
212 *changed = existing->second->SetIPs(it->second.ips, *changed);
213 merged_list.push_back(existing->second);
214 if (existing->second != net) {

Completed in 4190 milliseconds

123