/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorOverlay.h | 75 struct Highlight { 76 Highlight() 121 void getHighlight(Highlight*) const;
|
InspectorController.h | 66 struct Highlight; 93 void getHighlight(Highlight*) const;
|
InspectorOverlay.cpp | 218 static void buildNodeHighlight(Node* node, const HighlightConfig& highlightConfig, Highlight* highlight) 226 highlight->setDataFromConfig(highlightConfig); 230 highlight->type = HighlightTypeRects; 232 highlight->type = HighlightTypeNode; 233 buildNodeQuads(node, highlight->quads); 236 static void buildQuadHighlight(Page* page, const FloatQuad& quad, const HighlightConfig& highlightConfig, Highlight *highlight) 240 highlight->setDataFromConfig(highlightConfig); 241 highlight->type = HighlightTypeRects [all...] |
InspectorController.cpp | 273 void InspectorController::getHighlight(Highlight* highlight) const 275 m_overlay->getHighlight(highlight);
|
/external/chromium_org/chrome/browser/resources/ |
flags.js | 58 * Highlight an element associated with the page's location's hash. We need to 70 // Highlight the referenced element.
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
menu-view.js | 20 * Highlight the node being selected.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
coverage_html.js | 108 // If we're directed to a particular line number, highlight the line. 111 $(frag).addClass('highlight'); 345 // Highlight the lines in the chunk 346 c.code_container().find(".highlight").removeClass("highlight"); 348 c.num_elt(probe).addClass("highlight");
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_api.cc | [all...] |
/prebuilts/devtools/tools/lib/ |
traceview.jar | |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 166 // Highlight the header tabs... 167 // highlight Design tab 171 // highlight Develop tab 174 // In Develop docs, also highlight appropriate sub-tab 195 // highlight Distribute tab 200 // set global variable so we can highlight the sidenav a bit later (such as for google reference) 201 // and highlight the sidenav 596 /** Highlight the current page in sidenav, expanding children as appropriate */ [all...] |
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.cpp | 801 Highlight highlight; local 802 document->page()->inspectorController().getHighlight(&highlight); 803 return ClientRectList::create(highlight.quads); [all...] |
/external/chromium_org/third_party/lcov/bin/ |
genhtml | 279 our $highlight; # If set, highlight lines covered by converted data only 357 "genhtml_highlight" => \$highlight, 398 "highlight" => \$highlight, 599 --highlight Highlight lines with converted-only data [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 164 // Highlight the header tabs... 165 // highlight Design tab 169 // highlight Develop tab 173 // In Develop docs, also highlight appropriate sub-tab 192 // highlight Distribute tab [all...] |
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
calendarPicker.js | [all...] |