OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCloseHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js
153
// opEndpoint : 'openid.op_endpoint',
onCloseHandler
: myLoginCheckFunction,
192
var onCloseHandler_ = (('
onCloseHandler
' in openidParams) &&
193
('function' === typeof(openidParams.
onCloseHandler
))) ?
194
openidParams.
onCloseHandler
: null;
index.php
276
onCloseHandler
: function() {
Completed in 44 milliseconds