OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PopupTimer
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/
message_center_impl.h
26
class
PopupTimer
{
31
PopupTimer
(const std::string& id,
34
~
PopupTimer
();
69
DISALLOW_COPY_AND_ASSIGN(
PopupTimer
);
100
// Starts a timer (by creating a
PopupTimer
) for |id|.
122
typedef std::map<std::string,
PopupTimer
*> PopupTimerCollection;
message_center_impl.cc
30
//
PopupTimer
32
PopupTimer
::
PopupTimer
(const std::string& id,
40
PopupTimer
::~
PopupTimer
() {
48
void
PopupTimer
::Start() {
61
void
PopupTimer
::Pause() {
69
void
PopupTimer
::Reset() {
96
PopupTimer
* timer = new
PopupTimer
(id, timeout, AsWeakPtr())
[
all
...]
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java
103
private
PopupTimer
mFloatingWindowTimer = new
PopupTimer
();
[
all
...]
Completed in 41 milliseconds