OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NPString
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/npapi/bindings/
npruntime.h
92
}
NPString
;
110
NPString
stringValue;
174
NPString
str = { _val, (uint32_t)(strlen(_val)) }; \
181
NPString
str = { _val, (uint32_t)(_len) }; \
371
bool NPN_Evaluate(NPP npp, NPObject *npobj,
NPString
*script,
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h
120
}
NPString
;
138
NPString
stringValue;
202
NPString
str = { _val, strlen(_val) }; \
209
NPString
str = { _val, _len }; \
387
bool NPN_Evaluate(NPP npp, NPObject *npobj,
NPString
*script,
Completed in 335 milliseconds