Searched refs:m_mode (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebCore/wml/ |
D | WMLPElement.cpp | 68 m_mode = attr->value(); in parseMappedAttribute() 69 if (m_mode == "wrap") in parseMappedAttribute() 71 else if (m_mode == "nowrap") in parseMappedAttribute() 84 if (!m_mode.isEmpty()) in insertedIntoDocument()
|
D | WMLPElement.h | 42 String m_mode;
|
/external/webkit/WebCore/platform/graphics/filters/ |
D | FEBlend.cpp | 33 , m_mode(mode) in FEBlend() 54 return m_mode; in blendMode() 59 m_mode = mode; in setBlendMode()
|
D | FEBlend.h | 57 BlendModeType m_mode; variable
|
/external/webkit/WebCore/platform/cf/ |
D | SchedulePair.h | 56 CFStringRef mode() const { return m_mode.get(); } in mode() 69 RetainPtr<CFStringRef> m_mode; variable
|
D | SchedulePair.cpp | 38 m_mode.adoptCF(CFStringCreateCopy(0, mode)); in SchedulePair()
|
/external/webkit/WebCore/svg/ |
D | SVGTextContentElement.cpp | 115 , m_mode(mode) in SVGInlineTextBoxQueryWalker() 134 switch (m_mode) { in chunkPortionCallback() 283 QueryMode m_mode; member
|
D | SVGFEBlendElement.cpp | 36 , m_mode(this, SVGNames::modeAttr, FEBLEND_MODE_NORMAL) in SVGFEBlendElement()
|
/external/webkit/WebCore/platform/mac/ |
D | SchedulePairMac.mm | 40 m_mode.adoptCF(CFStringCreateCopy(0, mode));
|
/external/webkit/WebCore/plugins/ |
D | PluginView.cpp | 138 if (m_mode == NP_FULL) in setFrameRect() 174 …npErr = m_plugin->pluginFuncs()->newp((NPMIMEType)m_mimeType.data(), m_instance, m_mode, m_paramCo… in start() 609 m_mode = m_loadManually ? NP_FULL : NP_EMBED; in PluginView()
|
D | PluginView.h | 266 int m_mode; variable
|
/external/qemu/ |
D | i386-dis.c | 208 #define Rm OP_Rd, m_mode 217 #define Cm OP_C, m_mode 218 #define Dm OP_D, m_mode 313 #define m_mode 7 /* d_mode in 32bit, q_mode in 64bit mode. */ macro 2971 case m_mode: 3083 case m_mode:
|