HomeSort by relevance Sort by last modified time
    Searched refs:redirectURLsKey (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/win/
WebHistoryItem.cpp 103 static CFStringRef redirectURLsKey = CFSTR("redirectURLs");
148 if (CFArrayRef redirectURLsRef = static_cast<CFArrayRef>(CFDictionaryGetValue(dictionaryRef, redirectURLsKey))) {
258 keys[keyCount] = redirectURLsKey;
  /external/webkit/WebKit/mac/History/
WebHistoryItem.mm 66 static NSString *redirectURLsKey = @"redirectURLs";
383 if (NSArray *redirectURLs = [dict _webkit_arrayForKey:redirectURLsKey]) {
475 [dict setObject:result forKey:redirectURLsKey];

Completed in 13 milliseconds