HomeSort by relevance Sort by last modified time
    Searched defs:m_base (Results 1 - 12 of 12) sorted by null

  /frameworks/base/tools/aidl/
generate_java.h 28 string m_base; member in class:VariableFactory
  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocatorSymbian.h 47 m_base = reinterpret_cast<char*>(Base());
60 return (static_cast<const char*>(address) >= m_base && static_cast<const char*>(address) < (m_base + m_maxSize));
63 char* m_base; member in class:WTF::SymbianChunk
PageBlock.h 42 void* base() const { return m_base; }
45 operator bool() const { return !!m_base; }
49 return containedBase >= m_base
50 && (static_cast<char*>(containedBase) + containedSize) <= (static_cast<char*>(m_base) + m_size);
54 void* m_base; member in class:WTF::PageBlock
59 : m_base(0)
65 : m_base(other.m_base)
71 : m_base(base)
  /external/webkit/Source/WebCore/html/
HTMLCollection.h 59 Node* base() const { return m_base.get(); }
78 RefPtr<Node> m_base; member in class:WebCore::HTMLCollection
  /external/webkit/Source/JavaScriptCore/runtime/
PutPropertySlot.h 43 , m_base(0)
51 m_base = base;
58 m_base = base;
63 JSObject* base() const { return m_base; }
74 JSObject* m_base; member in class:JSC::PutPropertySlot
  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 65 Position base() const { return m_base; }
123 Position m_base; // Where the first click happened member in class:WebCore::VisibleSelection
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODArena.h 171 m_base = static_cast<uint8_t*>(m_allocator->allocate(size));
178 m_allocator->free(m_base);
192 void* result = m_base + m_currentOffset;
199 uint8_t* m_base; member in class:WebCore::PODArena::Chunk
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 818 : m_base(0)
823 : m_base(base)
828 CachedString* operator->() { ASSERT(m_base); return &m_base->at(m_index); }
831 Vector<CachedString>* m_base; member in struct:WebCore::CloneDeserializer::CachedStringRef
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 2239 GLfloat *m_base = (GLfloat *) 0; local
2288 GLfixed *m_base = (GLfixed *) 0; local
2615 GLfloat *m_base = (GLfloat *) 0; local
2664 GLfixed *m_base = (GLfixed *) 0; local
    [all...]
android_opengl_GLES11Ext.cpp 1150 GLfixed *m_base = (GLfixed *) 0; local
1263 GLfixed *m_base = (GLfixed *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 2365 GLfloat *m_base = (GLfloat *) 0; local
2414 GLfixed *m_base = (GLfixed *) 0; local
2741 GLfloat *m_base = (GLfloat *) 0; local
2790 GLfixed *m_base = (GLfixed *) 0; local
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 454 ExpressionNode* base() const { return m_base; }
463 ExpressionNode* m_base; member in class:JSC::BracketAccessorNode
472 ExpressionNode* base() const { return m_base; }
481 ExpressionNode* m_base; member in class:JSC::DotAccessorNode
558 ExpressionNode* m_base; member in class:JSC::FunctionCallBracketNode
571 ExpressionNode* m_base; member in class:JSC::FunctionCallDotNode
617 ExpressionNode* m_base; member in class:JSC::PostfixBracketNode
629 ExpressionNode* m_base; member in class:JSC::PostfixDotNode
662 ExpressionNode* m_base; member in class:JSC::DeleteBracketNode
673 ExpressionNode* m_base; member in class:JSC::DeleteDotNode
736 ExpressionNode* m_base; member in class:JSC::PrefixBracketNode
748 ExpressionNode* m_base; member in class:JSC::PrefixDotNode
1029 ExpressionNode* m_base; member in class:JSC::ReadModifyBracketNode
1044 ExpressionNode* m_base; member in class:JSC::AssignBracketNode
1058 ExpressionNode* m_base; member in class:JSC::AssignDotNode
1071 ExpressionNode* m_base; member in class:JSC::ReadModifyDotNode
    [all...]

Completed in 205 milliseconds