Searched refs:fileContent (Results 1 – 6 of 6) sorted by relevance
11 var fileContent;33 if (fileContent)34 g_browser.importONCFile(fileContent, passcode);71 fileContent = result;76 jsonObject = JSON.parse(fileContent);189 fileContent = undefined;
272 importONCFile: function(fileContent, passcode) { argument273 this.send('importONCFile', [fileContent, passcode]);
49 my $fileContent = "";62 $fileContent .= "###CLASS###$currentClassName\n";64 $fileContent .= $line;95 my @lines = split("\n", $fileContent);
144 String fileContent = null; in restoreInfoFromFile() local150 fileContent = dis.readUTF(); in restoreInfoFromFile()154 if (fileContent == null) in restoreInfoFromFile()157 Reader reader = new StringReader(fileContent); in restoreInfoFromFile()
57 var fileContent = "";95 return fileContent.substring(code.sourceBegin, code.sourceEnd);101 return fileContent.substring(code.asmBegin, code.asmEnd);190 processLines(fileContent, fileContent.length, processLine);379 fileContent = e.target.result;
33 WebData contents = drag_data.fileContent(); in WebDropData()