OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leakRef
(Results
26 - 35
of
35
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/wtf/
RefPtr.h
83
: m_ptr(o.
leakRef
())
StdLibExtras.h
46
static type* name = PassRefPtr<type>(arguments).
leakRef
();
/external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffectTest.cpp
45
return AnimatableUnknown::create(CSSPrimitiveValue::create(n, CSSPrimitiveValue::CSS_UNKNOWN).get()).
leakRef
();
50
return AnimatableLength::create(CSSPrimitiveValue::create(n, CSSPrimitiveValue::CSS_PX).get()).
leakRef
();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControls.cpp
49
if (Image* image = Image::loadPlatformResource(name).
leakRef
()) {
RenderQuote.cpp
246
match->data = QuotesData::create(match->open1, match->close1, match->open2, match->close2).
leakRef
();
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp
56
m_data.m_rareData = RareData::create(adoptRef(m_data.m_value)).
leakRef
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp
649
s_styleNotYetAvailable = RenderStyle::create().
leakRef
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp
335
StringImpl* string = static_cast<StringImpl*>(partitionReallocGeneric(Partitions::getBufferPartition(), originalString.
leakRef
(), size));
355
StringImpl* string = static_cast<StringImpl*>(partitionReallocGeneric(Partitions::getBufferPartition(), originalString.
leakRef
(), size));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp
[
all
...]
WebViewImpl.cpp
265
return adoptRef(new WebViewImpl(client)).
leakRef
();
[
all
...]
Completed in 277 milliseconds
1
2