OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_quote
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ContentData.h
162
QuoteType quote() const { return
m_quote
; }
163
void setQuote(QuoteType quote) {
m_quote
= quote; }
177
:
m_quote
(quote)
183
QuoteType
m_quote
;
member in class:WebCore::QuoteContentData
ContentData.cpp
96
RenderObject* renderer = new RenderQuote(&doc,
m_quote
);
/external/openssh/openbsd-compat/
glob.c
101
#define
M_QUOTE
0x8000
110
#define
M_QUOTE
0x80
121
#define META(c) ((Char)((c)|
M_QUOTE
))
129
#define ismeta(c) (((c)&
M_QUOTE
) != 0)
Completed in 486 milliseconds