Searched defs:m_function (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScheduledAction.h62 ScopedPersistent<v8::Function> m_function; member in class:blink::ScheduledAction
/external/deqp/framework/randomshaders/
H A DrsgFunctionGenerator.hpp47 Function& m_function; member in class:rsg::FunctionGenerator
H A DrsgBuiltinFunctions.hpp51 std::string m_function; member in class:rsg::UnaryBuiltinVecFunc
59 : m_function (function)
97 str << Token(m_function.c_str()) << Token::LEFT_PAREN;
/external/deqp/modules/internal/
H A DditTestCase.hpp39 , m_function (func)
46 m_function();
51 Function m_function; member in class:dit::SelfCheckCase
/external/lldb/include/lldb/Expression/
H A DASTStructExtractor.h125 /// information about it into m_function
150 ClangFunction &m_function; ///< The function to populate with information about the argument structure. member in class:lldb_private::ASTStructExtractor
/external/lldb/tools/debugserver/source/
H A DPThreadMutex.h93 const char *m_function; member in class:PThreadMutex::Locker
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTimer.h122 : m_object(o), m_function(f) { }
125 virtual void fired() OVERRIDE { (m_object->*m_function)(this); }
132 TimerFiredFunction m_function; member in class:blink::FINAL
148 , m_function(f)
180 (m_object->*m_function)(this);
188 TimerFiredFunction m_function; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctional.h53 : m_function(function)
59 return m_function();
63 R(*m_function)(); member in class:WTF::FunctionWrapper
72 : m_function(function)
78 return m_function(p1);
82 R(*m_function)(P1); member in class:WTF::FunctionWrapper
91 : m_function(function)
97 return m_function(p1, p2);
101 R(*m_function)(P1, P2); member in class:WTF::FunctionWrapper
110 : m_function(functio
120 R(*m_function)(P1, P2, P3); member in class:WTF::FunctionWrapper
139 R(*m_function)(P1, P2, P3, P4); member in class:WTF::FunctionWrapper
158 R(*m_function)(P1, P2, P3, P4, P5); member in class:WTF::FunctionWrapper
177 R(*m_function)(P1, P2, P3, P4, P5, P6); member in class:WTF::FunctionWrapper
206 R(C::*m_function)(); member in class:WTF::FunctionWrapper
233 R(C::*m_function)(P1); member in class:WTF::FunctionWrapper
260 R(C::*m_function)(P1, P2); member in class:WTF::FunctionWrapper
287 R(C::*m_function)(P1, P2, P3); member in class:WTF::FunctionWrapper
314 R(C::*m_function)(P1, P2, P3, P4); member in class:WTF::FunctionWrapper
341 R(C::*m_function)(P1, P2, P3, P4, P5); member in class:WTF::FunctionWrapper
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp122 Function m_function; member in class:deqp::gles3::Functional::PrimitiveRestartCase
135 , m_function (function)
544 if (m_function == FUNCTION_DRAW_ELEMENTS)
546 else if (m_function == FUNCTION_DRAW_ELEMENTS_INSTANCED)
550 DE_ASSERT(m_function == FUNCTION_DRAW_RANGE_ELEMENTS);
H A Des3fInstancedRenderingTests.cpp124 DrawFunction m_function; member in class:deqp::gles3::Functional::InstancedRenderingCase
130 vector<deUint16> m_gridIndices; // \note Only used if m_function is FUNCTION_DRAW_ELEMENTS_INSTANCED.
144 , m_function (function)
314 if (m_function == FUNCTION_DRAW_ELEMENTS_INSTANCED)
351 DE_ASSERT(m_function == FUNCTION_DRAW_ARRAYS_INSTANCED);
543 if (m_function == FUNCTION_DRAW_ARRAYS_INSTANCED)
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp870 inline UCharPredicate(CharacterMatchFunctionPtr function): m_function(function) { }
874 return m_function(ch);
878 const CharacterMatchFunctionPtr m_function; member in class:WTF::UCharPredicate

Completed in 1920 milliseconds