Searched defs:from (Results 51 - 75 of 865) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/Modules/geolocation/
H A DGeolocationController.h65 static GeolocationController* from(Page* page) { return static_cast<GeolocationController*>(Supplement<Page>::from(page, supplementName())); } function in class:WebCore::GeolocationController
H A DNavigatorGeolocation.cpp50 NavigatorGeolocation* NavigatorGeolocation::from(Navigator* navigator) function in class:WebCore::NavigatorGeolocation
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DPageGroupIndexedDatabase.cpp51 PageGroupIndexedDatabase* PageGroupIndexedDatabase::from(PageGroup& group) function in class:WebCore::PageGroupIndexedDatabase
H A DWorkerGlobalScopeIndexedDatabase.cpp55 WorkerGlobalScopeIndexedDatabase* WorkerGlobalScopeIndexedDatabase::from(ScriptExecutionContext* context) function in class:WebCore::WorkerGlobalScopeIndexedDatabase
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DUserMediaController.h46 static UserMediaController* from(Page* page) { return static_cast<UserMediaController*>(Supplement<Page>::from(page, supplementName())); } function in class:WebCore::UserMediaController
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DDOMWindowNotifications.cpp55 DOMWindowNotifications* DOMWindowNotifications::from(DOMWindow* window) function in class:WebCore::DOMWindowNotifications
/macosx-10.10/WebCore-7600.1.25/Modules/proximity/
H A DDeviceProximityController.cpp70 DeviceProximityController* DeviceProximityController::from(Page* page) function in class:WebCore::DeviceProximityController
/macosx-10.10/WebCore-7600.1.25/Modules/quota/
H A DDOMWindowQuota.cpp59 DOMWindowQuota* DOMWindowQuota::from(DOMWindow* window) function in class:WebCore::DOMWindowQuota
H A DNavigatorStorageQuota.cpp56 NavigatorStorageQuota* NavigatorStorageQuota::from(Navigator* navigator) function in class:WebCore::NavigatorStorageQuota
H A DWorkerNavigatorStorageQuota.cpp54 WorkerNavigatorStorageQuota* WorkerNavigatorStorageQuota::from(WorkerNavigator* navigator) function in class:WebCore::WorkerNavigatorStorageQuota
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechRecognitionController.h50 static SpeechRecognitionController* from(Page* page) { return static_cast<SpeechRecognitionController*>(Supplement<Page>::from(page, supplementName())); } function in class:WebCore::SpeechRecognitionController
/macosx-10.10/WebCore-7600.1.25/Modules/vibration/
H A DVibration.h46 static Vibration* from(Page* page) { return static_cast<Vibration*>(Supplement<Page>::from(page, supplementName())); } function in class:WebCore::Vibration
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDeviceMotionController.cpp85 DeviceMotionController* DeviceMotionController::from(Page* page) function in class:WebCore::DeviceMotionController
H A DDeviceOrientationController.cpp93 DeviceOrientationController* DeviceOrientationController::from(Page* page) function in class:WebCore::DeviceOrientationController
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLengthSize.h51 LengthSize blend(const LengthSize& from, double progress) const argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DPerspectiveTransformOperation.cpp42 PassRefPtr<TransformOperation> PerspectiveTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
H A DScaleTransformOperation.cpp37 PassRefPtr<TransformOperation> ScaleTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
H A DSkewTransformOperation.cpp37 PassRefPtr<TransformOperation> SkewTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
H A DTranslateTransformOperation.cpp36 PassRefPtr<TransformOperation> TranslateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-julian.el[all...]
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_ip.c87 u_int32_t from; local
119 int pptp_ip_output(mbuf_t m, u_int32_t from, u_int32_t to) argument
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dtcpserver.c50 struct sockaddr_storage from; local
96 struct sockaddr_storage from; local
123 struct sockaddr_storage from; local
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dsource_list.rb10 def self.from(ary) singleton method in class:Gem
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregc_cvec.c92 addrange( struct cvec *cv, pchr from, pchr to) argument
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dstubs.c59 copyoutstr(const void *from, user_addr_t to, size_t maxlen, size_t *lencopied) argument
93 char const *from = (char const *) vfrom; local

Completed in 163 milliseconds

1234567891011>>