HomeSort by relevance Sort by last modified time
    Searched refs:stringifier (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/tools/idl_parser/test_parser/
interface_web.idl 143 * Stringifier()
144 * Stringifier()
149 * Stringifier()
154 * Stringifier()
160 stringifier;
161 stringifier DOMString ();
162 stringifier DOMString namedStringifier();
163 stringifier attribute DOMString stringValue;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMTokenList.idl 36 [NotEnumerable] stringifier;
Range.idl 60 stringifier;
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraSettings.java 37 CameraCapabilities.Stringifier stringifier = capabilities.getStringifier(); local
58 setFlashMode(stringifier.flashModeFromString(params.getFlashMode()));
59 setFocusMode(stringifier.focusModeFromString(params.getFocusMode()));
60 setSceneMode(stringifier.sceneModeFromString(params.getSceneMode()));
CameraCapabilities.java 67 private final Stringifier mStringifier;
316 * A interface stringifier to convert abstract representations to API
319 public static class Stringifier {
464 * @param stringifier The API-specific stringifier for this instance.
466 CameraCapabilities(Stringifier stringifier) {
467 mStringifier = stringifier;
673 * @return The stringifier used by this instance.
675 public Stringifier getStringifier()
    [all...]
AndroidCameraAgentImpl.java 656 final CameraCapabilities.Stringifier stringifier = mCapabilities.getStringifier(); local
677 parameters.setFocusMode(stringifier.stringify(settings.getCurrentFocusMode()));
696 parameters.setFlashMode(stringifier.stringify(settings.getCurrentFlashMode()));
701 .setSceneMode(stringifier.stringify(settings.getCurrentSceneMode()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestInterface2.idl 56 stringifier DOMString stringifierMethod();
TestInterface.idl 75 [NotEnumerable] stringifier;
TestObject.idl 69 stringifier attribute DOMString stringifierAttribute;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/modules/
TestInterface5.idl 75 [NotEnumerable] stringifier;
  /external/chromium_org/third_party/WebKit/Source/core/css/
WebKitCSSMatrix.idl 103 [NotEnumerable] stringifier;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Selection.idl 64 [NotEnumerable] stringifier;
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_interface.py 300 # Stringifier
301 if interface.stringifier:
302 stringifier = interface.stringifier
306 method.extended_attributes.update(stringifier.extended_attributes)
307 if stringifier.attribute:
308 method.extended_attributes['ImplementedAs'] = stringifier.attribute.name
309 elif stringifier.operation:
310 method.extended_attributes['ImplementedAs'] = stringifier.operation.name
    [all...]
idl_definitions.py 277 self.stringifier = None
305 elif child_class == 'Stringifier':
306 self.stringifier = IdlStringifier(idl_name, child)
324 """Add the stringifier's attribute or named operation child, if it has
326 if self.stringifier.attribute:
327 self.attributes.append(self.stringifier.attribute)
328 elif self.stringifier.operation:
329 self.operations.append(self.stringifier.operation)
528 # FIXME: can we remove this? replace with a stringifier?
625 # Copy the stringifier's extended attributes (such as [Unforgable]) ont
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2570.js 28 var o = ["\u56e7", // Switch JSON stringifier to two-byte mode.
  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java     [all...]
VideoModule.java 474 CameraCapabilities.Stringifier stringifier = mCameraCapabilities.getStringifier(); local
478 CameraCapabilities.FocusMode mode = stringifier.focusModeFromString(modeString);
1862 CameraCapabilities.Stringifier stringifier = mCameraCapabilities.getStringifier(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl 203 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] stringifier;
  /external/chromium_org/v8/src/
json-stringifier.h 278 BasicJsonStringifier stringifier(isolate);
279 return stringifier.Stringify(object);
runtime.cc 32 #include "src/json-stringifier.h"
    [all...]

Completed in 657 milliseconds