Home
last modified time | relevance | path

Searched refs:immediate_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcode.h42 : reg_(reg), immediate_(0) { } in ParameterCount()
44 : reg_(no_reg), immediate_(immediate) { } in ParameterCount()
55 return immediate_; in immediate()
60 const int immediate_; variable
/external/chromium/chrome/browser/ui/cocoa/
Dstatus_bubble_mac_unittest.mm91 bubble_->immediate_ = true;
214 // during the test because StatusBubbleMacTest sets immediate_ mode.
294 // The actual state values can't be tested in immediate_ mode because
295 // the window wasn't actually fading in. Without immediate_ mode,
352 // The actual state values can't be tested in immediate_ mode because
353 // the timer wasn't actually running. Without immediate_ mode, expect
365 // The actual state values can't be tested in immediate_ mode because
366 // the window wasn't actually fading out. Without immediate_ mode, expect
Dstatus_bubble_mac.mm106 immediate_(false), function
160 if (immediate_)
227 if (!immediate_) {
245 if (!immediate_) {
466 if (immediate_) {
495 if (immediate_) {
617 if (immediate_) {
Dstatus_bubble_mac.h145 bool immediate_; variable