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

  /external/webkit/Source/WebCore/storage/
LocalStorageTask.cpp 39 , m_area(area)
42 ASSERT(m_area);
48 , m_area(0)
84 m_area->performImport();
87 m_area->performSync();
102 m_area->deleteEmptyDatabase();
LocalStorageTask.h 67 StorageAreaSync* m_area; member in class:WebCore::LocalStorageTask
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileGrid.cpp 72 if (tile->isTileVisible(m_area)) {
95 if (m_tiles[i]->isTileVisible(m_area) && !m_tiles[i]->frontTexture())
144 m_area = computeTilesArea(prepareArea, scale);
145 if (m_area.isEmpty())
153 m_area.x(), m_area.y(),
154 m_area.width(), m_area.height());
156 bool goingDown = m_prevTileY < m_area.y();
157 m_prevTileY = m_area.y()
    [all...]
TileGrid.h 82 IntRect m_area; member in class:WebCore::TileGrid
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLModels.java 27 public static final int M_AREA = 1 << 1;
HTMLSchema.java 42 elementType("area", M_EMPTY, M_AREA, 0);
96 elementType("map", M_BLOCK|M_AREA, M_INLINE, 0);
    [all...]
  /frameworks/native/opengl/libagl/
iterators.S 38 * r0 +24: m_area
context.h 561 GGLcoord area() const { return m_area; }
567 GGLcoord m_area; member in struct:android::gl::compute_iterators_t
primitives.cpp 243 m_area = m_dx01*m_dy02 + (-m_dy10)*m_dx20;
251 m_area = m_dx01*m_dy02 + (-m_dy10)*m_dx20;
258 const GGLcoord area = (m_area + TRI_HALF) >> TRI_FRACTION_BITS;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.cpp 195 , m_area(0)
218 m_nbChildren, m_children, &m_area);
236 m_area = 0;
RTree.h 112 int m_area; member in class:RTree::ElementList
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 736 milliseconds