Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.h139 static const int DefaultTimeout = 0; variable
143 … message, const typename T::Reply& reply, uint64_t destinationID, double timeout = DefaultTimeout);
DConnection.cpp268 ASSERT(defaultSyncMessageTimeout != DefaultTimeout); in setDefaultSyncMessageTimeout()
408 if (timeout == DefaultTimeout) in waitForSyncReply()
/external/webkit/Source/WebKit2/
DChangeLog230 Add a DefaultTimeout constant and change the NoTimeout constant to be -1.