Searched +refs:timer +refs:create (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Devents.tcl12 # Meta description (timer
14 # Meta description timer generating the expected read/write
25 # TODO :: set/get accessor methods for the timer delay
35 oo::class create ::tcl::chan::events {
70 # channel. This may start a timer to periodically post
91 variable timer allowed requested posting delay
94 # timer = Timer controlling the posting.
121 # post. From that then derive whether we need a timer or
125 catch { after cancel $timer }
132 set timer [afte
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/vibration/
H A DVibration.cpp42 PassOwnPtr<Vibration> Vibration::create(VibrationClient* client) function in class:WebCore::Vibration
102 void Vibration::timerStartFired(Timer<Vibration>* timer) argument
104 ASSERT_UNUSED(timer, timer == &m_timerStart);
116 void Vibration::timerStopFired(Timer<Vibration>* timer) argument
118 ASSERT_UNUSED(timer, timer == &m_timerStop);
141 Vibration::provideTo(page, Vibration::supplementName(), Vibration::create(client));
/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DGeolocationClientMock.cpp112 void GeolocationClientMock::permissionTimerFired(WebCore::Timer<GeolocationClientMock>* timer) argument
114 ASSERT_UNUSED(timer, timer == &m_permissionTimer);
172 void GeolocationClientMock::controllerTimerFired(Timer<GeolocationClientMock>* timer) argument
174 ASSERT_UNUSED(timer, timer == &m_controllerTimer);
181 RefPtr<GeolocationError> geolocatioError = GeolocationError::create(GeolocationError::PositionUnavailable, m_errorMessage);
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp55 m_deferredProgressEvent = XMLHttpRequestProgressEvent::create(eventNames().progressEvent, lengthComputable, loaded, total);
60 // The timer is not active so the least frequent event for now is every byte.
67 dispatchEvent(XMLHttpRequestProgressEvent::create(eventNames().progressEvent, lengthComputable, loaded, total));
72 // The timer is already active so minimumProgressEventDispatchingIntervalInSeconds is the least frequent event.
104 dispatchEvent(XMLHttpRequestProgressEvent::create(eventNames().loadendEvent));
119 PassRefPtr<Event> event = XMLHttpRequestProgressEvent::create(eventNames().progressEvent, m_lengthComputable, m_loaded, m_total);
123 // We stop the timer as this is called when no more events are supposed to occur.
129 void XMLHttpRequestProgressEventThrottle::dispatchDeferredEvents(Timer<XMLHttpRequestProgressEventThrottle>* timer) argument
131 ASSERT_UNUSED(timer, timer
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Platform/win/
H A DWorkQueueWin.cpp37 PassRefPtr<WorkQueue::WorkItemWin> WorkQueue::WorkItemWin::create(const Function<void()>& function, WorkQueue* queue) function in class:WorkQueue::WorkItemWin
184 // FIXME: We need to ensure that any timer-queue timers that fire after this point don't try to
193 m_workItemQueue.append(WorkItemWin::create(function, this));
206 static PassRefPtr<TimerContext> create() { return adoptRef(new TimerContext); } function in struct:TimerContext
211 HANDLE timer; member in struct:TimerContext
214 TimerContext() : queue(0), timer(0) { }
228 ASSERT(timerContext->timer);
230 if (!::DeleteTimerQueueTimer(timerContext->queue->m_timerQueue, timerContext->timer, 0)) {
231 // Getting ERROR_IO_PENDING here means that the timer will be destroyed once the callback is done executing.
240 RefPtr<TimerContext> context = TimerContext::create();
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSpellingHandler.cpp55 // Expand the range to include the previous line. This should handle cases when the user hits enter to finish composing a word and create a new line.
110 m_inputHandler->callRequestCheckingFor(SpellCheckRequest::create(TextCheckingTypeSpelling, m_textCheckingProcessType, rangeForSpellChecking, rangeForSpellChecking));
117 BlackBerry::Platform::StopWatch timer; local
118 timer.start();
144 SpellingLog(Platform::LogLevelInfo, "SpellingHandler::parseBlockForSpellChecking spellcheck iteration took %lf seconds", timer.elapsed());
156 SpellingLog(Platform::LogLevelInfo, "SpellingHandler::parseBlockForSpellChecking spellcheck iteration took %lf seconds", timer.elapsed());
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DNotification.cpp101 PassRefPtr<Notification> Notification::create(const String& title, const String& body, const String& iconURI, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) function in class:WebCore::Notification
110 PassRefPtr<Notification> Notification::create(ScriptExecutionContext* context, const String& title, const Dictionary& options) function in class:WebCore::Notification
198 dispatchEvent(Event::create(eventNames().showEvent, false, false));
204 dispatchEvent(Event::create(eventNames().clickEvent, false, false));
209 dispatchEvent(Event::create(eventNames().closeEvent, false, false));
215 dispatchEvent(Event::create(eventNames().errorEvent, false, false));
219 void Notification::taskTimerFired(Timer<Notification>* timer) argument
222 ASSERT_UNUSED(timer, timer == m_taskTimer.get());
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DTextTrackLoader.cpp61 void TextTrackLoader::cueLoadTimerFired(Timer<TextTrackLoader>* timer) argument
63 ASSERT_UNUSED(timer, timer == &m_cueLoadTimer);
94 m_cueParser = WebVTTParser::create(this, m_scriptExecutionContext);
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DBatteryProviderEfl.cpp76 void BatteryProviderEfl::timerFired(Timer<BatteryProviderEfl>* timer) argument
78 ASSERT_UNUSED(timer, timer == &m_timer);
167 WTF::RefPtr<BatteryStatus> batteryStatus = BatteryStatus::create(charging, chargingTime, dischargingTime, level);
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/
H A Dvfslib.tcl45 return [chan create {read write} \
52 upvar #0 ::vfs::_memchan(timer) timer
60 if {![info exists timer]} { set timer "" }
118 after cancel $timer
131 set timer [after 10 [list ::vfs::_memchan_timer]]
144 set ::vfs::_memchan(timer) [after 10 [info level 0]]
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitdownload.cpp82 GTimer* timer; member in struct:_WebKitDownloadPrivate
159 // need to make sure timer is non-NULL.
160 if (priv->timer) {
161 g_timer_destroy(priv->timer);
162 priv->timer = NULL;
508 g_return_if_fail(priv->timer == NULL);
512 priv->resourceHandle = ResourceHandle::create(/* Null NetworkingContext */ NULL, core(priv->networkRequest), priv->downloadClient, false, false);
518 priv->timer = g_timer_new();
542 // to make sure timer is non-NULL.
543 if (priv->timer)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DScriptExecutionContext.cpp53 static PassOwnPtr<ProcessMessagesSoonTask> create() function in class:WebCore::ProcessMessagesSoonTask
121 postTask(ProcessMessagesSoonTask::create());
332 RefPtr<ErrorEvent> errorEvent = ErrorEvent::create(message, sourceName, line);
350 m_publicURLManager = PublicURLManager::create();
359 DOMTimer* timer = iter->value; local
360 timer->adjustMinimumTimerInterval(oldMinimumTimerInterval);
368 // minimum timer interval. FIXME: to make it work with dedicated
378 DOMTimer* timer = iter->value; local
379 timer->didChangeAlignmentInterval();
H A DStyledElement.cpp110 void cleanCache(Timer<PresentationAttributeCacheCleaner>* timer) argument
112 ASSERT_UNUSED(timer, timer == &m_cleanTimer);
154 inlineStyle = MutableStylePropertySet::create(strictToCSSParserMode(isHTMLElement() && !document()->inQuirksMode()));
339 style = MutableStylePropertySet::create(isSVGElement() ? SVGAttributeMode : CSSQuirksMode);
H A DScriptExecutionContext.h140 bool addTimeout(int timeoutId, DOMTimer* timer) { return m_timeouts.add(timeoutId, timer).isNewEntry; } argument
162 static PassOwnPtr<AddConsoleMessageTask> create(MessageSource source, MessageLevel level, const String& message) function in class:WebCore::ScriptExecutionContext::AddConsoleMessageTask
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginStream.h55 static PassRefPtr<WebNetscapePluginStream> create(NSURLRequest *request, NPP plugin, bool sendNotification, void* notifyData) function in class:WebNetscapePluginStream
59 static PassRefPtr<WebNetscapePluginStream> create(WebCore::FrameLoader* frameLoader) function in class:WebNetscapePluginStream
126 void deliverDataTimerFired(WebCore::Timer<WebNetscapePluginStream>* timer);
H A DWebNetscapePluginView.mm388 // returns true, it still might not be a context we need to create a GWorld for; for example
392 // If the current context is an offscreen bitmap, then create a GWorld for it.
712 PluginTimer* timer = it->value;
713 timer->stop();
730 PluginTimer* timer = it->value;
731 ASSERT(!timer->isActive());
732 timer->start(_isCompletelyObscured);
1101 // Since this layer isn't going to be inserted into a view, we need to create another layer and flip its geometry
1126 _eventHandler = WebNetscapePluginEventHandler::create(self);
1502 _manualStream = WebNetscapePluginStream::create(cor
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp140 return MessageEvent::create(messagePorts.release(), m_message, m_origin, "", m_source);
300 window->dispatchEvent(PageTransitionEvent::create(eventNames().pagehideEvent, false), window->document());
301 window->dispatchEvent(Event::create(eventNames().unloadEvent, false, false), window->document());
606 m_screen = Screen::create(m_frame);
615 m_history = History::create(m_frame);
624 m_crypto = Crypto::create();
633 m_locationbar = BarProp::create(m_frame, BarProp::Locationbar);
642 m_menubar = BarProp::create(m_frame, BarProp::Menubar);
651 m_personalbar = BarProp::create(m_frame, BarProp::Personalbar);
660 m_scrollbars = BarProp::create(m_fram
864 PostMessageTimer* timer = new PostMessageTimer(this, message, sourceOrigin, source, channels.release(), target.get(), stackTrace.release()); local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp52 PassRefPtr<NetscapePlugin> NetscapePlugin::create(PassRefPtr<NetscapePluginModule> pluginModule) function in class:WebKit::NetscapePlugin
178 // The browser is going to send the data in a stream, create a plug-in stream.
179 RefPtr<NetscapePluginStream> pluginStream = NetscapePluginStream::create(this, requestID, urlString, sendNotification, notificationData);
322 PassOwnPtr<NetscapePlugin::Timer> NetscapePlugin::Timer::create(NetscapePlugin* netscapePlugin, unsigned timerID, unsigned interval, bool repeat, TimerFunc timerFunc) function in class:WebKit::NetscapePlugin::Timer
372 OwnPtr<Timer> timer = Timer::create(this, timerID, interval, repeat, timerFunc); local
374 // FIXME: Based on the plug-in visibility, figure out if we should throttle the timer, or if we should start it at all.
375 timer->start();
376 m_timers.set(timerID, timer.release());
383 if (OwnPtr<Timer> timer
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketChannel.cpp114 m_handle = SocketStreamHandle::create(m_handshake->url(), this);
459 void WebSocketChannel::resumeTimerFired(Timer<WebSocketChannel>* timer) argument
461 ASSERT_UNUSED(timer, timer == &m_resumeTimer);
494 void WebSocketChannel::closingTimerFired(Timer<WebSocketChannel>* timer) argument
497 ASSERT_UNUSED(timer, &m_closingTimer == timer);
713 frame->blobData = Blob::create(blob.url(), blob.type(), blob.size());
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginView.cpp435 // if this is not a targeted request, create a stream for it. otherwise,
438 RefPtr<PluginStream> stream = PluginStream::create(this, m_parentFrame.get(), request->frameLoadRequest().resourceRequest(), request->sendNotification(), request->notifyData(), plugin()->pluginFuncs(), instance(), m_plugin->quirks());
480 RefPtr<PluginStream> stream = PluginStream::create(this, m_parentFrame.get(), request->frameLoadRequest().resourceRequest(), request->sendNotification(), request->notifyData(), plugin()->pluginFuncs(), instance(), m_plugin->quirks());
486 void PluginView::requestTimerFired(Timer<PluginView>* timer) argument
488 ASSERT_UNUSED(timer, timer == &m_requestTimer);
671 void PluginView::invalidateTimerFired(Timer<PluginView>* timer) argument
673 ASSERT_UNUSED(timer, timer == &m_invalidateTimer);
756 RefPtr<JSC::Bindings::Instance> instance = JSC::Bindings::CInstance::create(objec
951 PassRefPtr<PluginView> PluginView::create(Frame* parentFrame, const IntSize& size, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) function in class:WebCore::PluginView
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl50 set config_orig [dict create \
344 set thunk [dict create orig $orig]
370 dict set thunk headers [dict create]
491 dict set thunk outheaders [dict create]
720 set timer [bgvar]
721 after $delay [list set $timer 1]
722 vwait $timer
723 unset $timer
754 set req [dict create verb GET resource /]
780 return [dict create \
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DDateConstructor.cpp40 extern "C" time_t time(time_t* timer); // Provided by libce.
151 return DateInstance::create(exec, globalObject->dateStructure(), value);
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheGroup.cpp61 , m_origin(SecurityOrigin::create(manifestURL))
257 m_newestCache->addResource(ApplicationCacheResource::create(url, loader->response(), ApplicationCacheResource::Master, buffer ? buffer->sharedBuffer() : 0));
279 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, loader->response(), ApplicationCacheResource::Master, buffer ? buffer->sharedBuffer() : 0));
521 RefPtr<ResourceHandle> handle = ResourceHandle::create(m_frame->loader()->networkingContext(), request, this, false, true);
563 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data(), newestCachedResource->path()));
593 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data(), newestCachedResource->path()));
603 m_currentResource = ApplicationCacheResource::create(url, response, type);
699 m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data(), newestCachedResource->path()));
730 m_manifestResource = ApplicationCacheResource::create(m_manifestHandle->firstRequest().url(), response, ApplicationCacheResource::Manifest);
777 m_cacheBeingUpdated = ApplicationCache::create();
1125 ChromeClientCallbackTimer* timer = new ChromeClientCallbackTimer(this); local
1132 static PassOwnPtr<CallCacheListenerTask> create(PassRefPtr<DocumentLoader> loader, ApplicationCacheHost::EventID eventID, int progressTotal, int progressDone) function in class:WebCore::CallCacheListenerTask
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DCookieManager.cpp92 , m_cookieBackingStore(CookieDatabaseBackingStore::create())
571 // Find & create necessary CookieMaps by traversing down the domain tree
622 CookieLog("CookieManager - Starting a timer for cookie cleanup");
626 CookieLog("CookieManager - Cookie cleanup timer already running");
631 void CookieManager::cookieLimitCleanUp(Timer<CookieManager>* timer) argument
633 ASSERT_UNUSED(timer, timer == &m_limitTimer);
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHeap.cpp90 GCTimerScope(GCTimer* timer) argument
91 : m_timer(timer)
265 , m_activityCallback(DefaultGCActivityCallback::create(this))
266 , m_sweeper(IncrementalSweeper::create(this))

Completed in 369 milliseconds

12