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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 42 static const size_t inlineMessageMaxSize = 4096;
54 PIPE_TYPE_MESSAGE | PIPE_READMODE_MESSAGE, 1, inlineMessageMaxSize, inlineMessageMaxSize,
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 39 static const size_t inlineMessageMaxSize = 4096;
152 char buffer[inlineMessageMaxSize];
302 static const size_t receiveBufferSize = inlineMessageMaxSize + MAX_TRAILER_SIZE;

Completed in 51 milliseconds