Home
last modified time | relevance | path

Searched refs:newValueStr (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScript.h81 …ring* functionObjectIdOpt, int scopeNumber, const String& variableName, const String& newValueStr);
DInjectedScript.cpp135 …tring* functionObjectIdOpt, int scopeNumber, const String& variableName, const String& newValueStr) in setVariableValue() argument
151 function.appendArgument(newValueStr); in setVariableValue()