OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quotemark
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.cpp
81
char
quoteMark
= 0;
83
quoteMark
= static_cast<char>(value[pos++]);
84
ASSERT(!(
quoteMark
& 0x80));
91
while (end < length && ((
quoteMark
&& value[end] !=
quoteMark
) || (!
quoteMark
&& value[end] > ' ' && value[end] != '"' && value[end] != '\'' && value[end] != ';')))
94
if (
quoteMark
&& (end == length))
/external/chromium_org/third_party/WebKit/Source/core/fetch/
TextResourceDecoder.cpp
175
char
quoteMark
= str[pos];
176
if (
quoteMark
!= '"' &&
quoteMark
!= '\'')
182
while (end < len && str[end] !=
quoteMark
)
/external/libvpx/libvpx/examples/includes/geshi/
geshi.php
[
all
...]
/external/chromium/net/http/
http_util.cc
736
// accept values with missing close
quotemark
(http://crbug.com/39836):
/external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php
578
report_error(TYPE_NOTICE, "Language file contains an superfluous \$language_data['STYLES']['STRINGS'] specification for non-existing
quotemark
key $sk!");
[
all
...]
/external/chromium_org/net/http/
http_util.cc
867
// accept values with missing close
quotemark
(http://crbug.com/39836):
/external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.txt
[
all
...]
Completed in 430 milliseconds