OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNEXPECTED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js
18
'
UNEXPECTED
': { },
31
'
UNEXPECTED
': 0
36
// Invalid event types are normalized to '
UNEXPECTED
'.
38
console.log('
unexpected
' + event_type);
39
event_type = '
UNEXPECTED
';
42
// If not, we transition to the state '
UNEXPECTED
'.
44
console.log('
unexpected
' + event_type + ' from ' + this_.currentState);
45
event_type = '
UNEXPECTED
';
172
// There should be no '
UNEXPECTED
' event.
173
assertEqual(eventMachine.stateHistogram['
UNEXPECTED
'], 0)
[
all
...]
/external/chromium_org/remoting/webapp/
error.js
29
UNEXPECTED
: /*i18n-content*/'ERROR_UNEXPECTED',
Completed in 524 milliseconds