Searched refs:CopyString (Results 1 - 13 of 13) sorted by relevance

/external/skia/tools/
H A DCopyTilesRenderer.cpp32 this->CopyString(&fWritePath, writePath);
33 this->CopyString(&fMismatchPath, mismatchPath);
34 this->CopyString(&fInputFilename, inputFilename);
H A DPictureRenderer.cpp53 this->CopyString(&fWritePath, writePath);
54 this->CopyString(&fMismatchPath, mismatchPath);
55 this->CopyString(&fInputFilename, inputFilename);
73 void PictureRenderer::CopyString(SkString* dest, const SkString* src) { function in class:sk_tools::PictureRenderer
466 this->CopyString(&fWritePath, writePath);
467 this->CopyString(&fMismatchPath, mismatchPath);
468 this->CopyString(&fInputFilename, inputFilename);
H A DPictureRenderer.h423 static void CopyString(SkString* dest, const SkString* src);
/external/chromium_org/mojo/services/html_viewer/
H A Dwebcookiejar_impl.cc17 void CopyString(String* output, const String& input) { function in namespace:mojo::__anon8810
51 store_->Get(url.string().utf8(), base::Bind(&CopyString, &result));
/external/chromium_org/third_party/skia/tools/
H A DCopyTilesRenderer.cpp38 this->CopyString(&fWritePath, writePath);
39 this->CopyString(&fMismatchPath, mismatchPath);
40 this->CopyString(&fInputFilename, inputFilename);
H A DPictureRenderer.cpp56 this->CopyString(&fWritePath, writePath);
57 this->CopyString(&fMismatchPath, mismatchPath);
58 this->CopyString(&fInputFilename, inputFilename);
76 void PictureRenderer::CopyString(SkString* dest, const SkString* src) { function in class:sk_tools::PictureRenderer
480 this->CopyString(&fWritePath, writePath);
481 this->CopyString(&fMismatchPath, mismatchPath);
482 this->CopyString(&fInputFilename, inputFilename);
H A DPictureRenderer.h486 static void CopyString(SkString* dest, const SkString* src);
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h501 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));
/external/chromium_org/third_party/webrtc/base/
H A Dunixfilesystem.h121 static char* CopyString(const std::string& str);
H A Dunixfilesystem.cc71 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) { function in class:rtc::UnixFilesystem
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp254 const char *CodeCompletionAllocator::CopyString(StringRef String) { function in class:CodeCompletionAllocator
261 const char *CodeCompletionAllocator::CopyString(Twine String) { function in class:CodeCompletionAllocator
266 return CopyString(String.toStringRef(Data));
325 CachedParentName = AllocatorRef->CopyString(OS.str());
395 BriefComment = Allocator.CopyString(Comment);
H A DSemaCodeComplete.cpp1495 return Allocator.CopyString(Result);
2009 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType));
2290 Result.getAllocator().CopyString(PlaceholderStr));
2376 Result.getAllocator().CopyString(PlaceholderStr));
2397 Result.AddInformativeChunk(Result.getAllocator().CopyString(PrintedNNS));
2399 Result.AddTextChunk(Result.getAllocator().CopyString(PrintedNNS));
2436 Result.AddInformativeChunk(Result.getAllocator().CopyString(QualsStr));
2478 Result.getAllocator().CopyString(ND->getNameAsString()));
2497 Result.getAllocator().CopyString(ND->getNameAsString()));
2502 Result.getAllocator().CopyString(Recor
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc.cc146 static char* CopyString(const std::string& str) { function
208 result = CopyString(tmp);

Completed in 1217 milliseconds