Searched defs:AddPath (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_cache.cc102 // kept small because AddPath() only keeps the shallowest entry.
176 entry->AddPath(path);
196 void HttpAuthCache::Entry::AddPath(const std::string& path) { function in class:net::HttpAuthCache::Entry
279 entry->AddPath(*it2);
/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h173 /// AddPath - Add the \p Path path to the specified \p Group list.
174 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, function in class:clang::HeaderSearchOptions
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp56 /// AddPath - Add the specified path to the specified group list, prefixing
58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, function in class:InitHeaderSearch
186 AddPath(Base, CXXSystem, false);
192 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false);
194 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false);
197 AddPath(Base + "/backward", CXXSystem, false);
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
205 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
207 AddPath(Bas
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Disolated_context.cc58 bool IsolatedContext::FileInfoSet::AddPath( function in class:storage::IsolatedContext::FileInfoSet
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc312 AddPath(path1);
318 AddPath(path1);
319 AddPath(path2);
337 void Parser::LocationRecorder::AddPath(int path_component) { function in class:google::protobuf::compiler::Parser::LocationRecorder
666 location.AddPath(FieldDescriptorProto::kTypeFieldNumber);
669 location.AddPath(FieldDescriptorProto::kTypeNameFieldNumber);
704 group_location.AddPath(location_field_number_for_nested_type);
705 group_location.AddPath(messages->size());
1023 value_location.AddPath(
1041 value_location.AddPath(
[all...]
/external/chromium_org/v8/src/
H A Dprofile-generator.cc329 void CpuProfile::AddPath(base::TimeTicks timestamp, function in class:v8::internal::CpuProfile
526 current_profiles_[i]->AddPath(timestamp, path);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPath.h615 Status AddPath(IN const GraphicsPath* addingPath, function in class:GraphicsPath
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1342 void CFX_FolderFontInfo::AddPath(FX_BSTR path) function in class:CFX_FolderFontInfo

Completed in 732 milliseconds