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

  /external/chromium_org/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/chromium_org/third_party/libxml/src/include/libxml/
xmlIO.h 208 xmlInputCloseCallback closeFunc);
269 xmlOutputCloseCallback closeFunc);
  /external/libxml2/include/libxml/
xmlIO.h 208 xmlInputCloseCallback closeFunc);
275 xmlOutputCloseCallback closeFunc);
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 462 function closeFunc(e) {
468 document.querySelector('#notification button').onclick = closeFunc;
469 document.addEventListener('dragstart', closeFunc);
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 681 static int closeFunc(void* context)
706 xmlRegisterInputCallbacks(matchFunc, openFunc, readFunc, closeFunc);
707 xmlRegisterOutputCallbacks(matchFunc, openFunc, writeFunc, closeFunc);
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c     [all...]
  /external/libxml2/
xmlIO.c     [all...]

Completed in 2157 milliseconds