Searched refs:m_open (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/win32ole/
H A Dtest_win32ole_method.rb12 @m_open = WIN32OLE_METHOD.new(ole_type, "open")
49 assert_equal("Open", @m_open.name)
53 assert_equal("VOID", @m_open.return_type)
58 assert_equal(24, @m_open.return_vtype)
63 assert_equal(['VOID'], @m_open.return_type_detail)
68 assert_equal('FUNC', @m_open.invoke_kind)
121 assert_equal(1, @m_open.size_params)
126 assert_equal(0, @m_open.size_opt_params)
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLFenced.h51 String m_open; member in class:WebCore::final
H A DRenderMathMLFenced.cpp58 m_open = open.isNull() ? gOpeningBraceChar : open;
81 toRenderMathMLOperator(firstChild())->updateTokenContent(m_open);
95 RenderPtr<RenderMathMLOperator> openFence = createMathMLOperator(m_open, MathMLOperatorDictionary::Prefix, MathMLOperatorDictionary::Fence);

Completed in 231 milliseconds