Searched refs:existingEntry (Results 1 – 4 of 4) sorted by relevance
185 FileSystemEntry existingEntry = children.find(elementNameLower); in addUniqueChild() local186 if (existingEntry != null) { in addUniqueChild()187 FileSystemEntry virtualEntry = existingEntry; in addUniqueChild()190 if (!(existingEntry instanceof VirtualGroupEntry)) { in addUniqueChild()191 if (existingEntry.file.getName().equals(elementName)) { in addUniqueChild()193 return existingEntry.file; in addUniqueChild()195 … return existingEntry.addUniqueChild(pathElements, pathElementsIndex + 1); in addUniqueChild()198 virtualEntry = existingEntry.makeVirtual(file); in addUniqueChild()247 FileSystemEntry existingEntry = groupEntries.find(elementName); in addUniqueChild() local248 if (existingEntry != null) { in addUniqueChild()[all …]
192 TestNavigationEntry* existingEntry = (existingEntryIndex != -1) ? in didNavigateToEntry() local194 if (!existingEntry) { in didNavigateToEntry()196 } else if (existingEntry == m_pendingEntry.get()) { in didNavigateToEntry()199 existingEntry->setURL(entry->URL()); in didNavigateToEntry()200 existingEntry->setContentState(entry->contentState()); in didNavigateToEntry()205 && GURL(m_pendingEntry->URL()) == GURL(existingEntry->URL().spec())) { in didNavigateToEntry()212 existingEntry->setURL(entry->URL()); in didNavigateToEntry()213 existingEntry->setContentState(entry->contentState()); in didNavigateToEntry()
87 StaticValueEntry* existingEntry = m_staticValues->get(impl); in OpaqueJSClass() local89 delete existingEntry; in OpaqueJSClass()103 StaticFunctionEntry* existingEntry = m_staticFunctions->get(impl); in OpaqueJSClass() local105 delete existingEntry; in OpaqueJSClass()
484 … Map.Entry<String, List<? extends DNSEntry>> existingEntry = this.getEntry(dnsEntry.getKey()); in removeDNSEntry() local485 if (existingEntry != null) { in removeDNSEntry()486 result = existingEntry.getValue().remove(dnsEntry); in removeDNSEntry()488 if (existingEntry.getValue().isEmpty()) { in removeDNSEntry()489 this.entrySet().remove(existingEntry); in removeDNSEntry()