OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isNone
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
LineClampValue.h
50
bool
isNone
() const { return m_value == -1; }
/external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h
75
bool
isNone
() const { return selectionType() == NoSelection; }
FrameSelection.h
145
bool
isNone
() const { return m_selection.
isNone
(); }
/external/llvm/utils/TableGen/
CodeGenInstruction.h
52
bool
isNone
() const { return Kind == None; }
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 250 milliseconds