/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
AccessibilityWebPageObject.h | 36 id m_parent; member in namespace:NSObject
|
/external/webkit/Source/WebCore/rendering/ |
InlineBox.h | 41 , m_parent(0) 76 , m_parent(parent) 196 ASSERT(m_parent || !next); 201 ASSERT(m_parent || !prev); 217 return m_parent; 219 void setParent(InlineFlowBox* par) { m_parent = par; } 324 InlineFlowBox* m_parent; // The box that contains us. member in class:WebCore::InlineBox
|
/external/webkit/Source/WebCore/editing/ |
AppendNodeCommand.h | 46 RefPtr<ContainerNode> m_parent; member in class:WebCore::AppendNodeCommand
|
RemoveNodeCommand.h | 47 RefPtr<ContainerNode> m_parent; member in class:WebCore::RemoveNodeCommand
|
/external/emma/core/java12/com/vladium/emma/report/ |
Item.java | 36 return m_parent; 141 protected final IItem m_parent; field in class:Item 149 m_parent = parent;
|
MethodItem.java | 40 m_userName = Descriptors.methodVMNameToJavaName (m_parent.getName (), m_name, m_descriptor, true, true, true); 64 final ClassItem parent = ((ClassItem) m_parent);
|
/external/webkit/Source/JavaScriptCore/profiler/ |
ProfileNode.h | 74 ProfileNode* parent() const { return m_parent; } 75 void setParent(ProfileNode* parent) { m_parent = parent; } 155 ProfileNode* m_parent; member in class:JSC::ProfileNode
|
/external/webkit/Source/WebCore/page/ |
FrameTree.cpp | 63 return m_parent; 76 child->tree()->m_parent = m_thisFrame; 88 child->tree()->m_parent = m_thisFrame; 94 ASSERT(child->tree()->m_parent == m_thisFrame); 111 child->tree()->m_parent = 0;
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
Expression.java | 53 private ExpressionNode m_parent; field in class:Expression 477 m_parent = n; 482 return m_parent; 520 if(null == m_parent) 522 return m_parent.getPublicId(); 541 if(null == m_parent) 543 return m_parent.getSystemId(); 563 if(null == m_parent) 565 return m_parent.getLineNumber(); 585 if(null == m_parent) [all...] |
/external/emma/core/java12/com/vladium/emma/rt/ |
InstrClassLoader.java | 65 m_parent = parent; 93 if (m_parent != null) 97 parentsVersion = m_parent.loadClass (name); // note: it is important that this does not init the class 99 if ((parentsVersion.getClassLoader () != m_parent) || 102 // (a) m_parent itself decided to delegate: use parent's version 120 // either (a) m_parent was null or (b) it could not load 'c' 442 private final ClassLoader m_parent; field in class:InstrClassLoader
|
/external/webkit/Source/WebCore/platform/graphics/ |
GlyphPageTreeNode.cpp | 145 ASSERT(m_level > 0 && m_parent); 149 GlyphPage* parentPage = m_parent->page(); 257 } else if (parentPage && parentPage->owner() != m_parent) { 326 child->m_parent = this; 329 for (GlyphPageTreeNode* curr = this; curr; curr = curr->m_parent) 359 for (GlyphPageTreeNode* curr = this; curr; curr = curr->m_parent) 389 for (GlyphPageTreeNode* curr = this; curr; curr = curr->m_parent)
|
GlyphPageTreeNode.h | 172 : m_parent(0) 199 GlyphPageTreeNode* parent() const { return m_parent; } 222 GlyphPageTreeNode* m_parent;
|
GraphicsLayer.cpp | 79 , m_parent(0) 212 if (m_parent) { 214 for (i = 0; i < m_parent->m_children.size(); i++) { 215 if (this == m_parent->m_children[i]) { 216 m_parent->m_children.remove(i);
|
GraphicsLayer.h | 200 GraphicsLayer* parent() const { return m_parent; }; 201 void setParent(GraphicsLayer* layer) { m_parent = layer; } // Internal use only. 415 GraphicsLayer* m_parent; member in class:WebCore::GraphicsLayer
|
/external/webkit/Source/WebCore/platform/efl/ |
WidgetEfl.cpp | 153 : m_parent(0) 318 if (m_parent) 319 return m_parent->edjeThemeRecursive();
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityScrollbar.cpp | 41 , m_parent(0)
|
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrPattern.cpp | 484 ASSERT(m_alternative->m_parent); 485 ASSERT(m_alternative->m_parent->m_parent); 487 PatternDisjunction* parenthesesDisjunction = m_alternative->m_parent; 488 m_alternative = m_alternative->m_parent->m_parent; 560 while ((currentAlternative = currentAlternative->m_parent->m_parent)) { 583 newDisjunction->m_parent = disjunction->m_parent; [all...] |
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTMovieVisualContext.cpp | 57 QTMovieVisualContext* m_parent; member in class:QTMovieVisualContextPriv 86 : m_parent(parent)
|
/external/webkit/Source/WebCore/plugins/qt/ |
PluginContainerQt.cpp | 48 m_parent = parent; 59 event->xany.window = m_parent->effectiveWinId();
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 215 GraphicsLayerAndroid* parent = static_cast<GraphicsLayerAndroid*>(m_parent); 524 if (m_parent) { 527 static_cast<GraphicsLayerAndroid*>(m_parent)->m_needsSyncChildren = true; 547 if (m_parent) { 550 static_cast<GraphicsLayerAndroid*>(m_parent)->m_needsSyncChildren = true; 889 if (m_parent) { 890 GraphicsLayerAndroid* parent = static_cast<GraphicsLayerAndroid*>(m_parent); [all...] |
/external/webkit/Source/WebCore/history/ |
HistoryItem.cpp | 115 , m_parent(parent) 147 , m_parent(item.m_parent) 188 m_parent = String(); 261 return m_parent; 314 m_parent = parent;
|
/external/webkit/Source/WebCore/platform/image-decoders/bmp/ |
BMPImageReader.h | 177 // can avoid calling m_parent->setFailed(), which could lead to memory 187 return m_isTopDown ? ((m_coord.y() + numRows) >= m_parent->size().height()) : ((m_coord.y() - numRows) < 0); 274 ImageDecoder* m_parent; member in class:WebCore::BMPImageReader
|
/external/webkit/Source/WebCore/platform/ |
Widget.h | 196 ScrollView* parent() const { return m_parent; } 274 ScrollView* m_parent; member in class:WebCore::Widget
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
PODRedBlackTree.h | 208 , m_parent(0) 236 Node* parent() const { return m_parent; } 237 void setParent(Node* node) { m_parent = node; } 242 Node* m_parent; member in class:WebCore::PODRedBlackTree::Node
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
TextureMapperNode.h | 197 TextureMapperNode* m_parent; member in class:WebCore::TextureMapperNode
|