Searched refs:m_requestType (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DHitTestRequest.h48 : m_requestType(requestType)
52 bool readOnly() const { return m_requestType & ReadOnly; }
53 bool active() const { return m_requestType & Active; }
54 bool move() const { return m_requestType & Move; }
55 bool release() const { return m_requestType & Release; }
56 bool ignoreClipping() const { return m_requestType & IgnoreClipping; }
57 bool svgClipContent() const { return m_requestType & SVGClipContent; }
58 bool touchEvent() const { return m_requestType & TouchEvent; }
60 bool disallowsShadowContent() const { return m_requestType & DisallowShadowContent; }
61 bool allowsFrameScrollbars() const { return m_requestType
72 HitTestRequestType m_requestType; member in class:WebCore::HitTestRequest
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPRequest.h80 int m_requestType; member in class:LDAPRequest
H A DLDAPRequest.cpp93 return m_requestType;
118 if( (this->m_requestType == req->getType()) &&
H A DLDAPDeleteRequest.cpp32 m_requestType=LDAPRequest::DELETE;
H A DLDAPAddRequest.cpp34 m_requestType = LDAPRequest::ADD;
H A DLDAPCompareRequest.cpp34 m_requestType=LDAPRequest::COMPARE;
H A DLDAPSearchRequest.cpp43 m_requestType=LDAPRequest::SEARCH;

Completed in 189 milliseconds