Searched refs:pseudo (Results 1 - 16 of 16) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_rand.c230 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range) argument
232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;
/external/webkit/WebCore/rendering/style/
H A DRenderStyle.cpp190 static inline int pseudoBit(PseudoId pseudo) argument
192 return 1 << (pseudo - 1);
195 bool RenderStyle::hasPseudoStyle(PseudoId pseudo) const
197 ASSERT(pseudo > NOPSEUDO);
198 ASSERT(pseudo < FIRST_INTERNAL_PSEUDOID);
199 return pseudoBit(pseudo) & noninherited_flags._pseudoBits;
202 void RenderStyle::setHasPseudoStyle(PseudoId pseudo)
204 ASSERT(pseudo > NOPSEUDO);
205 ASSERT(pseudo < FIRST_INTERNAL_PSEUDOID);
206 noninherited_flags._pseudoBits |= pseudoBit(pseudo);
219 addCachedPseudoStyle(PassRefPtr<RenderStyle> pseudo) argument
[all...]
H A DRenderStyle.h149 // list of associated pseudo styles
353 bool hasPseudoStyle(PseudoId pseudo) const;
354 void setHasPseudoStyle(PseudoId pseudo);
1079 // To obtain at any time the pseudo state for a given link.
/external/webkit/WebCore/rendering/
H A DMediaControlElements.cpp90 MediaControlElement::MediaControlElement(Document* document, PseudoId pseudo, HTMLMediaElement* mediaElement) argument
93 , m_pseudoStyleId(pseudo)
96 switch (pseudo) {
315 MediaControlInputElement::MediaControlInputElement(Document* document, PseudoId pseudo, const String& type, HTMLMediaElement* mediaElement) argument
318 , m_pseudoStyleId(pseudo)
323 switch (pseudo) {
702 MediaControlTimeDisplayElement::MediaControlTimeDisplayElement(Document* document, PseudoId pseudo, HTMLMediaElement* element) argument
703 : MediaControlElement(document, pseudo, element)
H A DRenderObject.cpp2159 RenderStyle* RenderObject::getCachedPseudoStyle(PseudoId pseudo, RenderStyle* parentStyle) const argument
2161 if (pseudo < FIRST_INTERNAL_PSEUDOID && !style()->hasPseudoStyle(pseudo))
2164 RenderStyle* cachedStyle = style()->getCachedPseudoStyle(pseudo);
2168 RefPtr<RenderStyle> result = getUncachedPseudoStyle(pseudo, parentStyle);
2174 PassRefPtr<RenderStyle> RenderObject::getUncachedPseudoStyle(PseudoId pseudo, RenderStyle* parentStyle, RenderStyle* ownStyle) const argument
2176 if (pseudo < FIRST_INTERNAL_PSEUDOID && !ownStyle && !style()->hasPseudoStyle(pseudo))
2191 if (pseudo == FIRST_LINE_INHERITED) {
2195 result = document()->styleSelector()->pseudoStyleForElement(pseudo, static_cas
[all...]
H A DRenderBlock.cpp259 // If this is an anonymous wrapper, then the parent applies its own pseudo-element style to it.
4627 RenderStyle* pseudo = firstLetterBlock->getCachedPseudoStyle(FIRST_LETTER, local
4629 currChild->setStyle(pseudo);
4632 genChild->setStyle(pseudo);
4645 // Create our pseudo style now that we have our firstLetterContainer determined.
/external/webkit/WebCore/css/
H A DCSSGrammar.y239 %type <selector> pseudo
979 | pseudo
1061 pseudo: label
H A DCSSStyleSelector.cpp709 // If we're matching normal rules, set a pseudo bit if
710 // we really just matched a pseudo-element.
1320 // If we are a link, cache the determined pseudo-state.
1324 // If we have first-letter pseudo style, do not share this style
1414 PassRefPtr<RenderStyle> CSSStyleSelector::pseudoStyleForElement(PseudoId pseudo, Element* e, RenderStyle* parentStyle) argument
1420 initForStyleResolve(e, parentStyle, pseudo);
1423 // Since we don't use pseudo-elements in any of our quirk/print user agent rules, don't waste time walking
1442 m_style->noninherited_flags._styleType = pseudo;
1861 // a selector is invalid if something follows a pseudo-element
1862 // We make an exception for scrollbar pseudo element
[all...]
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex52 Flow labels must be uniformly distributed (pseudo-)random numbers,
288 kernel will allocate new pseudo-random number. Otherwise, kernel will try
/external/webkit/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js2924 pseudo: function(m) {
3014 pseudo: function(m) {
3016 return new Template('n = h.pseudo(n, "#{1}", "#{6}", r, c); c = false;').evaluate(m);
3036 pseudo:
3244 pseudo: function(nodes, name, value, root, combinator) {
H A Dconcat-jquery-mootools-prototype.js7146 // w3c pseudo selectors
7211 // custom pseudo selectors
11303 pseudo: function(m) {
11393 pseudo: function(m) {
11395 return new Template('n = h.pseudo(n, "#{1}", "#{6}", r, c); c = false;').evaluate(m);
11415 pseudo:
11623 pseudo: function(nodes, name, value, root, combinator) {
/external/dbus/
H A Dltmain.sh4656 on pseudo-relocs */
6040 # Install the pseudo-library for information purposes.
/external/expat/conftools/
H A Dltmain.sh4625 on pseudo-relocs */
5997 # Install the pseudo-library for information purposes.
/external/libffi/
H A Dltmain.sh4674 on pseudo-relocs */
6060 # Install the pseudo-library for information purposes.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex120 designing cryptosystems. It supports symmetric ciphers, one-way hashes, pseudo-random number generators,
166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
4887 the probability of a pseudo-prime by $1 \over 4$ therefore after sixteen rounds the probability is no more than
5859 The pseudo--random number generators are accessible through the ltc\_prng\_descriptor structure.
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-111557.js4692 MTMOutputString += MTMakeA('pseudo', 'hover', MTMAhoverColor);
5027 tempString += 'a' + ((thisType == "pseudo") ? ':' : '.');

Completed in 348 milliseconds