Home
last modified time | relevance | path

Searched refs:strip_suffix (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
Dv8_types.py46 from v8_utilities import strip_suffix
192 return strip_suffix(idl_type, 'Constructor')
Dv8_utilities.py74 def strip_suffix(string, suffix): function
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.cc398 bool strip_suffix = !net::IsStrictMediaMimeType(mime_type_ascii); in supportsMediaMIMEType() local
399 net::ParseCodecString(ToASCIIOrEmpty(codecs), &strict_codecs, strip_suffix); in supportsMediaMIMEType()