Home
last modified time | relevance | path

Searched refs:m_mode (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/wml/
DWMLPElement.cpp68 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()
DWMLPElement.h42 String m_mode;
/external/webkit/WebCore/platform/graphics/filters/
DFEBlend.cpp33 , m_mode(mode) in FEBlend()
54 return m_mode; in blendMode()
59 m_mode = mode; in setBlendMode()
DFEBlend.h57 BlendModeType m_mode; variable
/external/webkit/WebCore/platform/cf/
DSchedulePair.h56 CFStringRef mode() const { return m_mode.get(); } in mode()
69 RetainPtr<CFStringRef> m_mode; variable
DSchedulePair.cpp38 m_mode.adoptCF(CFStringCreateCopy(0, mode)); in SchedulePair()
/external/webkit/WebCore/svg/
DSVGTextContentElement.cpp115 , m_mode(mode) in SVGInlineTextBoxQueryWalker()
134 switch (m_mode) { in chunkPortionCallback()
283 QueryMode m_mode; member
DSVGFEBlendElement.cpp36 , m_mode(this, SVGNames::modeAttr, FEBLEND_MODE_NORMAL) in SVGFEBlendElement()
/external/webkit/WebCore/platform/mac/
DSchedulePairMac.mm40 m_mode.adoptCF(CFStringCreateCopy(0, mode));
/external/webkit/WebCore/plugins/
DPluginView.cpp138 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()
DPluginView.h266 int m_mode; variable
/external/qemu/
Di386-dis.c208 #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: