OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_user_action
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/undo/
undo_manager.cc
91
bool
is_user_action
= !performing_undo_ && !performing_redo_;
local
101
DCHECK(
is_user_action
);
162
if (
is_user_action
())
undo_manager.h
74
bool
is_user_action
() const { return !performing_undo_ && !performing_redo_; }
function in class:UndoManager
Completed in 2394 milliseconds