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

  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 89 static RetainPtr<CFStringRef> persistentUserStyleSheetLocation;
113 persistentUserStyleSheetLocation = url;
857 if (persistentUserStyleSheetLocation) {
858 Vector<wchar_t> urlCharacters(CFStringGetLength(persistentUserStyleSheetLocation.get()));
859 CFStringGetCharacters(persistentUserStyleSheetLocation.get(), CFRangeMake(0, CFStringGetLength(persistentUserStyleSheetLocation.get())), (UniChar *)urlCharacters.data());
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 146 static RetainPtr<CFStringRef> persistentUserStyleSheetLocation;
202 persistentUserStyleSheetLocation = url;
462 if (persistentUserStyleSheetLocation) {
463 [preferences setUserStyleSheetLocation:[NSURL URLWithString:(NSString *)(persistentUserStyleSheetLocation.get())]];
    [all...]

Completed in 55 milliseconds