Home
last modified time | relevance | path

Searched refs:RecordPath (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/preferences/public/cpp/
H A Dscoped_pref_update.cc26 base::BindRepeating(&ScopedDictionaryPrefUpdate::RecordPath, in Get()
38 void ScopedDictionaryPrefUpdate::RecordPath( in RecordPath() function in prefs::ScopedDictionaryPrefUpdate
H A Ddictionary_value_update.cc51 RecordPath(path); in Set()
91 RecordPath(path); in SetDictionary()
184 RecordPath(path); in GetList()
256 RecordPath(path); in Remove()
301 void DictionaryValueUpdate::RecordPath(base::StringPiece path) { in RecordPath() function in prefs::DictionaryValueUpdate
H A Dscoped_pref_update.h57 void RecordPath(const std::vector<std::string>& path);
H A Ddictionary_value_update.h147 void RecordPath(base::StringPiece path);
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/preferences/public/cpp/
H A Dscoped_pref_update.cc26 base::BindRepeating(&ScopedDictionaryPrefUpdate::RecordPath, in Get()
38 void ScopedDictionaryPrefUpdate::RecordPath( in RecordPath() function in prefs::ScopedDictionaryPrefUpdate
H A Ddictionary_value_update.cc51 RecordPath(path); in Set()
91 RecordPath(path); in SetDictionary()
184 RecordPath(path); in GetList()
256 RecordPath(path); in Remove()
301 void DictionaryValueUpdate::RecordPath(base::StringPiece path) { in RecordPath() function in prefs::DictionaryValueUpdate
H A Dscoped_pref_update.h58 void RecordPath(const std::vector<std::string>& path);
H A Ddictionary_value_update.h147 void RecordPath(base::StringPiece path);
/dports/devel/cquery/cquery-20180718/src/
H A Dlsp.cc22 void RecordPath(const std::string& path) { in RecordPath() function
332 UriCache::instance()->RecordPath(value.GetRawPath()); in Reflect()
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/operations/install/
H A Dwheel.py70 RecordPath = NewType('RecordPath', str) variable
71 InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]]
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/operations/install/
H A Dwheel.py73 RecordPath = NewType('RecordPath', str) variable
74 InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]]
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/operations/install/
H A Dwheel.py88 RecordPath = NewType('RecordPath', text_type) variable
89 InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]]
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/operations/install/
H A Dwheel.py73 RecordPath = NewType('RecordPath', text_type) variable
74 InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Serialization/
H A DASTWriter.cpp5201 ArrayRef<const CXXRecordDecl *> RecordPath = Value.getMemberPointerPath(); in AddAPValue() local
5202 push_back(RecordPath.size()); in AddAPValue()
5203 for (auto Elem : RecordPath) in AddAPValue()