HomeSort by relevance Sort by last modified time
    Searched refs:GetUndoLabelId (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/undo/
undo_operation.h 22 virtual int GetUndoLabelId() const = 0;
bookmark_undo_service.cc 62 virtual int GetUndoLabelId() const OVERRIDE;
92 int BookmarkAddOperation::GetUndoLabelId() const {
121 virtual int GetUndoLabelId() const OVERRIDE;
161 int BookmarkRemoveOperation::GetUndoLabelId() const {
198 virtual int GetUndoLabelId() const OVERRIDE;
229 int BookmarkEditOperation::GetUndoLabelId() const {
253 virtual int GetUndoLabelId() const OVERRIDE;
304 int BookmarkMoveOperation::GetUndoLabelId() const {
333 virtual int GetUndoLabelId() const OVERRIDE;
373 int BookmarkReorderOperation::GetUndoLabelId() const
    [all...]
undo_manager_test.cc 43 virtual int GetUndoLabelId() const OVERRIDE;
64 int TestUndoOperation::GetUndoLabelId() const {
undo_manager.cc 33 set_undo_label_id(operation->GetUndoLabelId());

Completed in 109 milliseconds