Searched defs:CppVariant (Results 1 - 6 of 6) 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/chromium_org/third_party/WebKit/Source/testing/runner/
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
51 class CppVariant : public NPVariant { class in namespace:WebTestRunner
53 CppVariant();
54 ~CppVariant();
60 // Note that setting a CppVariant to a string value involves copying the
62 // CppVariant is set to a different value or is no longer needed. Normally
69 // Note that setting a CppVariant to an NPObject involves ref-counting
70 // the actual object. freeData() should only be called if the CppVariant
[all...]
H A DCppVariant.cpp31 #include "CppVariant.h"
42 CppVariant::CppVariant() function in class:WebTestRunner::CppVariant
49 CppVariant::CppVariant(const CppVariant& original) function in class:WebTestRunner::CppVariant
56 CppVariant& CppVariant::operator=(const CppVariant& original)
63 CppVariant
[all...]
/external/chromium_org/webkit/renderer/
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
30 class WEBKIT_RENDERER_EXPORT CppVariant : public NPVariant { class in namespace:webkit_glue
32 CppVariant();
33 ~CppVariant();
39 // Note that setting a CppVariant to a string value involves copying the
41 // CppVariant is set to a different value or is no longer needed. Normally
48 // Note that setting a CppVariant to an NPObject involves ref-counting
49 // the actual object. FreeData() should only be called if the CppVariant
[all...]
H A Dcpp_variant.cc5 // This file contains definitions for CppVariant.
19 CppVariant::CppVariant() { function in class:webkit_glue::CppVariant
25 CppVariant::CppVariant(const CppVariant& original) { function in class:webkit_glue::CppVariant
31 CppVariant& CppVariant::operator=(const CppVariant& original) {
37 CppVariant
[all...]

Completed in 279 milliseconds