Home | History | Annotate | Download | only in win

Lines Matching refs:CFSTR

93 static CFStringRef urlKey = CFSTR("");
94 static CFStringRef lastVisitedDateKey = CFSTR("lastVisitedDate");
95 static CFStringRef titleKey = CFSTR("title");
96 static CFStringRef visitCountKey = CFSTR("visitCount");
97 static CFStringRef lastVisitWasFailureKey = CFSTR("lastVisitWasFailure");
98 static CFStringRef lastVisitWasHTTPNonGetKey = CFSTR("lastVisitWasHTTPNonGet");
99 static CFStringRef redirectURLsKey = CFSTR("redirectURLs");
100 static CFStringRef dailyVisitCountKey = CFSTR("D"); // short key to save space
101 static CFStringRef weeklyVisitCountKey = CFSTR("W"); // short key to save space
205 static CFStringRef lastVisitedFormat = CFSTR("%.1lf");