Searched defs:CppVariant (Results 1 - 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
H A Dcpp_variant.h6 This file contains the declaration for CppVariant, a type used by C++ classes
9 CppVariant exists primarily as an interface between C++ callers and the
10 corresponding NPVariant type. CppVariant also provides a number of
27 class CppVariant : public NPVariant { class in inherits:NPVariant
29 CppVariant();
30 ~CppVariant();
36 // Note that setting a CppVariant to a string value involves copying the
38 // CppVariant is set to a different value or is no longer needed. Normally
45 // Note that setting a CppVariant to an NPObject involves ref-counting
46 // the actual object. FreeData() should only be called if the CppVariant
[all...]
H A Dcpp_variant.cc5 // This file contains definitions for CppVariant.
17 CppVariant::CppVariant() { function in class:CppVariant
23 CppVariant::CppVariant(const CppVariant& original) { function in class:CppVariant
29 CppVariant& CppVariant::operator=(const CppVariant& original) {
35 CppVariant
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.h32 This file contains the declaration for CppVariant, a type used by C++ classes
35 CppVariant exists primarily as an interface between C++ callers and the
36 corresponding NPVariant type. CppVariant also provides a number of
50 class CppVariant : public NPVariant { class in inherits:NPVariant
52 CppVariant();
53 ~CppVariant();
59 // Note that setting a CppVariant to a string value involves copying the
61 // CppVariant is set to a different value or is no longer needed. Normally
68 // Note that setting a CppVariant to an NPObject involves ref-counting
69 // the actual object. freeData() should only be called if the CppVariant
[all...]
H A DCppVariant.cpp32 #include "CppVariant.h"
42 CppVariant::CppVariant() function in class:CppVariant
49 CppVariant::CppVariant(const CppVariant& original) function in class:CppVariant
56 CppVariant& CppVariant::operator=(const CppVariant& original)
63 CppVariant
[all...]

Completed in 71 milliseconds