HomeSort by relevance Sort by last modified time
    Searched refs:synchronize (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
GCActivityCallback.cpp 49 void DefaultGCActivityCallback::synchronize() function in class:JSC::DefaultGCActivityCallback
GCActivityCallback.h 47 virtual void synchronize() {} function in class:JSC::GCActivityCallback
63 void synchronize();
GCActivityCallbackCF.cpp 101 void DefaultGCActivityCallback::synchronize() function in class:JSC::DefaultGCActivityCallback
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertySynchronizer.h 31 static void synchronize(SVGElement*, const QualifiedName&, const AtomicString&);
36 static void synchronize(SVGElement* ownerElement, const QualifiedName& attrName, const AtomicString& value) function in struct:WebCore::SVGAnimatedPropertySynchronizer
51 static void synchronize(SVGElement*, const QualifiedName&, const AtomicString&) function in struct:WebCore::SVGAnimatedPropertySynchronizer
53 // no-op, for types not inheriting from Element, thus nothing to synchronize
SVGAnimatedPropertyMacros.h 93 void OwnerType::synchronize##UpperProperty() \
99 SVGAnimatedPropertySynchronizer<IsDerivedFromSVGElement<OwnerType>::value>::synchronize(contextElement, DOMAttribute, value); \
129 void synchronize##UpperProperty(); \
  /external/webkit/Source/JavaScriptCore/API/
APIShims.h 47 m_globalData->heap.activityCallback()->synchronize();
93 m_globalData->heap.activityCallback()->synchronize();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.mm 37 + (void)synchronize;
105 [CATransaction synchronize];
112 [CATransaction synchronize];
  /external/webkit/Source/WebCore/svg/
SVGTests.cpp 133 SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::requiredFeaturesAttr, value);
141 SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::requiredExtensionsAttr, value);
149 SVGAnimatedPropertySynchronizer<true>::synchronize(contextElement, SVGNames::systemLanguageAttr, value);
SVGPolyElement.cpp 128 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::pointsAttr, m_points.value.valueAsString());
SVGTextContentElement.cpp 56 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::textLengthAttr, value);
SVGPathElement.cpp 266 SVGAnimatedPropertySynchronizer<true>::synchronize(this, SVGNames::dAttr, m_pathSegList.value.valueAsString());
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnabler.m 94 [userDefaults synchronize];
108 [userDefaults synchronize];
224 [userDefaults synchronize];
main.m 63 [[NSUserDefaults standardUserDefaults] synchronize];
  /external/webkit/Source/WebCore/platform/mac/
Language.mm 95 [[NSUserDefaults standardUserDefaults] synchronize];
ScrollbarThemeMac.mm 201 [defaults synchronize];
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 221 static WaitForThreads synchronize; variable
231 synchronize.block(); // wait until other threads are at this point
279 synchronize.releaseThreads(3); // wait until other threads are at this point
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 158 time and does not synchronize to vertical blank.
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 173 [defaults synchronize];
  /frameworks/base/docs/html/resources/
resources-data.js 657 en: 'Demonstrates how an application can communicate with a cloud-based service and synchronize its data with data stored locally in a content provider. The sample uses two related parts of the Android framework &mdash; the account manager and the synchronization manager (through a sync adapter).'

Completed in 3755 milliseconds