Home
last modified time | relevance | path

Searched refs:CommitHistory (Results 1 – 7 of 7) sorted by relevance

/dports/chinese/librime/librime-1.7.3/src/rime/
H A Dcommit_history.cc14 void CommitHistory::Push(const CommitRecord& record) { in Push()
20 void CommitHistory::Push(const KeyEvent& key_event) { in Push()
33 void CommitHistory::Push(const Composition& composition, in Push()
65 string CommitHistory::repr() const { in repr()
H A Dcontext.h68 CommitHistory& commit_history() { return commit_history_; } in commit_history()
69 const CommitHistory& commit_history() const { return commit_history_; } in commit_history()
99 CommitHistory commit_history_;
H A Dcommit_history.h25 class CommitHistory : public list<CommitRecord> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/
H A Dreparenting_task.cc22 background_tab_manager->CommitHistory(HistoryServiceFactory::GetForProfile( in JNI_ReparentingTask_AttachTab()
H A Dbackground_tab_manager.h81 void CommitHistory(history::HistoryService* history_service);
H A Dbackground_tab_manager.cc80 void BackgroundTabManager::CommitHistory( in CommitHistory() function in chrome::android::BackgroundTabManager
/dports/chinese/librime/librime-1.7.3/src/rime/gear/
H A Dpunctuator.cc75 const CommitHistory& history(ctx->commit_history()); in ProcessKeyEvent()