Home
last modified time | relevance | path

Searched refs:pathRef (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
Dplatform_util_mac.mm84 FSRef pathRef;
85 if (CFURLGetFSRef(pathURLRef, &pathRef)) {
89 &pathRef, // dataPtr
90 sizeof(pathRef)); // dataSize
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.cpp50 WKContextRef WKContextCreateWithInjectedBundlePath(WKStringRef pathRef) in WKContextCreateWithInjectedBundlePath() argument
52 RefPtr<WebContext> context = WebContext::create(toImpl(pathRef)->string()); in WKContextCreateWithInjectedBundlePath()
DWKPreferences.cpp405 void WKPreferencesSetFTPDirectoryTemplatePath(WKPreferencesRef preferencesRef, WKStringRef pathRef) in WKPreferencesSetFTPDirectoryTemplatePath() argument
407 toImpl(preferencesRef)->setFTPDirectoryTemplatePath(toWTFString(pathRef)); in WKPreferencesSetFTPDirectoryTemplatePath()
/external/clang/lib/Basic/
DFileManager.cpp483 StringRef pathRef(path.data(), path.size()); in FixupRelativePath() local
486 || llvm::sys::path::is_absolute(pathRef)) in FixupRelativePath()
490 llvm::sys::path::append(NewPath, pathRef); in FixupRelativePath()