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
31
class
PopupTimer
{
36
PopupTimer
(const std::string& id,
39
~
PopupTimer
();
74
DISALLOW_COPY_AND_ASSIGN(
PopupTimer
);
105
// Starts a timer (by creating a
PopupTimer
) for |id|.
127
typedef std::map<std::string,
PopupTimer
*> PopupTimerCollection;
message_center_impl.cc
232
//
PopupTimer
234
PopupTimer
::
PopupTimer
(const std::string& id,
242
PopupTimer
::~
PopupTimer
() {
250
void
PopupTimer
::Start() {
263
void
PopupTimer
::Pause() {
271
void
PopupTimer
::Reset() {
298
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 412 milliseconds