OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_method
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
plugin_object.cc
205
bool
has_method
= identifier_var.type == PP_VARTYPE_STRING &&
local
211
if (
has_method
) {
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.cc
145
bool
has_method
= (NULL != methods_[method_name]);
local
148
static_cast<void*>(this), method_name.c_str(),
has_method
));
149
return
has_method
;
Completed in 313 milliseconds