OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FreeData
(Results
1 - 8
of
8
) sorted by null
/external/chromium/webkit/glue/
cpp_variant.cc
22
// call
FreeData
() on the value in the destructor.
36
FreeData
();
39
void CppVariant::
FreeData
() {
106
FreeData
();
131
FreeData
();
136
FreeData
();
142
FreeData
();
148
FreeData
();
155
FreeData
();
163
FreeData
();
[
all
...]
cpp_variant.h
37
// string data, which must be freed with a call to
FreeData
() when the
46
// the actual object.
FreeData
() should only be called if the CppVariant
67
void
FreeData
();
cpp_variant_unittest.cc
326
cpp.
FreeData
();
335
cpp.
FreeData
();
342
cpp.
FreeData
();
/external/chromium_org/webkit/renderer/
cpp_variant.cc
24
// call
FreeData
() on the value in the destructor.
38
FreeData
();
41
void CppVariant::
FreeData
() {
108
FreeData
();
133
FreeData
();
138
FreeData
();
144
FreeData
();
150
FreeData
();
157
FreeData
();
165
FreeData
();
[
all
...]
cpp_variant.h
40
// string data, which must be freed with a call to
FreeData
() when the
49
// the actual object.
FreeData
() should only be called if the CppVariant
70
void
FreeData
();
cpp_variant_unittest.cc
347
cpp.
FreeData
();
356
cpp.
FreeData
();
363
cpp.
FreeData
();
/external/chromium_org/ui/base/clipboard/
clipboard.h
354
static void
FreeData
(unsigned int format, HANDLE data);
clipboard_win.cc
373
FreeData
(format, handle);
817
void Clipboard::
FreeData
(unsigned int format, HANDLE data) {
Completed in 104 milliseconds