Searched defs:isNewEntry (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DScopedStyleTree.cpp39 bool isNewEntry; local
40 ScopedStyleResolver* scopedStyleResolver = addScopedStyleResolver(scopingNode, isNewEntry);
41 if (isNewEntry)
56 ScopedStyleResolver* ScopedStyleTree::addScopedStyleResolver(ContainerNode& scopingNode, bool& isNewEntry) argument
60 if (addResult.isNewEntry) {
65 isNewEntry = addResult.isNewEntry;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DWidthCache.h157 bool isNewEntry; local
161 isNewEntry = addResult.isNewEntry;
171 isNewEntry = addResult.isNewEntry;
176 if (!isNewEntry) {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h211 HashTableAddResult(IteratorType iter, bool isNewEntry) : iterator(iter), isNewEntry(isNewEntry) { } argument
213 bool isNewEntry; member in struct:WTF::HashTableAddResult

Completed in 553 milliseconds