HomeSort by relevance Sort by last modified time
    Searched defs:Position (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js 20 var $, BorderDropHint, DragAndDropHandler, DragElement, FolderElement, GhostDropHint, JqTreeWidget, KeyHandler, MouseWidget, Node, NodeElement, Position, SaveStateHandler, ScrollHandler, SelectNodeHandler, SimpleWidget, html_escape, indexOf, json_escapable, json_meta, json_quote, json_str, _indexOf, _ref, _ref1, _ref2,
305 Position = {
306 getName: function(position) {
307 return Position.strings[position - 1];
311 for (i = _i = 1, _ref1 = Position.strings.length; 1 <= _ref1 ? _i <= _ref1 : _i >= _ref1; i = 1 <= _ref1 ? ++_i : --_i) {
312 if (Position.strings[i - 1] === name) {
320 Position.BEFORE = 1;
322 Position.AFTER = 2;
324 Position.INSIDE = 3
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
matcher.py 22 from closure_linter.common import position namespace
27 Position = position.Position
position.py 23 class Position(object):
32 """Initialize the position object.
65 """Create a Position representing the end of the given string.
71 The created Position object.
73 return Position(len(string), 0)
77 """Returns whether this position is at the end of the given string.
83 Whether this position is at the end of the given string.
88 """Create a Position representing the beginning of any string.
91 The created Position object.
93 return Position(0, 0
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
matcher.py 22 from closure_linter.common import position namespace
27 Position = position.Position
position.py 23 class Position(object):
32 """Initialize the position object.
65 """Create a Position representing the end of the given string.
71 The created Position object.
73 return Position(len(string), 0)
77 """Returns whether this position is at the end of the given string.
83 Whether this position is at the end of the given string.
88 """Create a Position representing the beginning of any string.
91 The created Position object.
93 return Position(0, 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 37 PositionIterator::operator Position() const
64 m_offsetInAnchor = Position::uncheckedNextOffset(m_anchorNode, m_offsetInAnchor);
96 m_offsetInAnchor = Position::uncheckedPreviousOffset(m_anchorNode, m_offsetInAnchor);
156 // |m_anchorType != PositionIsAfterAnchor| in Position.isCandaite.
157 // Both conditions say this position is not in tail of the element.
159 // will fail on |canonicalizeCandidate(previousCandidate(position))|,
160 // because previousCandidate returns a Position converted from
161 // a "Candidate" PositionIterator and cannonicalizeCandidate(Position)
162 // assumes the Position is "Candidate".
163 return !m_offsetInAnchor && (!m_anchorNode->hasChildren() || m_nodeAfterPositionInAnchor) && !Position::nodeIsUserSelectNone(m_anchorNode->parentNode())
    [all...]
  /external/chromium_org/ash/display/
display_layout.h 26 enum Position {
36 static DisplayLayout FromInts(int position, int offsets);
39 DisplayLayout(Position position, int offset);
53 Position position; member in struct:ash::DisplayLayout
55 // The offset of the position of the secondary display. The offset is
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_layout.h 24 enum Position {
29 LocationBarLayout(Position position, int item_edit_padding);
33 // - The |y| position inside its parent;
77 Position position_;
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_password_item_view.h 70 enum Position { FIRST_ITEM, SUBSEQUENT_ITEM };
75 Position position);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvwriter.cpp 64 int64 MkvWriter::Position() const {
75 int32 MkvWriter::Position(int64 position) {
80 return _fseeki64(file_, position, SEEK_SET);
82 return fseek(file_, position, SEEK_SET);
  /external/chromium_org/ui/base/models/
tree_node_iterator.h 35 // Position at the top of the _positions list must point to a node the
42 positions_.push(Position<NodeType>(node, index));
47 positions_.push(Position<NodeType>(node, 0));
60 // There must always be a valid node in the current Position index.
67 positions_.push(Position<NodeType>(result, 0));
71 // - the current index of the top() Position points to a valid node
75 positions_.pop(); // This Position is all processed, move to the next.
88 struct Position {
89 Position(PositionNodeType* node, int index) : node(node), index(index) {}
90 Position() : node(NULL), index(-1) {
    [all...]
  /external/clang/tools/clang-check/
ClangCheck.cpp 144 enum Position { BEGIN, END };
146 InsertAdjuster(const CommandLineArguments &Extra, Position Pos)
150 InsertAdjuster(const char *Extra, Position Pos)
172 const Position Pos;
  /external/libvpx/libvpx/third_party/libwebm/
mkvwriter.cpp 68 int64 MkvWriter::Position() const {
79 int32 MkvWriter::Position(int64 position) {
84 return _fseeki64(file_, position, SEEK_SET);
86 return fseek(file_, position, SEEK_SET);
  /external/llvm/include/llvm/Support/
FormattedStream.h 24 /// of line and column position, allowing padding out to specific column
49 /// Position - The current output column and line of the data that's
53 std::pair<unsigned, unsigned> Position;
62 /// current_pos - Return the current position within the stream,
65 // Our current position in the stream is all the contents which have been
66 // written to the underlying stream (*not* the current position of the
72 /// position after output.
88 : raw_ostream(), TheStream(nullptr), DeleteStream(false), Position(0, 0) {
92 : raw_ostream(), TheStream(nullptr), DeleteStream(false), Position(0, 0) {
128 unsigned getColumn() { return Position.first;
    [all...]
Path.h 53 size_t Position; ///< The iterators current position within Path.
55 // An end iterator has Position = Path.size() + 1.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvwriter.cpp 68 int64 MkvWriter::Position() const {
79 int32 MkvWriter::Position(int64 position) {
84 return _fseeki64(file_, position, SEEK_SET);
86 return fseek(file_, position, SEEK_SET);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 37 from closure_linter.common import position namespace
41 Position = position.Position
179 Position.All(token.string))
253 block_start, Position.AtBeginning(),
272 function.doc.end_token, Position.AtBeginning())
286 return_flag.flag_token, Position.AtBeginning())
302 function.doc.end_token, Position.AtBeginning())
311 Position.AtBeginning()
    [all...]
indentation.py 26 from closure_linter.common import position namespace
37 Position = position.Position
170 Position(token.start_index, token.length)])
179 Position(token.start_index, token.length)])
228 Position(actual, expected[0])])
324 Hard stops are indentations defined by the position of another token as in
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascriptlintrules.py 37 from closure_linter.common import position namespace
41 Position = position.Position
179 Position.All(token.string))
253 block_start, Position.AtBeginning(),
272 function.doc.end_token, Position.AtBeginning())
286 return_flag.flag_token, Position.AtBeginning())
302 function.doc.end_token, Position.AtBeginning())
311 Position.AtBeginning()
    [all...]
indentation.py 26 from closure_linter.common import position namespace
37 Position = position.Position
170 Position(token.start_index, token.length)])
179 Position(token.start_index, token.length)])
228 Position(actual, expected[0])])
324 Hard stops are indentations defined by the position of another token as in
  /external/lldb/include/lldb/DataFormatters/
