/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
ParserRuleReturnScope.java | 33 * containing all the values. Besides the properties defined in 35 * return values. This class simply defines the minimum properties that
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableParser.h | 29 /* start of properties */ 33 /* end properties */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
TreeRewriteParser.h | 24 // start properties 38 // start properties
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
rakefile | 29 "test/functional/lexer/properties.rb", 46 "test/functional/parser/properties.rb",
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerIdentityImpl.java | 25 import java.util.Properties; 138 * is needed in order to set parameters and output properties. 463 reader.setProperty("http://xml.org/sax/properties/lexical-handler", 468 "http://xml.org/sax/properties/declaration-handler", 621 * Set the output properties for the transformation. These 622 * properties will override properties set in the Templates 625 * <p>If argument to this function is null, any properties 639 * @param oformat A set of output properties that will be 640 * used to override any of the same properties in affec [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_floating_container.h | 34 // properties. 71 // Internal structure used to associate a widget and its x/y child properties.
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.webInspector.panels.html | 32 <code>Sidebar.html</code> and titled <em>Font Properties</em> to the Elements 35 webInspector.panels.elements.createSidebarPane("Font Properties", "Sidebar.html",
|
/external/chromium_org/base/test/ |
test_simple_task_runner.h | 26 // TestSimpleTaskRunner has the following properties which make it simple: 39 // If you need more complicated properties, consider using this class
|
/external/chromium_org/cc/layers/ |
layer_perftest.cc | 74 // Properties changed. 103 // Properties didn't change.
|
/external/chromium_org/chrome/browser/extensions/ |
window_controller.h | 58 // implementation specific properties (call the base implementation first to 59 // set common properties).
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/ |
first_run_actor.h | 51 // Setters for properties. Return |*this|. 57 // Returns DictionaryValue containing set properties.
|
/external/chromium_org/chrome/common/extensions/api/ |
audio.idl | 60 // Sets the properties for the input or output device. 62 DeviceProperties properties,
|
cloud_print_private.json | 14 "properties": { 29 "properties": {
|
declarative_content.json | 14 "properties": { 45 "properties": {
|
/external/chromium_org/chrome/common/extensions/api/devtools/ |
experimental_console.json | 46 "properties": { 70 "properties": {
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
devtools_panels.html | 38 <code>Sidebar.html</code> and titled <em>Font Properties</em> to the Elements 41 chrome.devtools.panels.elements.createSidebarPane("Font Properties",
|
/external/chromium_org/chrome_frame/ |
CFInstall.js | 162 * Plucks properties from the passed arguments and sets them on the passed 164 * @param {Node} node The node to set properties on 165 * @param {Object} args A map of user-specified properties to set 192 * @param {Object} args A bag of configuration properties, including values 206 * @param {Object} args A map of user-specified properties to set 222 * @param {Object} args A map of user-specified properties to set 263 * @param {Object} args A bag of configuration properties. Respected 264 * properties are: 'mode', 'url', 'destination', 'node', 'onmissing',
|
/external/chromium_org/chromeos/dbus/ |
fake_shill_ipconfig_client.cc | 66 // Update existing ip config stub object's properties. 69 // Create a new stub ipconfig object, and update its properties.
|
/external/chromium_org/chromeos/network/ |
geolocation_handler.h | 57 const base::DictionaryValue& properties); 67 const base::DictionaryValue& properties);
|
/external/chromium_org/components/policy/core/common/ |
schema_internal.h | 55 // to does not have known properties. 58 // properties can be looked up by binary searching in the range.
|
/external/chromium_org/ppapi/cpp/dev/ |
scriptable_object_deprecated.h | 48 // The default implementation returns no properties. 49 virtual void GetAllPropertyNames(std::vector<Var>* properties,
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimatableColor.h | 56 // property. Currently it is used for all properties, even those which do not 57 // support a separate 'visited link' color (eg SVG properties). This is correct
|
KeyframeAnimationEffect.cpp | 146 PropertySet Keyframe::properties() const function in class:WebCore::Keyframe 150 PropertySet properties; local 152 properties.add(*iter.keys()); 153 return properties; 168 PropertySet KeyframeAnimationEffect::properties() const function in class:WebCore::KeyframeAnimationEffect 175 result = frames[0]->properties(); 177 PropertySet extras = frames[i]->properties(); 230 PropertySet keyframeProperties = keyframe->properties();
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGAnimatedProperty.h | 24 #include "core/svg/properties/SVGAnimatedPropertyDescription.h" 25 #include "core/svg/properties/SVGPropertyInfo.h"
|
SVGAnimatedPropertyTearOff.h | 24 #include "core/svg/properties/SVGAnimatedProperty.h" 25 #include "core/svg/properties/SVGPropertyTearOff.h"
|