Searched refs:sanitize (Results 1 - 25 of 68) sorted by path

123

/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php776 // sanitize the output of apache_request_headers because
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js4390 if(!(color instanceof d.Color)){ this.sanitize(); }
4394 sanitize: function(){
4459 return t.sanitize(); // dojo.Color
4515 return t.sanitize(); // dojo.Color
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js3711 // Allow a pre-filtering function to sanitize the response
8881 evalJSON: function(sanitize) {
8884 if (!sanitize || json.isJSON()) return eval('(' + json + ')');
H A Dprototype-1.6.0.3.js502 evalJSON: function(sanitize) {
505 if (!sanitize || json.isJSON()) return eval('(' + json + ')');
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontCustomPlatformDataMac.cpp55 RefPtr<SharedBuffer> transcodeBuffer = sanitizer.sanitize();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeSanitizer.cpp41 PassRefPtr<SharedBuffer> OpenTypeSanitizer::sanitize() function in class:blink::OpenTypeSanitizer
H A DOpenTypeSanitizer.h47 PassRefPtr<SharedBuffer> sanitize();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCustomPlatformDataSkia.cpp95 RefPtr<SharedBuffer> transcodeBuffer = sanitizer.sanitize();
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-face.cc171 hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (hb_blob_reference (blob)), index);
431 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
475 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
H A Dhb-open-file-private.hh56 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TableRecord
105 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OffsetTable
133 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TTCHeaderVersion1
135 return TRACE_RETURN (table.sanitize (c, this));
172 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TTCHeader
174 if (unlikely (!u.header.version.sanitize (c))) return TRACE_RETURN (false);
177 case 1: return TRACE_RETURN (u.version1.sanitize (c));
234 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OpenTypeFontFile
236 if (unlikely (!u.tag.sanitize (c))) return TRACE_RETURN (false);
241 case TrueTypeTag: return TRACE_RETURN (u.fontFace.sanitize (
[all...]
H A Dhb-open-type-private.hh183 inline return_t dispatch (const T &obj) { return obj.sanitize (this); }
287 /* Template to sanitize an object. */
291 static hb_blob_t *sanitize (hb_blob_t *blob) { function in struct:OT::Sanitizer
311 sane = t->sanitize (c);
316 /* sanitize again to ensure no toe-stepping */
318 sane = t->sanitize (c);
574 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::IntType
601 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LONGDATETIME
674 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FixedVersion
709 inline bool sanitize (hb_sanitize_context_ function in struct:OT::OffsetTo
718 inline bool sanitize (hb_sanitize_context_t *c, void *base, T user_data) { function in struct:OT::OffsetTo
793 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ArrayOf
808 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::ArrayOf
818 inline bool sanitize (hb_sanitize_context_t *c, void *base, T user_data) { function in struct:OT::ArrayOf
865 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OffsetListOf
870 inline bool sanitize (hb_sanitize_context_t *c, T user_data) { function in struct:OT::OffsetListOf
909 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::HeadlessArrayOf
[all...]
H A Dhb-ot-cmap-table.hh54 inline bool sanitize (hb_sanitize_context_t *c) {
128 inline bool sanitize (hb_sanitize_context_t *c) function in struct:OT::CmapSubtableFormat4
186 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CmapSubtableLongGroup
213 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CmapSubtableTrimmed
215 return TRACE_RETURN (c->check_struct (this) && glyphIdArray.sanitize (c));
245 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CmapSubtableLongSegmented
247 return TRACE_RETURN (c->check_struct (this) && groups.sanitize (c));
291 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::UnicodeValueRange
312 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::UVSMapping
351 inline bool sanitize (hb_sanitize_context_ function in struct:OT::VariationSelectorRecord
376 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CmapSubtableFormat14
421 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CmapSubtable
464 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::EncodingRecord
499 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::cmap
[all...]
H A Dhb-ot-font.cc63 hb_blob_t *hhea_blob = OT::Sanitizer<OT::hhea>::sanitize (font->face->reference_table (HB_OT_TAG_hhea));
68 ot_font->hmtx_blob = OT::Sanitizer<OT::hmtx>::sanitize (font->face->reference_table (HB_OT_TAG_hmtx));
78 ot_font->cmap_blob = OT::Sanitizer<OT::cmap>::sanitize (font->face->reference_table (HB_OT_TAG_cmap));
H A Dhb-ot-head-table.hh54 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::head
H A Dhb-ot-hhea-table.hh47 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hhea
H A Dhb-ot-hmtx-table.hh55 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hmtx
H A Dhb-ot-layout-common-private.hh68 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::Record
71 return TRACE_RETURN (c->check_struct (this) && offset.sanitize (c, base, &closure));
124 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RecordListOf
126 return TRACE_RETURN (RecordArrayOf<Type>::sanitize (c, this));
137 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RangeRecord
201 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::LangSys
204 return TRACE_RETURN (c->check_struct (this) && featureIndex.sanitize (c));
240 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Script
243 return TRACE_RETURN (defaultLangSys.sanitize (c, this) && langSys.sanitize (
263 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsSize
374 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsStylisticSet
407 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsCharacterVariants
447 inline bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) { function in struct:OT::FeatureParams
488 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Feature
598 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Lookup
654 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat1
740 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat2
835 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Coverage
946 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat1
1002 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat2
1059 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDef
1151 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Device
[all...]
H A Dhb-ot-layout-gdef-table.hh74 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AttachList
76 return TRACE_RETURN (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
104 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat1
130 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat2
153 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat3
155 return TRACE_RETURN (c->check_struct (this) && deviceTable.sanitize (c, this));
181 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValue
183 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
185 case 1: return TRACE_RETURN (u.format1.sanitize (
222 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigGlyph
256 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigCaretList
278 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkGlyphSetsFormat1
302 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkGlyphSets
367 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GDEF
[all...]
H A Dhb-ot-layout-gpos-table.hh157 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
158 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
159 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
160 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
202 /* Just sanitize referenced Device tables. Doesn't check the values themselves. */
228 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat1
257 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat2
285 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat3
287 return TRACE_RETURN (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (
320 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Anchor
352 inline bool sanitize (hb_sanitize_context_t *c, unsigned int cols) { function in struct:OT::AnchorMatrix
377 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::MarkRecord
424 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkArray
460 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat1
509 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat2
541 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePos
634 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) { function in struct:OT::PairSet
684 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat1
773 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat2
833 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPos
856 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::EntryExitRecord
970 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePosFormat1
999 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePos
1061 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePosFormat1
1098 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePos
1181 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPosFormat1
1219 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPos
1298 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPosFormat1
1338 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPos
1405 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::PosLookupSubTable
1502 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PosLookup
1526 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GPOS
[all...]
H A Dhb-ot-layout-gsub-table.hh100 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubstFormat1
102 return TRACE_RETURN (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
176 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubstFormat2
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
233 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubst
235 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
237 case 1: return TRACE_RETURN (u.format1.sanitize (c));
238 case 2: return TRACE_RETURN (u.format2.sanitize (
315 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Sequence
387 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubstFormat1
432 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubst
538 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubstFormat1
583 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubst
689 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Ligature
767 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSet
851 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubstFormat1
899 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubst
1020 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubstFormat1
1063 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubst
1117 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::SubstLookupSubTable
1289 inline bool sanitize (hb_sanitize_context_t *c) function in struct:OT::SubstLookup
1327 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GSUB
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh929 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LookupRecord
1152 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Rule
1154 return inputCount.sanitize (c)
1155 && lookupCount.sanitize (c)
1216 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RuleSet
1218 return TRACE_RETURN (rule.sanitize (c, this));
1298 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ContextFormat1
1300 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1390 inline bool sanitize (hb_sanitize_context_ function in struct:OT::ContextFormat2
1478 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ContextFormat3
1517 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Context
1709 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainRule
1778 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainRuleSet
1857 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainContextFormat1
1967 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainContextFormat2
2088 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainContextFormat3
2134 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ChainContext
2160 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ExtensionFormat1
2217 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Extension
2273 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GSUBGPOS
[all...]
H A Dhb-ot-layout-jstf-table.hh57 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::JstfPriority
60 shrinkageEnableGSUB.sanitize (c, this) &&
61 shrinkageDisableGSUB.sanitize (c, this) &&
62 shrinkageEnableGPOS.sanitize (c, this) &&
63 shrinkageDisableGPOS.sanitize (c, this) &&
64 shrinkageJstfMax.sanitize (c, this) &&
65 extensionEnableGSUB.sanitize (c, this) &&
66 extensionDisableGSUB.sanitize (c, this) &&
67 extensionEnableGPOS.sanitize (c, this) &&
68 extensionDisableGPOS.sanitize (
125 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfLangSys
165 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfScript
209 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::JSTF
[all...]
H A Dhb-ot-layout.cc53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
59 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
H A Dhb-ot-maxp-table.hh50 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::maxp

Completed in 1333 milliseconds

123