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

  /external/chromium_org/chrome_frame/infobars/internal/
infobar_window.cc 40 timer_stub_(NULL),
47 if (StopTimer() && timer_stub_ != NULL)
48 FunctionStub::Destroy(timer_stub_);
49 else if (timer_stub_ != NULL)
50 timer_stub_->set_argument(NULL); // Couldn't stop it, so orphan and disable
55 DCHECK(timer_stub_ == NULL);
58 timer_stub_ = FunctionStub::Create(reinterpret_cast<uintptr_t>(host),
147 DCHECK(timer_stub_ != NULL);
148 if (timer_stub_ == NULL)
154 reinterpret_cast<TIMERPROC>(timer_stub_->code()))
    [all...]
infobar_window.h 103 FunctionStub* timer_stub_; member in class:InfobarWindow

Completed in 39 milliseconds