Searched refs:redirectURLsKey (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebHistoryItem.cpp96 static CFStringRef redirectURLsKey = CFSTR("redirectURLs"); variable
116 if (CFArrayRef redirectURLsRef = static_cast<CFArrayRef>(CFDictionaryGetValue(dictionaryRef, redirectURLsKey))) {
170 keys[keyCount] = redirectURLsKey;
/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DWebHistoryItem.mm86 static NSString *redirectURLsKey = @"redirectURLs";
372 if (NSArray *redirectURLs = [dict _webkit_arrayForKey:redirectURLsKey]) {
472 [dict setObject:result forKey:redirectURLsKey];

Completed in 57 milliseconds