Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DWebHistoryItem.cpp99 static CFStringRef redirectURLsKey = CFSTR("redirectURLs"); variable
144 … redirectURLsRef = static_cast<CFArrayRef>(CFDictionaryGetValue(dictionaryRef, redirectURLsKey))) { in initFromDictionaryRepresentation()
254 keys[keyCount] = redirectURLsKey; in dictionaryRepresentation()
/external/webkit/Source/WebKit/mac/History/
DWebHistoryItem.mm67 static NSString *redirectURLsKey = @"redirectURLs";
379 if (NSArray *redirectURLs = [dict _webkit_arrayForKey:redirectURLsKey]) {
471 [dict setObject:result forKey:redirectURLsKey];