Home
last modified time | relevance | path

Searched refs:uniqueId (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DVideoLayerAndroid.cpp70 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()
DCanvasTexture.cpp60 RefPtr<CanvasTexture> texture = s_textures.get(layer->uniqueId()); in getCanvasTexture()
63 return adoptRef(new CanvasTexture(layer->uniqueId())); in getCanvasTexture()
DAndroidAnimation.cpp238 layer->uniqueId(), in applyForProgress()
280 layer->uniqueId(), in applyForProgress()
DAndroidAnimation.h64 int uniqueId() { return m_uniqueId; } in uniqueId() function
DLayerAndroid.h225 int uniqueId() const { return m_uniqueId; } in uniqueId() function
422 int uniqueId() const { return m_uniqueId; } in uniqueId() function
DLayerAndroid.cpp609 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/
DSymbolTable.h50 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
DSymbolTable.cpp163 uniqueId = copyOf.uniqueId; in TSymbol()
225 uniqueId = copyOf.uniqueId; in copyTable()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurface.cpp79 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/
DDrawExtra.cpp50 int layerId = layer ? layer->uniqueId() : 0; in getHighlightRegionsForLayer()
60 int layerId = layer ? layer->uniqueId() : 0; in addHighlightRegion()
DWebView.cpp410 return result->uniqueId(); in scrollableLayer()
690 if (layerId == layer->uniqueId()) in findMaskedRectsForLayer()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp74 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/
DWebAutofill.cpp182 void WebAutofill::querySuccessful(const string16& value, const string16& label, int uniqueId) in querySuccessful() argument
189 mUniqueIdMap[mQueryId] = uniqueId; in querySuccessful()
DWebAutofill.h77 void querySuccessful(const string16& value, const string16& label, int uniqueId);
/external/webkit/Source/WebKit/android/jni/
DViewStateSerializer.cpp82 m_stream->writeHexAsText(layerPtr->uniqueId()); in beginLayer()
569 ALOGV("Created layer with id %d", layer->uniqueId()); in deserializeLayer()
DWebViewCore.cpp1544 return layer->uniqueId(); in platformLayerIdFromNode()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp338 m_contentLayer->uniqueId(), size.width(), size.height()); in setSize()
805 m_contentLayer->uniqueId(), view->scrollX(), view->scrollY()); in repaint()
/external/qemu/android/camera/
Dcamera-capture-mac.m511 * way to identify camera devices. There is a QTCaptureDevice::uniqueId
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1635251 Simple method to create a uniqueId on demand with respect to the run loop.