Searched refs:inlineMessageMaxSize (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
H A DConnectionWin.cpp42 static const size_t inlineMessageMaxSize = 4096; member in namespace:CoreIPC
54 PIPE_TYPE_MESSAGE | PIPE_READMODE_MESSAGE, 1, inlineMessageMaxSize, inlineMessageMaxSize,
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
H A DConnectionMac.cpp39 static const size_t inlineMessageMaxSize = 4096; member in namespace:CoreIPC
152 char buffer[inlineMessageMaxSize];
302 static const size_t receiveBufferSize = inlineMessageMaxSize + MAX_TRAILER_SIZE;

Completed in 270 milliseconds