Home
last modified time | relevance | path

Searched defs:ApplyInfo (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative_content/
Dcontent_action.h36 struct ApplyInfo { struct
50 ApplyInfo* apply_info) const = 0; argument
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_action.h85 struct ApplyInfo { struct
86 const InfoMap* extension_info_map;
87 const WebRequestData& request_data;
88 bool crosses_incognito;
90 std::list<LinkedPtrEventResponseDelta>* deltas;
91 std::set<std::string>* ignored_tags;
/external/chromium_org/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp62 void SkLayerDrawLooper::LayerDrawLooperContext::ApplyInfo( in ApplyInfo() function in SkLayerDrawLooper::LayerDrawLooperContext
/external/skia/src/effects/
DSkLayerDrawLooper.cpp62 void SkLayerDrawLooper::LayerDrawLooperContext::ApplyInfo( in ApplyInfo() function in SkLayerDrawLooper::LayerDrawLooperContext
/external/chromium_org/chrome/browser/extensions/api/declarative/
Ddeclarative_rule_unittest.cc215 typedef int ApplyInfo; typedef in extensions::SummingAction