Searched refs:forbidden (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DSchemeRegistry.h64 static void setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String&);
H A DSchemeRegistry.cpp218 void SchemeRegistry::setDomainRelaxationForbiddenForURLScheme(bool forbidden, const String& scheme) argument
223 if (forbidden)
/external/chromium_org/storage/common/database/
H A Ddatabase_identifier.cc63 char forbidden[] = {'\\', '/', ':' ,'\0'}; local
64 if (identifier.find_first_of(forbidden, 0, arraysize(forbidden)) !=
/external/smack/src/org/jivesoftware/smack/packet/
H A DXMPPError.java33 * <tr><td>403</td><td>forbidden</td><td>AUTH</td></tr>
317 public static final Condition forbidden = new Condition("forbidden"); field in class:XMPPError.Condition
372 instances.put(Condition.forbidden, new ErrorSpecification(Condition.forbidden,
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_type_generator_test.py28 self.forbidden_json = CachedLoad('test/forbidden.json')
29 self.forbidden = self.models['forbidden'].AddNamespace(
30 self.forbidden_json[0], 'path/to/forbidden.json')
/external/smack/src/org/jivesoftware/smack/
H A DPacketReader.java400 new XMPPError(XMPPError.Condition.forbidden));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DSourcesPanel.js1449 var forbidden = (status === "forbidden");
1450 var disabled = forbidden || (status === "disabled");
1452 this._disableJSInfo.classList.toggle("hidden", !forbidden);
1454 this._disableJSCheckbox.disabled = forbidden;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc5029 "precision qualifier forbidden "
5045 "precision qualifier forbidden "
5061 "precision qualifier forbidden "
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h221 void SetDomainRelaxationForbiddenForURLScheme(bool forbidden,
H A Dtest_runner.cc166 void SetDomainRelaxationForbiddenForURLScheme(bool forbidden,
704 bool forbidden, const std::string& scheme) {
706 runner_->SetDomainRelaxationForbiddenForURLScheme(forbidden, scheme);
2119 bool forbidden, const std::string& scheme) {
2120 web_view_->setDomainRelaxationForbidden(forbidden,
703 SetDomainRelaxationForbiddenForURLScheme( bool forbidden, const std::string& scheme) argument
2118 SetDomainRelaxationForbiddenForURLScheme( bool forbidden, const std::string& scheme) argument
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransferNegotiator.java347 XMPPError error = new XMPPError(XMPPError.Condition.forbidden, "Offer Declined");
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommandManager.java414 // Answer forbidden error if requester permissions are not
417 respondError(response, XMPPError.Condition.forbidden);
/external/libvorbis/doc/
H A D03-codebook.tex385 dimension one) is forbidden. If decoder setup or decode requests such
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp3795 void WebViewImpl::setDomainRelaxationForbidden(bool forbidden, const WebString& scheme) argument
3797 SchemeRegistry::setDomainRelaxationForbiddenForURLScheme(forbidden, String(scheme));
/external/bison/
H A Dmaint.mk209 # Regular expression (ERE) denoting either a forbidden construct
/external/chromium_org/third_party/libxml/src/
H A Dparser.c323 errmsg = "PEReferences forbidden in internal subset\n";
393 "PEReference: forbidden within markup decl in internal subset\n";
3613 "EntityValue: '%c' forbidden except for entities references\n",
4772 "colon are forbidden from PI names '%s'\n", name, NULL, NULL);
5025 "colon are forbidden from notation names '%s'\n",
5114 "colon are forbidden from entities names '%s'\n",
6322 "PEReference: forbidden within markup decl in internal subset\n");
8929 "reuse of the xmlns namespace name is forbidden\n",
8974 "redefinition of the xmlns prefix is forbidden\n",
8982 "reuse of the xmlns namespace name is forbidden\
[all...]
/external/libxml2/
H A Dparser.c359 errmsg = "PEReferences forbidden in internal subset";
429 "PEReference: forbidden within markup decl in internal subset";
3859 "EntityValue: '%c' forbidden except for entities references\n",
5078 "colon are forbidden from PI names '%s'\n", name, NULL, NULL);
5347 "colon are forbidden from notation names '%s'\n",
5436 "colon are forbidden from entities names '%s'\n",
6644 "PEReference: forbidden within markup decl in internal subset\n");
9321 "reuse of the xmlns namespace name is forbidden\n",
9366 "redefinition of the xmlns prefix is forbidden\n",
9374 "reuse of the xmlns namespace name is forbidden\
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2909 milliseconds