OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other_value
(Results
1 - 2
of
2
) sorted by null
/external/chromium/webkit/glue/
cpp_variant.cc
59
const NPString *
other_value
= &other.value.stringValue;
local
61
return (len ==
other_value
->UTF8Length &&
62
!strncmp(this_value->UTF8Characters,
other_value
->UTF8Characters,
71
NPObject *
other_value
= other.value.objectValue;
local
72
return (this_value->_class ==
other_value
->_class &&
73
this_value->referenceCount ==
other_value
->referenceCount);
/external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.cpp
87
const NPString *
other_value
= &other.value.stringValue;
local
89
return len ==
other_value
->UTF8Length
91
other_value
->UTF8Characters, len);
Completed in 1718 milliseconds