Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/wx/
DDumpRenderTreeWx.cpp226 string pathOrURLString(testPathOrURL.char_str()); in runTest() local
227 string pathOrURL(pathOrURLString); in runTest()
232 pathOrURL = string(pathOrURLString, 0, separatorPos); in runTest()
233 expectedPixelHash = string(pathOrURLString, separatorPos + 1); in runTest()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DDumpRenderTree.mm1090 NSString *pathOrURLString = [NSString stringWithUTF8String:pathOrURL.c_str()];
1091 if (!pathOrURLString) {
1097 if ([pathOrURLString hasPrefix:@"http://"] || [pathOrURLString hasPrefix:@"https://"])
1098 url = [NSURL URLWithString:pathOrURLString];
1100 url = [NSURL fileURLWithPath:pathOrURLString];