Searched defs:restriction (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/components/auto_login_parser/
H A Dauto_login_parser.cc21 bool MatchRealm(const std::string& realm, RealmRestriction restriction) { argument
22 switch (restriction) {
/external/chromium_org/sync/sessions/
H A Dstatus_controller.h10 // state, and can be called only when the restriction is in effect. For
15 // Other parts of its state are global, and do not require the restriction.
20 // SyncerThread) responsible for all "shared" access when no restriction is in
77 << "No group restriction for projection.";
181 ModelSafeGroup restriction)
184 status_->group_restriction_ = restriction;
180 ScopedModelSafeGroupRestriction(StatusController* to_restrict, ModelSafeGroup restriction) argument
/external/chromium/chrome/browser/sync/sessions/
H A Dstatus_controller.h16 // restriction in place, this is a violation and will cause debug assertions
18 // invocation of "shared" accessors when a restriction is in place; for
24 // SyncerThread) responsible for all "shared" access when no restriction is in
118 DCHECK(!group_restriction_in_effect_) << "Group restriction in effect!";
123 << "No group restriction for projection.";
163 // bookmark related, and the bookmark group restriction is in effect.
188 // restriction.
260 ModelSafeGroup restriction)
263 status_->group_restriction_ = restriction;
259 ScopedModelSafeGroupRestriction(StatusController* to_restrict, ModelSafeGroup restriction) argument
/external/chromium/net/base/
H A Dsdch_manager.cc181 const std::string& restriction) {
187 if (path == restriction)
189 size_t prefix_length = restriction.size();
192 if (0 != path.compare(0, prefix_length, restriction))
194 return restriction[prefix_length - 1] == '/' || path[prefix_length] == '/';
199 const std::string& restriction) {
201 return gurl.DomainIs(restriction.data(), restriction.size());
180 PathMatch(const std::string& path, const std::string& restriction) argument
198 DomainMatch(const GURL& gurl, const std::string& restriction) argument
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_transformer_mac_unittest.cc52 RendererRestriction restriction) {
58 // where we want to force a restriction (e.g., benchmarking performance).
59 if (restriction == RESTRICTION_SOFTWARE_ONLY) {
63 } else if (restriction == RESTRICTION_HARDWARE_ONLY) {
51 InitializeGLContext(CGLContextObj* context, RendererRestriction restriction) argument
/external/chromium_org/net/base/
H A Dsdch_manager.cc185 const std::string& restriction) {
191 if (path == restriction)
193 size_t prefix_length = restriction.size();
196 if (0 != path.compare(0, prefix_length, restriction))
198 return restriction[prefix_length - 1] == '/' || path[prefix_length] == '/';
203 const std::string& restriction) {
205 return gurl.DomainIs(restriction.data(), restriction.size());
184 PathMatch(const std::string& path, const std::string& restriction) argument
202 DomainMatch(const GURL& gurl, const std::string& restriction) argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.h323 void addBehaviorRestriction(BehaviorRestrictions restriction) { m_restrictions |= restriction; } argument
324 void removeBehaviorRestriction(BehaviorRestrictions restriction) { m_restrictions &= ~restriction; } argument
/external/chromium_org/v8/src/
H A Dcompiler.cc762 ParseRestriction restriction,
789 info.SetParseRestriction(restriction);
758 CompileEval(Handle<String> source, Handle<Context> context, bool is_global, LanguageMode language_mode, ParseRestriction restriction, int scope_position) argument
H A Dcompiler.h156 void SetParseRestriction(ParseRestriction restriction) { argument
157 flags_ = ParseRestricitonField::update(flags_, restriction);
596 ParseRestriction restriction,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 307 milliseconds