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

  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 87 static RetainPtr<CFStringRef> persistentUserStyleSheetLocation;
115 persistentUserStyleSheetLocation = url;
777 if (persistentUserStyleSheetLocation) {
778 Vector<wchar_t> urlCharacters(CFStringGetLength(persistentUserStyleSheetLocation.get()));
779 CFStringGetCharacters(persistentUserStyleSheetLocation.get(), CFRangeMake(0, CFStringGetLength(persistentUserStyleSheetLocation.get())), (UniChar *)urlCharacters.data());
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm 133 static RetainPtr<CFStringRef> persistentUserStyleSheetLocation;
192 persistentUserStyleSheetLocation = url;
426 if (persistentUserStyleSheetLocation) {
427 [preferences setUserStyleSheetLocation:[NSURL URLWithString:(NSString *)(persistentUserStyleSheetLocation.get())]];
    [all...]

Completed in 566 milliseconds