HomeSort by relevance Sort by last modified time
    Searched refs:closeFunc (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js 5 * -Passing in |sendFunc| and |closeFunc| which an IRCConnection to use to send
15 function IRCConnection(server, port, nick, sendFunc, closeFunc) {
46 closeFunc();
  /external/libxml2/include/libxml/
xmlIO.h 208 xmlInputCloseCallback closeFunc);
269 xmlOutputCloseCallback closeFunc);
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 465 static int closeFunc(void* context)
487 xmlRegisterInputCallbacks(matchFunc, openFunc, readFunc, closeFunc);
488 xmlRegisterOutputCallbacks(matchFunc, openFunc, writeFunc, closeFunc);
507 xmlRegisterInputCallbacks(matchFunc, openFunc, readFunc, closeFunc);
508 xmlRegisterOutputCallbacks(matchFunc, openFunc, writeFunc, closeFunc);
    [all...]
  /external/libxml2/
xmlIO.c     [all...]

Completed in 2735 milliseconds