Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Side by Side Diff: third_party/WebKit/Source/core/editing/VisibleUnits.h

Issue 2952563002: Make PreviousRootInlineBoxCandidatePosition() to ignore nodes without layout object (Closed)
Patch Set: 2017-06-20T18:32:03 Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/VisibleUnitsLine.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2004 Apple Computer, Inc. All rights reserved. 2 * Copyright (C) 2004 Apple Computer, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 const Position&); 379 const Position&);
380 380
381 VisiblePositionInFlatTree HonorEditingBoundaryAtOrBefore( 381 VisiblePositionInFlatTree HonorEditingBoundaryAtOrBefore(
382 const VisiblePositionInFlatTree&, 382 const VisiblePositionInFlatTree&,
383 const PositionInFlatTree&); 383 const PositionInFlatTree&);
384 384
385 Position NextRootInlineBoxCandidatePosition(Node*, 385 Position NextRootInlineBoxCandidatePosition(Node*,
386 const VisiblePosition&, 386 const VisiblePosition&,
387 EditableType); 387 EditableType);
388 388
389 Position PreviousRootInlineBoxCandidatePosition(Node*, 389 CORE_EXPORT Position
390 const VisiblePosition&, 390 PreviousRootInlineBoxCandidatePosition(Node*,
391 EditableType); 391 const VisiblePosition&,
392 EditableType);
392 393
393 } // namespace blink 394 } // namespace blink
394 395
395 #endif // VisibleUnits_h 396 #endif // VisibleUnits_h
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/VisibleUnitsLine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698