Home
last modified time | relevance | path

Searched refs:GetSharedStateIds (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/v2/
H A Dsurface_updater.cc119 updated_shared_state_ids = model->GetSharedStateIds(); in GetUpdateForNewSurface()
184 SendStreamUpdate(model_->GetSharedStateIds()); in SetModel()
H A Dstream_model.h108 std::vector<std::string> GetSharedStateIds() const;
H A Dstream_model.cc72 std::vector<std::string> StreamModel::GetSharedStateIds() const { in GetSharedStateIds() function in feed::StreamModel
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/v2/
H A Dstream_model.h90 std::vector<std::string> GetSharedStateIds() const;
H A Dstream_model.cc69 std::vector<std::string> StreamModel::GetSharedStateIds() const { in GetSharedStateIds() function in feed::StreamModel
H A Dfeed_stream.cc126 for (std::string& id : model.GetSharedStateIds()) { in GetUpdateForNewSurface()