Home
last modified time | relevance | path

Searched refs:wasEmpty (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/views/
DSkEvent.cpp336 bool wasEmpty = SkEvent::Enqueue(evt); in Post() local
340 if (wasEmpty) in Post()
388 bool wasEmpty = globals.fEventQHead == NULL; in Enqueue() local
400 return wasEmpty; in Enqueue()
504 bool wasEmpty = false; in ServiceQueueTimer() local
524 wasEmpty = true; in ServiceQueueTimer()
533 if (wasEmpty) in ServiceQueueTimer()
/external/webkit/JavaScriptCore/wtf/
DMessageQueue.h90 bool wasEmpty = m_queue.isEmpty(); in appendAndCheckEmpty() local
93 return wasEmpty; in appendAndCheckEmpty()
/external/webkit/WebCore/dom/default/
DPlatformMessagePortChannel.cpp188 bool wasEmpty = m_outgoingQueue->appendAndCheckEmpty(message); in postMessageToRemote() local
189 if (wasEmpty && m_remotePort) in postMessageToRemote()