Searched defs:highlightInspectorObject (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp1241 void InspectorDOMAgent::setSearchingForNode(ErrorString* errorString, SearchMode searchMode, JSONObject* highlightInspectorObject) argument
1249 m_inspectModeHighlightConfig = highlightConfigFromInspectorObject(errorString, highlightInspectorObject);
1256 PassOwnPtr<HighlightConfig> InspectorDOMAgent::highlightConfigFromInspectorObject(ErrorString* errorString, JSONObject* highlightInspectorObject) argument
1258 if (!highlightInspectorObject) {
1265 highlightInspectorObject->getBoolean("showInfo", &showInfo);
1268 highlightInspectorObject->getBoolean("showRulers", &showRulers);
1271 highlightInspectorObject->getBoolean("showExtensionLines", &showExtensionLines);
1273 highlightConfig->content = parseConfigColor("contentColor", highlightInspectorObject);
1274 highlightConfig->contentOutline = parseConfigColor("contentOutlineColor", highlightInspectorObject);
1275 highlightConfig->padding = parseConfigColor("paddingColor", highlightInspectorObject);
1317 highlightNode(ErrorString* errorString, const RefPtr<JSONObject>& highlightInspectorObject, const int* nodeId, const String* objectId) argument
[all...]

Completed in 124 milliseconds