Searched refs:milliseconds (Results 26 - 50 of 132) sorted by relevance

123456

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DTiledCoreAnimationDrawingAreaProxy.h44 virtual void waitForPossibleGeometryUpdate(std::chrono::milliseconds timeout = didUpdateBackingStoreStateTimeout()) override;
H A DTiledCoreAnimationDrawingAreaProxy.mm71 void TiledCoreAnimationDrawingAreaProxy::waitForPossibleGeometryUpdate(std::chrono::milliseconds timeout)
132 auto viewStateUpdateTimeout = std::chrono::milliseconds(250);
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A Dbmalloc.h89 PerProcess<Heap>::get()->scavenge(lock, std::chrono::milliseconds(0));
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dclock.rb23 tk_call_without_enc('clock','clicks','-milliseconds').to_i
25 tk_call_without_enc('clock','clicks','-milliseconds').to_i
64 def self.milliseconds singleton method in class:Tk.Clock
65 tk_call_without_enc('clock','milliseconds').to_i
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/ios/
H A DWebChromeClientIOS.mm138 std::chrono::milliseconds WebChromeClient::eventThrottlingDelay()
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dratelimiter_test.c41 int milliseconds; member in struct:__anon6345
129 int ms = schedule[i].milliseconds;
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DBlockAllocator.cpp105 void BlockAllocator::waitForDuration(std::chrono::milliseconds duration)
/macosx-10.10.1/WebKit2-7600.1.25/Platform/gtk/
H A DWorkQueueGtk.cpp119 std::chrono::duration_cast<std::chrono::milliseconds>(duration), G_PRIORITY_DEFAULT, [this] { deref(); }, m_eventContext.get());
/macosx-10.10.1/WTF-7600.1.24/wtf/gtk/
H A DRunLoopGtk.cpp122 std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::duration<double>(fireInterval)), G_PRIORITY_DEFAULT, nullptr, m_runLoop.m_runLoopContext.get());
/macosx-10.10.1/WTF-7600.1.24/wtf/gobject/
H A DGMainLoopSource.cpp149 void GMainLoopSource::scheduleAfterDelay(const char* name, std::function<void ()> function, std::chrono::milliseconds delay, int priority, std::function<void ()> destroyFunction, GMainContext* context)
158 void GMainLoopSource::scheduleAfterDelay(const char* name, std::function<bool ()> function, std::chrono::milliseconds delay, int priority, std::function<void ()> destroyFunction, GMainContext* context)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOS9/
H A DMac OS Test Responder.c173 mDNSlocal Boolean YieldSomeTime(UInt32 milliseconds) argument
177 WaitNextEvent(everyEvent, &e, milliseconds / 17, NULL);
H A DMac OS Test Searcher.c168 static Boolean YieldSomeTime(UInt32 milliseconds) argument
172 WaitNextEvent(everyEvent, &e, milliseconds / 17, NULL);
H A DResponder.c125 static Boolean YieldSomeTime(UInt32 milliseconds) argument
129 WaitNextEvent(everyEvent, &e, milliseconds / 17, NULL);
H A DSearcher.c175 static Boolean YieldSomeTime(UInt32 milliseconds) argument
179 WaitNextEvent(everyEvent, &e, milliseconds / 17, NULL);
H A DSubTypeTester.c140 mDNSlocal Boolean YieldSomeTime(UInt32 milliseconds) argument
144 WaitNextEvent(everyEvent, &e, milliseconds / 17, NULL);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp336 if (!WebProcess::shared().parentProcessConnection()->sendSync(Messages::WebPageProxy::RunBeforeUnloadConfirmPanel(message, webFrame->frameID()), Messages::WebPageProxy::RunBeforeUnloadConfirmPanel::Reply(shouldClose), m_page->pageID(), std::chrono::milliseconds::max(), syncSendFlags))
372 WebProcess::shared().parentProcessConnection()->sendSync(Messages::WebPageProxy::RunJavaScriptAlert(webFrame->frameID(), alertText), Messages::WebPageProxy::RunJavaScriptAlert::Reply(), m_page->pageID(), std::chrono::milliseconds::max(), syncSendFlags);
387 if (!WebProcess::shared().parentProcessConnection()->sendSync(Messages::WebPageProxy::RunJavaScriptConfirm(webFrame->frameID(), message), Messages::WebPageProxy::RunJavaScriptConfirm::Reply(result), m_page->pageID(), std::chrono::milliseconds::max(), syncSendFlags))
405 if (!WebProcess::shared().parentProcessConnection()->sendSync(Messages::WebPageProxy::RunJavaScriptPrompt(webFrame->frameID(), message, defaultValue), Messages::WebPageProxy::RunJavaScriptPrompt::Reply(result), m_page->pageID(), std::chrono::milliseconds::max(), syncSendFlags))
637 m_page->sendSync(Messages::WebPageProxy::PrintFrame(webFrame->frameID()), Messages::WebPageProxy::PrintFrame::Reply(), std::chrono::milliseconds::max(), syncSendFlags);
662 Messages::WebPageProxy::ExceededDatabaseQuota::Reply(newQuota), m_page->pageID(), std::chrono::milliseconds::max(), syncSendFlags);
692 Messages::WebPageProxy::ReachedApplicationCacheOriginQuota::Reply(newQuota), m_page->pageID(), std::chrono::milliseconds::max(), syncSendFlags);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DStdLibExtras.h405 CONSTEXPR chrono::milliseconds operator"" _ms(unsigned long long ms)
407 return chrono::milliseconds(static_cast<chrono::milliseconds::rep>(ms));
H A DMainThread.cpp145 static const auto maxRunLoopSuspensionTime = std::chrono::milliseconds(50);
H A DRunLoop.h79 void startRepeating(std::chrono::milliseconds repeatInterval) { startRepeating(repeatInterval.count() * 0.001); }
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DConnection.cpp393 std::unique_ptr<MessageDecoder> Connection::waitForMessage(StringReference messageReceiverName, StringReference messageName, uint64_t destinationID, std::chrono::milliseconds timeout, unsigned waitForMessageFlags)
446 std::unique_ptr<MessageDecoder> Connection::sendSyncMessage(uint64_t syncRequestID, std::unique_ptr<MessageEncoder> encoder, std::chrono::milliseconds timeout, unsigned syncSendFlags)
495 std::unique_ptr<MessageDecoder> Connection::sendSyncMessageFromSecondaryThread(uint64_t syncRequestID, std::unique_ptr<MessageEncoder> encoder, std::chrono::milliseconds timeout)
528 std::unique_ptr<MessageDecoder> Connection::waitForSyncReply(uint64_t syncRequestID, std::chrono::milliseconds timeout, unsigned syncSendFlags)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/gtk/
H A DWebEditorClientGtk.cpp47 m_page->pageID(), std::chrono::milliseconds::max());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DServicesOverlayController.h129 std::chrono::milliseconds remainingTimeUntilHighlightShouldBeShown(Highlight*) const;
/macosx-10.10.1/curl-83.1.2/curl/include/curl/
H A Dmulti.h273 * maximum number of milliseconds the app is allowed to wait before
305 * Desc: Returns the maximum number of milliseconds the app is allowed to
312 long *milliseconds);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclTimer.c217 * When milliseconds have elapsed, proc will be invoked
224 Tcl_CreateTimerHandler(milliseconds, proc, clientData)
225 int milliseconds; /* How many milliseconds to wait
243 timerHandlerPtr->time.sec = time.sec + milliseconds/1000;
244 timerHandlerPtr->time.usec = time.usec + (milliseconds%1000)*1000;
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOLib.h265 @abstract Sleep the calling thread for a number of milliseconds.
266 @discussion This function blocks the calling thread for at least the number of specified milliseconds, giving time to other processes.
267 @param milliseconds The integer number of milliseconds to wait. */
269 void IOSleep(unsigned milliseconds);

Completed in 318 milliseconds

123456