Searched refs:drawNodeHighlight (Results 1 – 15 of 15) sorted by relevance
203 void InspectorController::drawNodeHighlight(GraphicsContext& context) const in drawNodeHighlight() function in WebCore::InspectorController205 m_inspectorAgent->domAgent()->drawNodeHighlight(context); in drawNodeHighlight()
81 void drawNodeHighlight(GraphicsContext&) const;
166 void drawNodeHighlight(GraphicsContext&) const;
1397 void InspectorDOMAgent::drawNodeHighlight(GraphicsContext& context) const in drawNodeHighlight() function in WebCore::InspectorDOMAgent
76 [_webNodeHighlight inspectorController]->drawNodeHighlight(context);
157 m_inspectedWebView->page()->inspectorController()->drawNodeHighlight(context); in update()
392 frame->page()->inspectorController()->drawNodeHighlight(*context); in renderRelativeCoords()
2000 m_frame->page()->inspectorController()->drawNodeHighlight(gc); in paintWithContext()
658 frame->page()->inspectorController()->drawNodeHighlight(context); in paintWebView()
19656 (WebCore::InspectorController::drawNodeHighlight): Call the20465 (WebCore::InspectorController::drawNodeHighlight):39158 (WebCore::InspectorController::drawNodeHighlight): Calculates the39215 Export InspectorController::drawNodeHighlight41934 (WebCore::InspectorController::drawNodeHighlight): Removed uneeded typecasts51985 (WebCore::InspectorController::drawNodeHighlight): Update the54451 Add line box drawing code to InspectorController::drawNodeHighlight54453 This makes drawNodeHighlight a complete replacement for the painting54463 (WebCore::InspectorController::drawNodeHighlight): Ported line box54475 Once all platforms are calling down to drawNodeHighlight instead of[all …]
8200 (WebCore::InspectorController::drawNodeHighlight): Use absoluteQuads instead34762 Have drawNodeHighlight clip instead of clearing. This makes it work for40296 (WebCore::InspectorController::drawNodeHighlight):44148 (WebCore::InspectorController::drawNodeHighlight):50783 (WebCore::InspectorController::drawNodeHighlight):70780 (WebCore::InspectorController::drawNodeHighlight):83732 (WebCore::InspectorController::drawNodeHighlight):
15196 (WebCore::InspectorDOMAgent::drawNodeHighlight):20878 We should call drawNodeHighlight() just if a highlighted node exists20881 Added highlightedNode() method to check if we need to call drawNodeHighlight()39484 (WebCore::InspectorController::drawNodeHighlight):39498 (WebCore::InspectorDOMAgent::drawNodeHighlight):
1452 (WebCore::InspectorAgent::drawNodeHighlight):6107 (WebCore::InspectorController::drawNodeHighlight):19002 (WebCore::InspectorAgent::drawNodeHighlight):
13343 (WebCore::InspectorController::drawNodeHighlight):52804 (WebCore::InspectorController::drawNodeHighlight):114690 (WebCore::InspectorController::drawNodeHighlight):
19113 GraphicsContext and pass it to InspectorController::drawNodeHighlight.