HomeSort by relevance Sort by last modified time
    Searched full:leakref (Results 51 - 68 of 68) sorted by null

1 23

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundle.cpp 58 *returnDataRef = toAPI(returnData.release().leakRef());
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.cpp 62 return jsClass.release().leakRef();
513 propertyNames->array.append(JSRetainPtr<JSStringRef>(Adopt, OpaqueJSString::create(array[i].ustring()).leakRef()));
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 115 , m_substringBuffer(base.leakRef())
127 , m_sharedBuffer(sharedBuffer.leakRef())
StringImpl.cpp 150 m_sharedBuffer = SharedUChar::create(new SharableUChar(m_data)).leakRef();
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPreferences.cpp 46 return toAPI(preferences.release().leakRef());
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 340 instance = adoptRef(new JSGlobalData(APIShared, ThreadStackTypeSmall)).leakRef();
JSString.h 219 m_other.m_fibers[0] = rope.leakRef();
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.cpp 60 return adoptRef(new WebPopupMenuImpl(client)).leakRef();
WorkerFileSystemCallbacksBridge.cpp 347 WorkerFileSystemCallbacksBridge* leaked = bridge.leakRef();
WebViewImpl.cpp 222 return adoptRef(new WebViewImpl(client)).leakRef();
    [all...]
  /external/webkit/Tools/WebKitTestRunner/
TestController.cpp 465 *returnData = static_cast<TestController*>(const_cast<void*>(clientInfo))->didReceiveSynchronousMessageFromInjectedBundle(messageName, messageBody).leakRef();
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 78 static WebContext* context = adoptRef(new WebContext(ProcessModelSharedSecondaryProcess, String())).leakRef();
85 static WebContext* context = adoptRef(new WebContext(ProcessModelSharedSecondaryThread, String())).leakRef();
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 617 : CodeBlock(ownerExecutable, codeType, globalObject, sourceProvider, sourceOffset, SharedSymbolTable::create().leakRef(), isConstructor)
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 357 JSGlobalData* globalData = JSGlobalData::create(ThreadStackTypeLarge).leakRef();
ChangeLog-2011-02-16     [all...]
  /external/webkit/Source/WebCore/storage/
StorageTracker.cpp 237 callOnMainThread(deleteOriginOnMainThread, originIdentifier.release().leakRef());
  /external/webkit/Source/WebCore/css/
CSSSelector.cpp 753 : m_value(value.leakRef())
  /external/webkit/Source/WebKit2/
ChangeLog     [all...]

Completed in 1283 milliseconds

1 23