/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
CompoundPropertyEditorPresentation.java | 11 package org.eclipse.wb.internal.core.model.property.editor.presentation; 39 public void add(PropertyEditorPresentation presentation) { 40 m_presentations.add(presentation); 56 for (PropertyEditorPresentation presentation : m_presentations) { 57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height); 66 for (PropertyEditorPresentation presentation : m_presentations) { 67 presentation.hide(propertyTable, property);
|
ButtonPropertyEditorPresentationImplMac.java | 11 package org.eclipse.wb.internal.core.model.property.editor.presentation; 33 public ButtonPropertyEditorPresentationImplMac(ButtonPropertyEditorPresentation presentation) { 34 super(presentation);
|
PropertyEditorPresentation.java | 11 package org.eclipse.wb.internal.core.model.property.editor.presentation; 18 * Implementations of {@link PropertyEditorPresentation} are used to show some presentation for 26 * Shows presentation for given {@link Property}. 28 * @return the width that this presentation occupies on the right of given rectangle. 38 * Hides presentation.
|
ButtonPropertyEditorPresentation.java | 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
|
ButtonPropertyEditorPresentationImpl.java | 11 package org.eclipse.wb.internal.core.model.property.editor.presentation; 43 public ButtonPropertyEditorPresentationImpl(ButtonPropertyEditorPresentation presentation) { 44 m_presentation = presentation; 153 * @return the 'parent' presentation. Internal usage only.
|
/external/chromium_org/third_party/WebKit/Source/modules/presentation/ |
NavigatorPresentation.h | 14 class Presentation; 25 static Presentation* presentation(Navigator&); 34 Presentation* presentation(); 36 PersistentWillBeMember<Presentation> m_presentation;
|
NavigatorPresentation.cpp | 6 #include "modules/presentation/NavigatorPresentation.h" 11 #include "modules/presentation/Presentation.h" 43 Presentation* NavigatorPresentation::presentation(Navigator& navigator) function in class:blink::NavigatorPresentation 45 return NavigatorPresentation::from(navigator).presentation(); 48 Presentation* NavigatorPresentation::presentation() function in class:blink::NavigatorPresentation 53 m_presentation = Presentation::create(frame()->document());
|
/external/chromium_org/tools/grit/grit/ |
tclib.py | 94 if other.presentation == placeholder.presentation: 148 part.presentation.encode('utf-8'), 206 # Must match placeholder presentation names 209 def __init__(self, presentation, original, example): 213 presentation: 'USERNAME' 217 assert presentation != '' 220 if not self._NAME_RE.match(presentation): 221 raise exception.InvalidPlaceholderName(presentation) 222 self.presentation = presentatio [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
Makefile | 18 presentation.c \
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
Makefile | 18 presentation.c \
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
TextDialogPropertyEditor.java | 14 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation; 15 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation; 29 // Presentation
|
PropertyEditor.java | 21 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation; 33 // Presentation
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PresentationActivity.java | 25 import android.app.Presentation; 53 * <h3>Presentation Activity</h3> 57 * on a secondary display using a {@link Presentation}. 60 * When the user selects a display, the activity opens a {@link Presentation} 61 * on that display. We show a different photograph in each presentation 69 * checkbox to show a presentation on that display. 81 private static final String PRESENTATION_KEY = "presentation"; 83 // The content that we want to show on the presentation. 97 // List of presentation contents indexed by displayId. 98 // This state persists so that we can restore the old presentation 177 DemoPresentation presentation = mActivePresentations.valueAt(i); local 204 DemoPresentation presentation = new DemoPresentation(this, display, contents); local 215 DemoPresentation presentation = mActivePresentations.get(displayId); local [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/ |
StringPropertyEditor.java | 16 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation; 17 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation; 41 // Presentation 58 // Presentation
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/ |
ComplexProperty.java | 15 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation; 84 public void setEditorPresentation(PropertyEditorPresentation presentation) { 85 ((ComplexPropertyEditor) getEditor()).m_presentation = presentation; 201 // Presentation
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | 48 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation; 49 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation; 567 PropertyEditorPresentation presentation = editor.getPresentation(); local 568 if (presentation instanceof ButtonPropertyEditorPresentation) { 570 (ButtonPropertyEditorPresentation) presentation; 619 // update bounds using presentation 621 PropertyEditorPresentation presentation = m_activeEditor.getPresentation(); local 622 if (presentation != null) { 624 presentation.show( 798 // hide presentation 800 PropertyEditorPresentation presentation = property.getEditor().getPresentation(); local 1191 PropertyEditorPresentation presentation = property.getEditor().getPresentation(); local 1517 PropertyEditorPresentation presentation = local [all...] |
/external/chromium_org/tools/grit/grit/node/ |
message.py | 133 presentation = item.attrs['name'].upper() 134 text += presentation 139 placeholders.append(tclib.Placeholder(presentation, original, ex))
|
/cts/tests/tests/display/src/android/display/cts/ |
VirtualDisplayTest.java | 19 import android.app.Presentation; 129 // Show a private presentation on the display. 130 assertDisplayCanShowPresentation("private presentation window", 140 * Ensures that an application can create a private presentation virtual display and show 154 // Show a private presentation on the display. 155 assertDisplayCanShowPresentation("private presentation window", 182 // Show a private presentation on the display. 183 assertDisplayCanShowPresentation("private presentation window", 213 assertNotNull("display must be registered as a presentation display", 217 assertNull("display must not be registered as a presentation display" 235 final TestPresentation[] presentation = new TestPresentation[1]; local [all...] |
/external/chromium_org/tools/grit/grit/extern/ |
tclib.py | 108 # message and a list of placeholders; it will then parse the presentation and 128 # Are there other placeholders with the same presentation? 233 def GetPlaceholder(self, presentation): 236 item.GetPresentation() == presentation): 299 presentation = self.GetPresentableContent() 301 for pos in FindOverlapping(presentation, ph.GetPresentation()): 302 # message contains the same text as a placeholder presentation 309 ph.GetPresentation(), presentation)
|
/external/chromium_org/ui/accessibility/extensions/alt/ |
hide-images.css | 18 body[show-alt] img:not([alt]):not([aria-hidden=true]):not([role=presentation]):before { 23 body[show-alt] img:not([aria-hidden=true]):not([role=presentation]):not([alt='']):before {
|
/external/chromium_org/remoting/webapp/ |
fullscreen_v1.js | 84 // the time taken to animate presentation mode. Since I haven't been able
|
/cts/tests/tests/media/src/android/media/cts/ |
EncodeVirtualDisplayTest.java | 19 import android.app.Presentation; 53 * just throwing a Presentation and a View at it. Further, it's possible that frames 536 final TestPresentation[] presentation = new TestPresentation[1]; local 541 // Want to create presentation on UI thread so it finds the right Looper 543 presentation[0] = new TestPresentation(getContext(), mDisplay, color); 545 presentation[0].show(); 549 // Give the presentation an opportunity to render. We don't have a way to 554 if (presentation[0] != null) { 558 presentation[0].dismiss(); 589 * Presentation we can show on a virtual display. The view is set to a single color value [all...] |
/external/chromium_org/chrome/browser/resources/net_export/ |
net_export.js | 15 * This class handles the presentation of our profiler view. Used as a
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/ |
bindings_modules_v8_generated_individual.target.darwin-arm.mk | 23 # "{'inputs': ['../../../../../../third_party/ply/lex.py', '../../../../../../third_party/ply/yacc.py', '../../../../../../tools/idl_parser/idl_lexer.py', '../../../../../../tools/idl_parser/idl_node.py', '../../../../../../tools/idl_parser/idl_parser.py', '../../scripts/blink_idl_lexer.py', '../../scripts/blink_idl_parser.py', '$(gyp_shared_intermediate_dir)/blink/bindings/scripts/lextab.py', '$(gyp_shared_intermediate_dir)/blink/bindings/scripts/parsetab.pickle', '$(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp', '../../scripts/idl_compiler.py', '../../scripts/idl_definitions.py', '../../scripts/idl_reader.py', '../../scripts/idl_types.py', '../../scripts/idl_validator.py', '../../scripts/interface_dependency_resolver.py', '../../scripts/code_generator_v8.py', '../../scripts/v8_attributes.py', '../../scripts/v8_callback_interface.py', '../../scripts/v8_dictionary.py', '../../scripts/v8_globals.py', '../../scripts/v8_interface.py', '../../scripts/v8_methods.py', '../../scripts/v8_types.py', '../../scripts/v8_utilities.py', '../../IDLExtendedAttributes.txt', '$(gyp_shared_intermediate_dir)/blink/bindings/modules/InterfacesInfoModules.pickle', '../../../core/animation/DocumentAnimation.idl', '../../../core/animation/ElementAnimation.idl', '../../../core/css/DocumentFontFaceSet.idl', '../../../core/dom/ChildNode.idl', '../../../core/dom/DocumentFullscreen.idl', '../../../core/dom/ElementFullscreen.idl', '../../../core/dom/GlobalEventHandlers.idl', '../../../core/dom/ParentNode.idl', '../../../core/dom/URLUtils.idl', '../../../core/dom/URLUtilsReadOnly.idl', '../../../core/events/EventListener.idl', '../../../core/events/NavigatorEvents.idl', '../../../core/frame/NavigatorCPU.idl', '../../../core/frame/NavigatorID.idl', '../../../core/frame/NavigatorLanguage.idl', '../../../core/frame/NavigatorOnLine.idl', '../../../core/frame/WindowBase64.idl', '../../../core/frame/WindowEventHandlers.idl', '../../../core/frame/WindowTimers.idl', '../../../core/html/canvas/CanvasPathMethods.idl', '../../../core/html/canvas/MouseEventHitRegion.idl', '../../../core/html/canvas/WebGLRenderingContextBase.idl', '../../../core/imagebitmap/ImageBitmapFactories.idl', '../../../core/imagebitmap/WindowImageBitmapFactories.idl', '../../../core/page/WindowPagePopup.idl', '../../../core/svg/SVGDocument.idl', '../../../core/svg/SVGFilterPrimitiveStandardAttributes.idl', '../../../core/svg/SVGFitToViewBox.idl', '../../../core/svg/SVGTests.idl', '../../../core/svg/SVGURIReference.idl', '../../../core/svg/SVGZoomAndPan.idl', '../../../core/workers/AbstractWorker.idl', '../../../core/xml/DocumentXMLTreeViewer.idl', '../../../core/xml/DocumentXPathEvaluator.idl', '../../../core/testing/PartialPrivateScriptTest.idl', '$(gyp_shared_intermediate_dir)/blink/core/WindowCoreConstructors.idl', '$(gyp_shared_intermediate_dir)/blink/core/SharedWorkerGlobalScopeCoreConstructors.idl', '$(gyp_shared_intermediate_dir)/blink/core/DedicatedWorkerGlobalScopeCoreConstructors.idl', '../../../modules/battery/NavigatorBattery.idl', '../../../modules/beacon/NavigatorBeacon.idl', '../../../modules/credentialmanager/NavigatorCredentials.idl', '../../../modules/crypto/WindowCrypto.idl', '../../../modules/crypto/WorkerGlobalScopeCrypto.idl', '../../../modules/device_light/WindowDeviceLight.idl', '../../../modules/device_orientation/WindowDeviceMotion.idl', '../../../modules/device_orientation/WindowDeviceOrientation.idl', '../../../modules/donottrack/NavigatorDoNotTrack.idl', '../../../modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl', '../../../modules/filesystem/DataTransferItemFileSystem.idl', '../../../modules/filesystem/HTMLInputElementFileSystem.idl', '../../../modules/filesystem/InspectorFrontendHostFileSystem.idl', '../../../modules/filesystem/WindowFileSystem.idl', '../../../modules/filesystem/WorkerGlobalScopeFileSystem.idl', '../../../modules/gamepad/NavigatorGamepad.idl', '../../../modules/geofencing/NavigatorGeofencing.idl', '../../../modules/geofencing/WorkerNavigatorGeofencing.idl', '../../../modules/geolocation/NavigatorGeolocation.idl', '../../../modules/indexeddb/WindowIndexedDatabase.idl', '../../../modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl', '../../../modules/mediasource/HTMLVideoElementMediaSource.idl', '../../../modules/mediasource/URLMediaSource.idl', '../../../modules/mediastream/NavigatorMediaStream.idl', '../../../modules/mediastream/URLMediaStream.idl', '../../../modules/mediastream/WindowMediaStream.idl', '../../../modules/navigatorcontentutils/NavigatorContentUtils.idl', '../../../modules/netinfo/NavigatorNetworkInformation.idl', '../../../modules/netinfo/WorkerNavigatorNetworkInformation.idl', '../../../modules/performance/SharedWorkerPerformance.idl', '../../../modules/performance/WorkerGlobalScopePerformance.idl', '../../../modules/presentation/NavigatorPresentation.idl', '../../../modules/push_messaging/NavigatorPushManager.idl', '../../../modules/push_messaging/ServiceWorkerGlobalScopePush.idl', '../../../modules/quota/NavigatorStorageQuota.idl', '../../../modules/quota/WindowQuota.idl', '../../../modules/quota/WorkerNavigatorStorageQuota.idl', '../../../modules/screen_orientation/ScreenScreenOrientation.idl', '../../../modules/serviceworkers/NavigatorServiceWorker.idl', '../../../modules/speech/WindowSpeech.idl', '../../../modules/speech/WindowSpeechSynthesis.idl', '../../../modules/vibration/NavigatorVibration.idl', '../../../modules/webaudio/WindowWebAudio.idl', '../../../modules/webdatabase/WindowWebDatabase.idl', '../../../modules/webmidi/NavigatorWebMIDI.idl', '../../../modules/geolocation/testing/InternalsGeolocation.idl', '../../../modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', '../../../modules/speech/testing/InternalsSpeechSynthesis.idl', '../../../modules/vibration/testing/InternalsVibration.idl', '$(gyp_shared_intermediate_dir)/blink/modules/ServiceWorkerGlobalScopeCoreConstructors.idl', '$(gyp_shared_intermediate_dir)/blink/modules/WindowModulesConstructors.idl', '$(gyp_shared_intermediate_dir)/blink/modules/SharedWorkerGlobalScopeModulesConstructors.idl', '$(gyp_shared_intermediate_dir)/blink/modules/DedicatedWorkerGlobalScopeModulesConstructors.idl', '$(gyp_shared_intermediate_dir)/blink/modules/ServiceWorkerGlobalScopeModulesConstructors.idl'], 'extension': 'idl', 'msvs_external_rule': '1', 'outputs': ['$(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8%(INPUT_ROOT)s.cpp', '$(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8%(INPUT_ROOT)s.h'], 'rule_name': 'binding', 'rule_sources': ['../../../modules/encoding/TextDecodeOptions.idl', '../../../modules/encoding/TextDecoderOptions.idl', '../../../modules/indexeddb/IDBIndexParameters.idl', '../../../modules/notifications/NotificationOptions.idl', '../../../modules/serviceworkers/QueryParams.idl', '../../../modules/serviceworkers/RegistrationOptionList.idl', '../../../modules/serviceworkers/ServiceWorkerClientQueryParams.idl', '../../../modules/webmidi/MIDIOptions.idl', '../../../modules/battery/BatteryManager.idl', '../../../modules/credentialmanager/Credential.idl', '../../../modules/credentialmanager/CredentialsContainer.idl', '../../../modules/credentialmanager/FederatedCredential.idl', '../../../modules/credentialmanager/LocalCredential.idl', '../../../modules/crypto/Crypto.idl', '../../../modules/crypto/CryptoKey.idl', '../../../modules/crypto/SubtleCrypto.idl', '../../../modules/device_light/DeviceLightEvent.idl', '../../../modules/device_orientation/DeviceAcceleration.idl', '../../../modules/device_orientation/DeviceMotionEvent.idl', '../../../modules/device_orientation/DeviceOrientationEvent.idl', '../../../modules/device_orientation/DeviceRotationRate.idl', '../../../modules/encoding/TextDecoder.idl', '../../../modules/encoding/TextEncoder.idl', '../../../modules/encryptedmedia/MediaKeyMessageEvent.idl', '../../../modules/encryptedmedia/MediaKeyNeededEvent.idl', '../../../modules/encryptedmedia/MediaKeySession.idl', '../../../modules/encryptedmedia/MediaKeys.idl', '../../../modules/filesystem/DOMFileSystem.idl', '../../../modules/filesystem/DOMFileSystemSync.idl', '../../../modules/filesystem/DirectoryEntry.idl', '../../../modules/filesystem/DirectoryEntrySync.idl', '../../../modules/filesystem/DirectoryReader.idl', '../../../modules/filesystem/DirectoryReaderSync.idl', '../../../modules/filesystem/EntriesCallback.idl', '../../../modules/filesystem/Entry.idl', '../../../modules/filesystem/EntryCallback.idl', '../../../modules/filesystem/EntrySync.idl', '../../../modules/filesystem/ErrorCallback.idl', '../../../modules/filesystem/FileCallback.idl', '../../../modules/filesystem/FileEntry.idl', '../../../modules/filesystem/FileEntrySync.idl', '../../../modules/filesystem/FileSystemCallback.idl', '../../../modules/filesystem/FileWriter.idl', '../../../modules/filesystem/FileWriterCallback.idl', '../../../modules/filesystem/FileWriterSync.idl', '../../../modules/filesystem/Metadata.idl', '../../../modules/filesystem/MetadataCallback.idl', '../../../modules/gamepad/Gamepad.idl', '../../../modules/gamepad/GamepadButton.idl', '../../../modules/gamepad/GamepadEvent.idl', '../../../modules/gamepad/GamepadList.idl', '../../../modules/gamepad/WebKitGamepad.idl', '../../../modules/gamepad/WebKitGamepadList.idl', '../../../modules/geofencing/CircularGeofencingRegion.idl', '../../../modules/geofencing/Geofencing.idl', '../../../modules/geofencing/GeofencingRegion.idl', '../../../modules/geolocation/Coordinates.idl', '../../../modules/geolocation/Geolocation.idl', '../../../modules/geolocation/Geoposition.idl', '../../../modules/geolocation/PositionCallback.idl', '../../../modules/geolocation/PositionError.idl', '../../../modules/geolocation/PositionErrorCallback.idl', '../../../modules/indexeddb/IDBCursor.idl', '../../../modules/indexeddb/IDBCursorWithValue.idl', '../../../modules/indexeddb/IDBDatabase.idl', '../../../modules/indexeddb/IDBFactory.idl', '../../../modules/indexeddb/IDBIndex.idl', '../../../modules/indexeddb/IDBKeyRange.idl', '../../../modules/indexeddb/IDBObjectStore.idl', '../../../modules/indexeddb/IDBOpenDBRequest.idl', '../../../modules/indexeddb/IDBRequest.idl', '../../../modules/indexeddb/IDBTransaction.idl', '../../../modules/indexeddb/IDBVersionChangeEvent.idl', '../../../modules/mediasource/MediaSource.idl', '../../../modules/mediasource/SourceBuffer.idl', '../../../modules/mediasource/SourceBufferList.idl', '../../../modules/mediasource/VideoPlaybackQuality.idl', '../../../modules/mediastream/MediaDeviceInfo.idl', '../../../modules/mediastream/MediaDeviceInfoCallback.idl', '../../../modules/mediastream/MediaStream.idl', '../../../modules/mediastream/MediaStreamEvent.idl', '../../../modules/mediastream/MediaStreamTrack.idl', '../../../modules/mediastream/MediaStreamTrackEvent.idl', '../../../modules/mediastream/MediaStreamTrackSourcesCallback.idl', '../../../modules/mediastream/NavigatorUserMediaError.idl', '../../../modules/mediastream/NavigatorUserMediaErrorCallback.idl', '../../../modules/mediastream/NavigatorUserMediaSuccessCallback.idl', '../../../modules/mediastream/RTCDTMFSender.idl', '../../../modules/mediastream/RTCDTMFToneChangeEvent.idl', '../../../modules/mediastream/RTCDataChannel.idl', '../../../modules/mediastream/RTCDataChannelEvent.idl', '../../../modules/mediastream/RTCErrorCallback.idl', '../../../modules/mediastream/RTCIceCandidate.idl', '../../../modules/mediastream/RTCIceCandidateEvent.idl', '../../../modules/mediastream/RTCPeerConnection.idl', '../../../modules/mediastream/RTCSessionDescription.idl', '../../../modules/mediastream/RTCSessionDescriptionCallback.idl', '../../../modules/mediastream/RTCStatsCallback.idl', '../../../modules/mediastream/RTCStatsReport.idl', '../../../modules/mediastream/RTCStatsResponse.idl', '../../../modules/mediastream/SourceInfo.idl', '../../../modules/netinfo/NetworkInformation.idl', '../../../modules/notifications/Notification.idl', '../../../modules/notifications/NotificationPermissionCallback.idl', '../../../modules/performance/WorkerPerformance.idl', '../../../modules/presentation/Presentation.idl', '../../../modules/push_messaging/PushEvent.idl', '../../../modules/push_messaging/PushManager.idl', '../../../modules/push_messaging/PushRegistration.idl', '../../../modules/quota/DeprecatedStorageInfo.idl', '../../../modules/quota/DeprecatedStorageQuota.idl', '../../../modules/quota/StorageErrorCallback.idl', '../../../modules/quota/StorageInfo.idl', '../../../modules/quota/StorageQuota.idl', '../../../modules/quota/StorageQuotaCallback.idl', '../../../modules/quota/StorageUsageCallback.idl', '../../../modules/screen_orientation/ScreenOrientation.idl', '../../../modules/serviceworkers/Body.idl', '../../../modules/serviceworkers/Cache.idl', '../../../modules/serviceworkers/CacheStorage.idl', '../../../modules/serviceworkers/ExtendableEvent.idl', '../../../modules/serviceworkers/FetchEvent.idl', '../../../modules/serviceworkers/Headers.idl', '../../../modules/serviceworkers/HeadersForEachCallback.idl', '../../../modules/serviceworkers/InstallEvent.idl', '../../../modules/serviceworkers/Request.idl', '../../../modules/serviceworkers/Response.idl', '../../../modules/serviceworkers/ServiceWorker.idl', '../../../modules/serviceworkers/ServiceWorkerClient.idl', '../../../modules/serviceworkers/ServiceWorkerClients.idl', '../../../modules/serviceworkers/ServiceWorkerContainer.idl', '../../../modules/serviceworkers/ServiceWorkerGlobalScope.idl', '../../../modules/serviceworkers/ServiceWorkerRegistration.idl', '../../../modules/speech/SpeechGrammar.idl', '../../../modules/speech/SpeechGrammarList.idl', '../../../modules/speech/SpeechRecognition.idl', '../../../modules/speech/SpeechRecognitionAlternative.idl', '../../../modules/speech/SpeechRecognitionError.idl', '../../../modules/speech/SpeechRecognitionEvent.idl', '../../../modules/speech/SpeechRecognitionResult.idl', '../../../modules/speech/SpeechRecognitionResultList.idl', '../../../modules/speech/SpeechSynthesis.idl', '../../../modules/speech/SpeechSynthesisEvent.idl', '../../../modules/speech/SpeechSynthesisUtterance.idl', '../../../modules/speech/SpeechSynthesisVoice.idl', '../../../modules/webaudio/AnalyserNode.idl', '../../../modules/webaudio/AudioBuffer.idl', '../../../modules/webaudio/AudioBufferCallback.idl', '../../../modules/webaudio/AudioBufferSourceNode.idl', '../../../modules/webaudio/AudioContext.idl', '../../../modules/webaudio/AudioDestinationNode.idl', '../../../modules/webaudio/AudioListener.idl', '../../../modules/webaudio/AudioNode.idl', '../../../modules/webaudio/AudioParam.idl', '../../../modules/webaudio/AudioProcessingEvent.idl', '../../../modules/webaudio/AudioSourceNode.idl', '../../../modules/webaudio/BiquadFilterNode.idl', '../../../modules/webaudio/ChannelMergerNode.idl', '../../../modules/webaudio/ChannelSplitterNode.idl', '../../../modules/webaudio/ConvolverNode.idl', '../../../modules/webaudio/DelayNode.idl', '../../../modules/webaudio/DynamicsCompressorNode.idl', '../../../modules/webaudio/GainNode.idl', '../../../modules/webaudio/MediaElementAudioSourceNode.idl', '../../../modules/webaudio/MediaStreamAudioDestinationNode.idl', '../../../modules/webaudio/MediaStreamAudioSourceNode.idl', '../../../modules/webaudio/OfflineAudioCompletionEvent.idl', '../../../modules/webaudio/OfflineAudioContext.idl', '../../../modules/webaudio/OscillatorNode.idl', '../../../modules/webaudio/PannerNode.idl', '../../../modules/webaudio/PeriodicWave.idl', '../../../modules/webaudio/ScriptProcessorNode.idl', '../../../modules/webaudio/WaveShaperNode.idl', '../../../modules/webdatabase/Database.idl', '../../../modules/webdatabase/DatabaseCallback.idl', '../../../modules/webdatabase/SQLError.idl', '../../../modules/webdatabase/SQLResultSet.idl', '../../../modules/webdatabase/SQLResultSetRowList.idl', '../../../modules/webdatabase/SQLStatementCallback.idl', '../../../modules/webdatabase/SQLStatementErrorCallback.idl', '../../../modules/webdatabase/SQLTransaction.idl', '../../../modules/webdatabase/SQLTransactionCallback.idl', '../../../modules/webdatabase/SQLTransactionErrorCallback.idl', '../../../modules/webmidi/MIDIAccess.idl', '../../../modules/webmidi/MIDIConnectionEvent.idl', '../../../modules/webmidi/MIDIErrorCallback.idl', '../../../modules/webmidi/MIDIInput.idl', '../../../modules/webmidi/MIDIInputMap.idl', '../../../modules/webmidi/MIDIMessageEvent.idl', '../../../modules/webmidi/MIDIOutput.idl', '../../../modules/webmidi/MIDIOutputMap.idl', '../../../modules/webmidi/MIDIPort.idl', '../../../modules/webmidi/MIDISuccessCallback.idl', '../../../modules/websockets/CloseEvent.idl', '../../../modules/websockets/WebSocket.idl'], 'action': ['python', '../../scripts/idl_compiler.py', '--cache-dir', '$(gyp_shared_intermediate_dir)/blink/bindings/scripts', '--output-dir', '$(gyp_shared_intermediate_dir)/blink/bindings/modules/v8', '--interfaces-info', '$(gyp_shared_intermediate_dir)/blink/bindings/modules/InterfacesInfoModules.pickle', '--write-file-only-if-changed', '0', '$(RULE_SOURCES)'], 'message': 'Generating binding from $(RULE_SOURCES)'}": 29 $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8TextDecodeOptions.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/modules/encoding/TextDecodeOptions.idl $(LOCAL_PATH)/third_party/ply/lex.py $(LOCAL_PATH)/third_party/ply/yacc.py $(LOCAL_PATH)/tools/idl_parser/idl_lexer.py $(LOCAL_PATH)/tools/idl_parser/idl_node.py $(LOCAL_PATH)/tools/idl_parser/idl_parser.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/blink_idl_lexer.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/blink_idl_parser.py $(gyp_shared_intermediate_dir)/blink/bindings/scripts/lextab.py $(gyp_shared_intermediate_dir)/blink/bindings/scripts/parsetab.pickle $(gyp_shared_intermediate_dir)/blink/bindings/scripts/cached_jinja_templates.stamp $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/idl_compiler.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/idl_definitions.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/idl_reader.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/idl_types.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/idl_validator.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/interface_dependency_resolver.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/code_generator_v8.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/v8_attributes.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/v8_globals.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/v8_interface.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/v8_methods.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/v8_types.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/scripts/v8_utilities.py $(LOCAL_PATH)/third_party/WebKit/Source/bindings/IDLExtendedAttributes.txt $(gyp_shared_intermediate_dir)/blink/bindings/modules/InterfacesInfoModules.pickle $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/DocumentAnimation.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/animation/ElementAnimation.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/css/DocumentFontFaceSet.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/ChildNode.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/DocumentFullscreen.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/ElementFullscreen.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/ParentNode.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/URLUtils.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/EventListener.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/NavigatorEvents.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/NavigatorCPU.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/NavigatorID.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/NavigatorLanguage.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/NavigatorOnLine.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/WindowBase64.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/WindowEventHandlers.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/WindowTimers.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/CanvasPathMethods.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/MouseEventHitRegion.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/canvas/WebGLRenderingContextBase.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/imagebitmap/WindowImageBitmapFactories.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/page/WindowPagePopup.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGDocument.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGFitToViewBox.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGTests.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGURIReference.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGZoomAndPan.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/workers/AbstractWorker.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/xml/DocumentXPathEvaluator.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/PartialPrivateScriptTest.idl $(gyp_shared_intermediate_dir)/blink/core/WindowCoreConstructors.idl $(gyp_shared_intermediate_dir)/blink/core/SharedWorkerGlobalScopeCoreConstructors.idl $(gyp_shared_intermediate_dir)/blink/core/DedicatedWorkerGlobalScopeCoreConstructors.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/battery/NavigatorBattery.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/credentialmanager/NavigatorCredentials.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/crypto/WindowCrypto.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/crypto/WorkerGlobalScopeCrypto.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/device_light/WindowDeviceLight.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/device_orientation/WindowDeviceMotion.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/device_orientation/WindowDeviceOrientation.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/filesystem/InspectorFrontendHostFileSystem.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/filesystem/WindowFileSystem.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/NavigatorGeofencing.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geofencing/WorkerNavigatorGeofencing.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/WindowIndexedDatabase.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediasource/HTMLVideoElementMediaSource.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediasource/URLMediaSource.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediastream/NavigatorMediaStream.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediastream/URLMediaStream.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/mediastream/WindowMediaStream.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/netinfo/NavigatorNetworkInformation.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/performance/SharedWorkerPerformance.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/performance/WorkerGlobalScopePerformance.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/push_messaging/NavigatorPushManager.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerGlobalScopePush.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/quota/WindowQuota.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/speech/WindowSpeech.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/webaudio/WindowWebAudio.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/webdatabase/WindowWebDatabase.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/webmidi/NavigatorWebMIDI.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl $(LOCAL_PATH)/third_party/WebKit/Source/modules/vibration/testing/InternalsVibration.idl $(gyp_shared_intermediate_dir)/blink/modules/ServiceWorkerGlobalScopeCoreConstructors.idl $(gyp_shared_intermediate_dir)/blink/modules/WindowModulesConstructors.idl $(gyp_shared_intermediate_dir)/blink/modules/SharedWorkerGlobalScopeModulesConstructors.idl $(gyp_shared_intermediate_dir)/blink/modules/DedicatedWorkerGlobalScopeModulesConstructors.idl $(gyp_shared_intermediate_dir)/blink/modules/ServiceWorkerGlobalScopeModulesConstructors.idl $(GYP_TARGET_DEPENDENCIES) [all...] |