Home
last modified time | relevance | path

Searched defs:Snippet (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DSnippetStorage.js142 WebInspector.Snippet = function(storage, id, name, content) class in WebInspector
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfts1.c1004 typedef struct Snippet { struct
1016 char *zSnippet; /* Snippet text */ argument
1017 int nSnippet; /* strlen(zSnippet) */ argument
1018 } Snippet; typedef
/external/chromium_org/components/query_parser/
Dsnippet.cc206 Snippet::Snippet() { in Snippet() function in query_parser::Snippet
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c1924 typedef struct Snippet { struct
1936 char *zSnippet; /* Snippet text */ argument
1937 int nSnippet; /* strlen(zSnippet) */ argument
1938 } Snippet; typedef
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2146 StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset); in getLengthOnSingleLine() local