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

  /external/webkit/Source/WebKit2/Platform/mac/
MachUtilities.h 31 void setMachPortQueueLength(mach_port_t, mach_port_msgcount_t queueLength);
MachUtilities.cpp 31 void setMachPortQueueLength(mach_port_t receivePort, mach_port_msgcount_t queueLength)
34 portLimits.mpl_qlimit = queueLength;
  /external/webkit/Tools/DumpRenderTree/
WorkQueue.cpp 35 static const unsigned queueLength = 1024;
37 static WorkQueueItem* theQueue[queueLength];
54 ASSERT(endOfQueue < queueLength);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
queue.js 59 var queueLength = this._selectNode.options.length;
65 } else if (queueLength == 0) {
72 'Rebaseline queue (' + queueLength + ' tests)';
73 this._toggleNode.textContent = 'Queue (' + queueLength + ' tests)';

Completed in 655 milliseconds