Searched refs:restriction (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSelector.cpp40 WebString canonicalizeSelector(WebString webSelector, WebSelectorType restriction) argument
46 if (restriction == WebSelectorTypeCompound) {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSelector.h48 // Returns the value that would be returned from CSSStyleRule.selectorText in the CSSOM for a rule with this selector (which can be a list), if the selector is valid and each component in the list has the type specified in |restriction|.
51 BLINK_EXPORT WebString canonicalizeSelector(WebString selector, WebSelectorType restriction = WebSelectorTypeComplex);
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_chromeos.cc69 ash::AcceleratorController::AcceleratorProcessingRestriction restriction = local
71 if (restriction == ash::AcceleratorController::RESTRICTION_NONE) {
75 return restriction == ash::AcceleratorController::
/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/third_party/WebKit/Source/core/fetch/
H A DFetchRequest.h66 void setOriginRestriction(OriginRestriction restriction) { m_originRestriction = restriction; } argument
/external/chromium_org/net/base/
H A Dsdch_manager.cc225 const std::string& restriction) {
231 if (path == restriction)
233 size_t prefix_length = restriction.size();
236 if (0 != path.compare(0, prefix_length, restriction))
238 return restriction[prefix_length - 1] == '/' || path[prefix_length] == '/';
243 const std::string& restriction) {
245 return gurl.DomainIs(restriction.data(), restriction.size());
224 PathMatch(const std::string& path, const std::string& restriction) argument
242 DomainMatch(const GURL& gurl, const std::string& restriction) argument
H A Dsdch_manager.h226 const std::string& restriction);
229 static bool DomainMatch(const GURL& url, const std::string& restriction);
/external/chromium_org/third_party/mesa/src/
H A DAndroid.common.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/
H A DAndroid.common.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/egl/drivers/dri2/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/auxiliary/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/i915/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/nouveau/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/nv30/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/nv50/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/nvc0/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/r300/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/r600/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/radeonsi/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/softpipe/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/drivers/svga/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/state_trackers/egl/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/winsys/i915/drm/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/winsys/nouveau/drm/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A DAndroid.mk8 # to deal in the Software without restriction, including without limitation

Completed in 2900 milliseconds

123