OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startOfLine
(Results
1 - 9
of
9
) sorted by null
/dalvik/tools/
deadcode.py
82
startOfLine
= codes.rfind("\n", 0, match) + 1
87
if codes.find("invoke",
startOfLine
, match) is not -1:
/external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.h
55
VisiblePosition
startOfLine
(const VisiblePosition &);
VisibleUnits.cpp
761
static VisiblePosition
startOfLine
(const VisiblePosition& c, LineEndpointComputationMode mode)
778
VisiblePosition
startOfLine
(const VisiblePosition& currentPosition)
780
return
startOfLine
(currentPosition, UseInlineBoxOrdering);
785
return
startOfLine
(currentPosition, UseLogicalOrdering);
[
all
...]
VisibleSelection.cpp
340
m_start =
startOfLine
(VisiblePosition(m_start, m_affinity)).deepEquivalent();
353
m_start =
startOfLine
(VisiblePosition(m_start, m_affinity)).deepEquivalent();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js
114
startOfLine
: true
123
state.
startOfLine
= true;
143
state.
startOfLine
= false;
176
if (!state.
startOfLine
) return false;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb
841
startOfLine
= line =~ /^[-\+ ]/ ? 1 : 0
842
text = line[
startOfLine
...line.length].chomp
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 66 milliseconds