Searched refs:queueLength (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Platform/mac/
H A DMachUtilities.h31 void setMachPortQueueLength(mach_port_t, mach_port_msgcount_t queueLength);
H A DMachUtilities.cpp31 void setMachPortQueueLength(mach_port_t receivePort, mach_port_msgcount_t queueLength) argument
34 portLimits.mpl_qlimit = queueLength;
/external/webkit/Tools/DumpRenderTree/
H A DWorkQueue.cpp35 static const unsigned queueLength = 1024; variable
37 static WorkQueueItem* theQueue[queueLength];
54 ASSERT(endOfQueue < queueLength);
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dqueue.js59 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 97 milliseconds