Home | History | Annotate | Download | only in nav

Lines Matching defs:layerId

416 void scrollLayer(int layerId, int x, int y)
419 m_glWebViewState->scrollLayer(layerId, x, y);
490 LayerAndroid* toRoot, int layerId)
494 const LayerAndroid* from = fromRoot->findById(layerId);
495 LayerAndroid* to = toRoot->findById(layerId);
578 const TransformationMatrix* getLayerTransform(int layerId) {
579 if (layerId != -1 && m_baseLayer) {
580 LayerAndroid* layer = m_baseLayer->findById(layerId);
596 int layerId = selectText->caretLayerId(handleId);
605 const TransformationMatrix* transform = getLayerTransform(layerId);
612 return layerId;
615 void mapLayerRect(int layerId, SkIRect& rect) {
616 const TransformationMatrix* transform = getLayerTransform(layerId);
682 // Returns false if layerId is a fixed position layer, otherwise
687 Vector<FloatRect>& rects, int layerId)
690 if (layerId == layer->uniqueId())
700 if (!findMaskedRectsForLayer(child, rects, layerId))
1191 jint nativeView, jint layerId, jint x, jint y)
1195 webview->scrollLayer(layerId, x, y);
1201 LayerAndroid* layer = baseLayer->findById(layerId);
1255 int layerId = webview->getHandleLayerId((SelectText::HandleId) handleIndex,
1261 return layerId;
1265 jint layerId, jobject rect)
1270 webview->mapLayerRect(layerId, nativeRect);