Searched defs:directives (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.cpp233 CounterDirectives directives = directivesMap->get(identifier.impl()); local
234 if (directives.m_reset) {
235 value = directives.m_resetValue;
236 if (directives.m_increment)
237 value += directives.m_incrementValue;
241 if (directives.m_increment) {
242 value = directives.m_incrementValue;
568 // directives must occur, in which case, RenderCounter::destroyCounterNodes()
659 // as those created by the increment or reset directives and the re-layout that will happen will
676 // as those created by the increment or reset directives an
[all...]
/external/webkit/Source/WebCore/platform/network/
H A DResourceResponseBase.cpp328 Vector<pair<String, String> > directives; local
329 parseCacheHeader(cacheControlValue, directives);
331 size_t directivesSize = directives.size();
335 if (equalIgnoringCase(directives[i].first, noCacheDirective) && directives[i].second.isEmpty())
337 else if (equalIgnoringCase(directives[i].first, noStoreDirective))
339 else if (equalIgnoringCase(directives[i].first, mustRevalidateDirective))
341 else if (equalIgnoringCase(directives[i].first, maxAgeDirective)) {
343 double maxAge = directives[i].second.toDouble(&ok);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpclient.cc79 HttpAttributeList directives; local
80 HttpParseAttributes(value.data(), value.size(), directives);
90 if (HttpHasAttribute(directives, "no-store", NULL)) {
92 } else if (HttpHasAttribute(directives, "public", NULL)) {
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp3480 CounterDirectives& directives = map.add(identifier.impl(), CounterDirectives()).first->second; local
3482 directives.m_reset = true;
3483 directives.m_resetValue = value;
3485 if (directives.m_increment)
3486 directives.m_incrementValue += value;
3488 directives.m_increment = true;
3489 directives.m_incrementValue = value;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 126 milliseconds