Searched refs:preprocessorSource (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPageScriptDebugServer.cpp77 void PageScriptDebugServer::setPreprocessorSource(const String& preprocessorSource) argument
79 if (preprocessorSource.isEmpty())
82 m_preprocessorSourceCode = adoptPtr(new ScriptSourceCode(preprocessorSource));

Completed in 98 milliseconds