/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | VideoLayerAndroid.cpp | 70 TilesManager::instance()->videoLayerManager()->registerTexture(uniqueId(), textureName); in setSurfaceTexture() 113 float aspectRatio = manager->getAspectRatio(uniqueId()); in calVideoRect() 172 GLuint textureId = manager->getTextureId(uniqueId()); in drawGL() 175 manager->updateMatrix(uniqueId(), surfaceMatrix); in drawGL() 178 double scale = manager->drawIcon(uniqueId(), PlayIcon); in drawGL() 188 GLuint textureId = manager->getTextureId(uniqueId()); in drawGL() 189 GLfloat* matrix = manager->getMatrix(uniqueId()); in drawGL() 205 double scale = manager->drawIcon(uniqueId(), PauseIcon); in drawGL()
|
D | CanvasTexture.cpp | 60 RefPtr<CanvasTexture> texture = s_textures.get(layer->uniqueId()); in getCanvasTexture() 63 return adoptRef(new CanvasTexture(layer->uniqueId())); in getCanvasTexture()
|
D | AndroidAnimation.cpp | 238 layer->uniqueId(), in applyForProgress() 280 layer->uniqueId(), in applyForProgress()
|
D | AndroidAnimation.h | 64 int uniqueId() { return m_uniqueId; } in uniqueId() function
|
D | LayerAndroid.h | 225 int uniqueId() const { return m_uniqueId; } in uniqueId() function 422 int uniqueId() const { return m_uniqueId; } in uniqueId() function
|
D | LayerAndroid.cpp | 609 subclassType(), uniqueId(), this, m_owningLayer, in showLayer() 620 m_originalLayer, m_originalLayer ? m_originalLayer->uniqueId() : -1); in showLayer() 633 LayerAndroid* replacementLayer = replacementTree->findById(uniqueId()); in mergeInvalsInto() 960 snprintf(str, 256, "%d", uniqueId()); in contentDraw()
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | SymbolTable.h | 50 void setUniqueId(int id) { uniqueId = id; } in setUniqueId() 51 int getUniqueId() const { return uniqueId; } in getUniqueId() 58 unsigned int uniqueId; // For real comparing during code generation variable 242 TSymbolTable() : uniqueId(0) in TSymbolTable() 281 symbol.setUniqueId(++uniqueId); in insert() 311 int getMaxSymbolId() { return uniqueId; } in getMaxSymbolId() 345 int uniqueId; // for unique identification in code generation variable
|
D | SymbolTable.cpp | 163 uniqueId = copyOf.uniqueId; in TSymbol() 225 uniqueId = copyOf.uniqueId; in copyTable()
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | Surface.cpp | 79 if (getFirstLayer()->uniqueId() != oldSurface->getFirstLayer()->uniqueId()) in tryUpdateSurface() 113 if ((m_layers[i]->uniqueId() != oldSurface->m_layers[i]->uniqueId()) in tryUpdateSurface() 221 getFirstLayer()->uniqueId(), in prepareGL() 255 getFirstLayer()->subclassName(), getFirstLayer()->uniqueId()); in drawGL()
|
/external/webkit/Source/WebKit/android/nav/ |
D | DrawExtra.cpp | 50 int layerId = layer ? layer->uniqueId() : 0; in getHighlightRegionsForLayer() 60 int layerId = layer ? layer->uniqueId() : 0; in addHighlightRegion()
|
D | WebView.cpp | 410 return result->uniqueId(); in scrollableLayer() 690 if (layerId == layer->uniqueId()) in findMaskedRectsForLayer()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | MediaPlayerPrivateAndroid.cpp | 74 TilesManager::instance()->videoLayerManager()->removeLayer(m_videoLayer->uniqueId()); in ~MediaPlayerPrivate() 242 m_videoLayer->uniqueId()); in play() 257 m_videoLayer->uniqueId()); in enterFullscreenMode() 332 m_player->platformLayer()->uniqueId(), width * height, in onPrepared()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
D | WebAutofill.cpp | 182 void WebAutofill::querySuccessful(const string16& value, const string16& label, int uniqueId) in querySuccessful() argument 189 mUniqueIdMap[mQueryId] = uniqueId; in querySuccessful()
|
D | WebAutofill.h | 77 void querySuccessful(const string16& value, const string16& label, int uniqueId);
|
/external/webkit/Source/WebKit/android/jni/ |
D | ViewStateSerializer.cpp | 82 m_stream->writeHexAsText(layerPtr->uniqueId()); in beginLayer() 569 ALOGV("Created layer with id %d", layer->uniqueId()); in deserializeLayer()
|
D | WebViewCore.cpp | 1544 return layer->uniqueId(); in platformLayerIdFromNode()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 338 m_contentLayer->uniqueId(), size.width(), size.height()); in setSize() 805 m_contentLayer->uniqueId(), view->scrollX(), view->scrollY()); in repaint()
|
/external/qemu/android/camera/ |
D | camera-capture-mac.m | 511 * way to identify camera devices. There is a QTCaptureDevice::uniqueId
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 35251 Simple method to create a uniqueId on demand with respect to the run loop.
|