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

  /external/skia/tools/
CopyTilesRenderer.cpp 32 this->CopyString(&fWritePath, writePath);
33 this->CopyString(&fMismatchPath, mismatchPath);
34 this->CopyString(&fInputFilename, inputFilename);
PictureRenderer.cpp 53 this->CopyString(&fWritePath, writePath);
54 this->CopyString(&fMismatchPath, mismatchPath);
55 this->CopyString(&fInputFilename, inputFilename);
73 void PictureRenderer::CopyString(SkString* dest, const SkString* src) {
466 this->CopyString(&fWritePath, writePath);
467 this->CopyString(&fMismatchPath, mismatchPath);
468 this->CopyString(&fInputFilename, inputFilename);
    [all...]
PictureRenderer.h 423 static void CopyString(SkString* dest, const SkString* src);
  /external/chromium_org/mojo/services/html_viewer/
webcookiejar_impl.cc 17 void CopyString(String* output, const String& input) {
51 store_->Get(url.string().utf8(), base::Bind(&CopyString, &result));
  /external/chromium_org/third_party/skia/tools/
CopyTilesRenderer.cpp 38 this->CopyString(&fWritePath, writePath);
39 this->CopyString(&fMismatchPath, mismatchPath);
40 this->CopyString(&fInputFilename, inputFilename);
PictureRenderer.cpp 56 this->CopyString(&fWritePath, writePath);
57 this->CopyString(&fMismatchPath, mismatchPath);
58 this->CopyString(&fInputFilename, inputFilename);
76 void PictureRenderer::CopyString(SkString* dest, const SkString* src) {
480 this->CopyString(&fWritePath, writePath);
481 this->CopyString(&fMismatchPath, mismatchPath);
482 this->CopyString(&fInputFilename, inputFilename);
PictureRenderer.h 486 static void CopyString(SkString* dest, const SkString* src);
  /external/chromium_org/third_party/webrtc/base/
unixfilesystem.h 121 static char* CopyString(const std::string& str);
unixfilesystem.cc 71 provided_app_data_folder_ = CopyString(folder);
76 provided_app_temp_folder_ = CopyString(folder);
499 app_temp_path_ = CopyString(path->pathname());
552 char* UnixFilesystem::CopyString(const std::string& str) {
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 501 const char *CopyString(StringRef String);
504 const char *CopyString(Twine String);
507 const char *CopyString(const char *String) {
508 return CopyString(StringRef(String));
512 const char *CopyString(const std::string &String) {
513 return CopyString(StringRef(String));
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 254 const char *CodeCompletionAllocator::CopyString(StringRef String) {
261 const char *CodeCompletionAllocator::CopyString(Twine String) {
266 return CopyString(String.toStringRef(Data));
325 CachedParentName = AllocatorRef->CopyString(OS.str());
395 BriefComment = Allocator.CopyString(Comment);
SemaCodeComplete.cpp     [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 146 static char* CopyString(const std::string& str) {
208 result = CopyString(tmp);

Completed in 2591 milliseconds