HomeSort by relevance Sort by last modified time
    Searched defs:Snippet (Results 1 - 3 of 3) sorted by null

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
Snippet.java 3 public class Snippet {
  /external/chromium/chrome/browser/history/
snippet.h 16 class Snippet {
44 Snippet::MatchPositions* match_positions);
46 Snippet();
47 ~Snippet();
49 // Given |matches|, the match positions within |document|, compute the snippet
59 // Efficiently swaps the contents of this snippet with the other.
60 void Swap(Snippet* other);
63 // The text of the snippet.
snippet.cc 5 #include "chrome/browser/history/snippet.h"
20 bool PairFirstLessThan(const Snippet::MatchPosition& a,
21 const Snippet::MatchPosition& b) {
28 Snippet::MatchPositions* match_positions) {
30 Snippet::MatchPosition& pair((*match_positions)[offset]);
44 Snippet::MatchPositions* match_positions) {
47 Snippet::MatchPosition pair(start, end);
54 Snippet::MatchPositions::iterator i =
128 // snippet generation. If not, revisit the way we scan in ComputeSnippet.
138 // Returns true if next match falls within a snippet windo
230 string16 snippet; local
    [all...]

Completed in 183 milliseconds