Searched defs:Active (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DHitTestRequest.h31 Active = 1 << 2, enumerator in enum:WebCore::HitTestRequest::RequestType
46 bool active() const { return m_requestType & Active; }
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h177 Active, enumerator in enum:WebCore::SVGSMILElement::ActiveState
/external/valgrind/main/coregrind/
H A Dm_redir.c107 Active - a set of orig addr -> (bool, redir addr)
109 Active is the currently active set of bindings that the translator
113 Active is a pure function of Specs and the current symbol table
116 Therefore whenever either Specs or SyminfoState changes, Active
120 Active is computed as follows:
122 Active = empty
129 &fn -> redir is added to Active
135 deleted from Active as a result of recomputing it, then all
139 [Active also depends on where the aspacemgr has decided to put all
147 Clearly we must impose the requirement that domain(Active) contain
276 Active; typedef in typeref:struct:__anon10962
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1615 GLint ActiveTexture; /**< Client Active Texture */
2006 GLboolean Active; /**< inside Begin/EndQuery */ member in struct:gl_query_object
2234 GLboolean Active; /**< Is transform feedback enabled? */ member in struct:gl_transform_feedback_object
3236 // struct gl_shine_tab *_ShineTable[2]; /**< Active shine tables */

Completed in 122 milliseconds