OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pSel
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/fxcrt/css/
cfx_cssrulecollection.h
25
Data(CFX_CSSSelector*
pSel
, CFX_CSSDeclaration* pDecl);
cfx_cssrulecollection.cpp
54
CFX_CSSRuleCollection::Data::Data(CFX_CSSSelector*
pSel
,
56
: pSelector(
pSel
), pDeclaration(pDecl) {}
cfx_cssstyleselector.h
50
bool MatchSelector(const WideString& tagname, CFX_CSSSelector*
pSel
);
cfx_cssstyleselector.cpp
70
CFX_CSSSelector*
pSel
) {
74
if (!
pSel
||
pSel
->GetNextSelector() ||
75
pSel
->GetType() == CFX_CSSSelectorType::Descendant) {
78
return
pSel
->GetNameHash() == FX_HashCode_GetW(tagname.c_str(), true);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
compstui.h
777
LPTSTR
pSel
;
[
all
...]
Completed in 214 milliseconds