Searched defs:type (Results 276 - 300 of 3869) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPlatformMouseEventBlackBerry.cpp26 PlatformMouseEvent::PlatformMouseEvent(const IntPoint& eventPosition, const IntPoint& globalPosition, const PlatformEvent::Type type, int clickCount, MouseButton button, bool shiftKey, bool ctrlKey, bool altKey, MouseInputMethod method) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DCursorEfl.cpp71 static const char* cursorString(Cursor::Type type) argument
H A DPlatformKeyboardEventEfl.cpp70 void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DCairoUtilitiesEfl.cpp39 cairo_surface_type_t type = cairo_surface_get_type(surface); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnSolidFillShader.cpp39 VertexType type = (region == Interior) ? LoopBlinnInterior : LoopBlinnExterior; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/opencl/
H A DOpenCLFEColorMatrix.cpp89 inline void FilterContextOpenCL::applyFEColorMatrix(OpenCLHandle destination, IntSize destinationSize, OpenCLHandle source, IntPoint relativeSourceLocation, float* values, int type) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gtk/
H A DImageBufferGtk.cpp39 String type = mimeType.substring(sizeof "image"); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DCredential.cpp117 CredentialType Credential::type() const function in class:WebCore::Credential
H A DProxyServer.h53 ProxyServer(Type type, const String& hostName, int port) argument
60 Type type() const { return m_type; } function in class:WebCore::ProxyServer
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/rss/
H A DRSSGenerator.cpp140 RSSEnclosure::Type type = item->m_enclosure->typeInEnum(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DDataTransferItemQt.h49 virtual String type() const { return m_type; } function in class:WebCore::DataTransferItemQt
/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLValue.h46 Type type() const { return m_type; } function in class:WebCore::SQLValue
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DDOMMimeType.cpp44 const String &DOMMimeType::type() const function in class:WebCore::DOMMimeType
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DGridPosition.h51 GridPositionType type() const { return m_type; } function in class:WebCore::GridPosition
H A DLineClampValue.h40 LineClampValue(int value, ELineClampType type) argument
H A DStyleDashboardRegion.h39 int type; member in struct:WebCore::StyleDashboardRegion
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFETurbulenceElement.h43 static String toString(SVGStitchOptions type) argument
72 static String toString(TurbulenceType type) argument
H A DSVGUnitTypes.h45 static String toString(SVGUnitTypes::SVGUnitType type) argument
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequestProgressEvent.h41 static PassRefPtr<XMLHttpRequestProgressEvent> create(const AtomicString& type, bool lengthComputable = false, unsigned long long loaded = 0, unsigned long long total = 0) argument
54 XMLHttpRequestProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
H A DXPathEvaluator.cpp53 evaluate(const String& expression, Node* contextNode, XPathNSResolver* resolver, unsigned short type, XPathResult* result, ExceptionCode& ec) argument
H A DXPathExpression.cpp61 PassRefPtr<XPathResult> XPathExpression::evaluate(Node* contextNode, unsigned short type, XPathResult*, ExceptionCode& ec) argument
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_js_private.h36 Ewk_JS_Object_Type type; member in struct:_Ewk_JS_Object
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/qt/
H A DPluginProcessMainQt.cpp44 static void messageHandler(QtMsgType type, const QMessageLogContext&, const QString& message) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebEvent.cpp42 WebEvent::WebEvent(Type type, Modifiers modifiers, double timestamp) argument
H A DWebTouchEvent.cpp36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, Modifiers modifiers, double timestamp) argument
61 bool WebTouchEvent::isTouchEventType(Type type) argument

Completed in 455 milliseconds

<<11121314151617181920>>