Searched refs:commandLineString (Results 1 – 2 of 2) sorted by relevance
36 function CommandLine(commandLineString) { argument37 this.commandLineString_ = commandLineString;38 this.parseOptions_(commandLineString.split(/\s+/));82 if (chrome && chrome.commandLineString) {83 commandLine = new CommandLine(chrome.commandLineString);
43 var commandLineString = commandLineParts.join(' ')76 value: commandLineString