TypeCategoryMap.h 38 typedef uint32_t Position;
40 static const Position First = 0;
41 static const Position Default = 1;
42 static const Position Last = UINT32_MAX;
55 Position pos = Default);
62 Position pos = Default);
  /external/chromium_org/remoting/client/plugin/
media_source_video_renderer.cc 32 virtual mkvmuxer::int64 Position() const OVERRIDE;
33 virtual mkvmuxer::int32 Position(mkvmuxer::int64 position) OVERRIDE;
36 mkvmuxer::int64 position) OVERRIDE;
113 mkvmuxer::int64 MediaSourceVideoRenderer::VideoWriter::Position() const {
117 mkvmuxer::int32 MediaSourceVideoRenderer::VideoWriter::Position(
118 mkvmuxer::int64 position) {
128 mkvmuxer::int64 position) {
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTScanner.h 54 typedef const LChar* Position;
58 Run(Position start, Position end, bool is8Bit)
61 Position start() const { return m_start; }
62 Position end() const { return m_end; }
68 Position m_start;
69 Position m_end;
73 // Check if the input pointer points at the specified position.
74 bool isAt(Position checkPosition) const { return position() == checkPosition;
133 Position position() const { return m_data.characters8; } function in class:WebCore::VTTScanner
    [all...]
  /external/icu/icu4c/source/i18n/
collationruleparser.h 38 enum Position {
59 * The second contraction character is POS_BASE + Position.
156 * Sets str to a contraction of U+FFFE and (U+2800 + Position).
157 * @return rule index after the special reset position

Completed in 789 milliseconds

1 2 3 4 5 6