Searched refs:create (Results 76 - 100 of 4955) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DLegacySessionStateCodingNone.cpp38 return API::Data::create(nullptr, 0);
44 return API::Data::create(nullptr, 0);
H A DWebDatabaseManagerProxy.cpp108 PassRefPtr<WebDatabaseManagerProxy> WebDatabaseManagerProxy::create(WebContext* webContext) function in class:WebKit::WebDatabaseManagerProxy
157 RefPtr<ArrayCallback> callback = ArrayCallback::create(WTF::move(callbackFunction));
176 RefPtr<API::Object> origin = WebSecurityOrigin::create(SecurityOrigin::createFromDatabaseIdentifier(originAndDatabases.originIdentifier));
184 detailsMap.set(databaseDetailsNameKey(), API::String::create(databaseDetails.name()));
185 detailsMap.set(databaseDetailsDisplayNameKey(), API::String::create(databaseDetails.displayName()));
186 detailsMap.set(databaseDetailsExpectedUsageKey(), API::UInt64::create(databaseDetails.expectedUsage()));
187 detailsMap.set(databaseDetailsCurrentUsageKey(), API::UInt64::create(databaseDetails.currentUsage()));
189 detailsMap.set(databaseDetailsCreationTimeKey(), API::Double::create(databaseDetails.creationTime()));
191 detailsMap.set(databaseDetailsModificationTimeKey(), API::Double::create(databaseDetails.modificationTime()));
193 databases.uncheckedAppend(ImmutableDictionary::create(WT
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dnull.tcl33 return [::chan create {write} [null::implementation new]]
36 oo::class create ::tcl::chan::null::implementation {
H A Dnullzero.tcl34 return [::chan create {read write} [nullzero::implementation new]]
37 oo::class create ::tcl::chan::nullzero::implementation {
H A Dzero.tcl33 return [::chan create {read} [zero::implementation new]]
36 oo::class create ::tcl::chan::zero::implementation {
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DDOMPath.h42 static PassRefPtr<DOMPath> create() { return adoptRef(new DOMPath); } function in class:WebCore::DOMPath
43 static PassRefPtr<DOMPath> create(const Path& path) { return adoptRef(new DOMPath(path)); } function in class:WebCore::DOMPath
44 static PassRefPtr<DOMPath> create(const DOMPath* path) { return create(path->path()); } function in class:WebCore::DOMPath
46 static PassRefPtr<DOMPath> create(const String& pathData) function in class:WebCore::DOMPath
50 return create(path);
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMeterShadowElement.h56 static PassRefPtr<MeterInnerElement> create(Document&);
65 inline PassRefPtr<MeterInnerElement> MeterInnerElement::create(Document& document) function in class:WebCore::MeterInnerElement
72 static PassRefPtr<MeterBarElement> create(Document&);
83 inline PassRefPtr<MeterBarElement> MeterBarElement::create(Document& document) function in class:WebCore::MeterBarElement
90 static PassRefPtr<MeterValueElement> create(Document&);
104 inline PassRefPtr<MeterValueElement> MeterValueElement::create(Document& document) function in class:WebCore::MeterValueElement
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/Netscape/
H A DPluginInformation.cpp114 map.set(pluginInformationPathKey(), API::String::create(plugin.path));
115 map.set(pluginInformationDisplayNameKey(), API::String::create(plugin.info.name));
116 map.set(pluginInformationDefaultLoadPolicyKey(), API::UInt64::create(toWKPluginLoadPolicy(PluginInfoStore::defaultLoadPolicyForPlugin(plugin))));
130 return ImmutableDictionary::create(WTF::move(map));
139 map.set(pluginInformationFrameURLKey(), API::URL::create(frameURLString));
141 map.set(pluginInformationMIMETypeKey(), API::String::create(mimeType));
143 map.set(pluginInformationPageURLKey(), API::URL::create(pageURLString));
145 map.set(pluginInformationPluginspageAttributeURLKey(), API::URL::create(pluginspageAttributeURLString));
147 map.set(pluginInformationPluginURLKey(), API::URL::create(pluginURLString));
148 map.set(plugInInformationReplacementObscuredKey(), API::Boolean::create(replacementObscure
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmycomputer.tcl11 eval font create DemoMyComputerHeaderFont [array get fontInfo]
26 $T column create -text Name -tags name -width 200
27 $T column create -text Type -tags type -width 120
28 $T column create -text "Total Size" -tags size -justify right -width 100 \
30 $T column create -text "Free Space" -tags free -justify right -width 100
31 $T column create -text Comments -tags comment -width 120
37 $T element create txtHeader text -font [list DemoMyComputerHeaderFont]
38 $T element create txtName text -fill [list $::SystemHighlightText {selected focus}] \
40 $T element create txtOther text -lines 1
41 $T element create elemRectSe
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechRecognition.cpp41 PassRefPtr<SpeechRecognition> SpeechRecognition::create(ScriptExecutionContext* context) function in class:WebCore::SpeechRecognition
82 dispatchEvent(Event::create(eventNames().audiostartEvent, /*canBubble=*/false, /*cancelable=*/false));
87 dispatchEvent(Event::create(eventNames().soundstartEvent, /*canBubble=*/false, /*cancelable=*/false));
92 dispatchEvent(Event::create(eventNames().speechstartEvent, /*canBubble=*/false, /*cancelable=*/false));
97 dispatchEvent(Event::create(eventNames().speechendEvent, /*canBubble=*/false, /*cancelable=*/false));
102 dispatchEvent(Event::create(eventNames().soundendEvent, /*canBubble=*/false, /*cancelable=*/false));
107 dispatchEvent(Event::create(eventNames().audioendEvent, /*canBubble=*/false, /*cancelable=*/false));
137 dispatchEvent(Event::create(eventNames().startEvent, /*canBubble=*/false, /*cancelable=*/false));
145 dispatchEvent(Event::create(eventNames().endEvent, /*canBubble=*/false, /*cancelable=*/false));
168 , m_grammars(SpeechGrammarList::create()) // FIXM
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DDeviceMotionClientIOS.mm98 RefPtr<DeviceMotionData::Acceleration> accelerationIncludingGravity = DeviceMotionData::Acceleration::create(false, 0,
101 RefPtr<DeviceMotionData::Acceleration> acceleration = DeviceMotionData::Acceleration::create(false, 0,
104 RefPtr<DeviceMotionData::RotationRate> rotationRate = DeviceMotionData::RotationRate::create(false, 0,
108 RefPtr<DeviceMotionData::Acceleration> accelerationIncludingGravity = DeviceMotionData::Acceleration::create(true, xAccelerationIncludingGravity,
114 acceleration = DeviceMotionData::Acceleration::create(true, xAcceleration,
117 rotationRate = DeviceMotionData::RotationRate::create(true, xRotationRate,
123 m_currentDeviceMotionData = DeviceMotionData::create(acceleration, accelerationIncludingGravity, rotationRate, true, kMotionUpdateInterval);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestReadWrite.tcl10 # First entry specifies the file extension used to create the image filenames.
32 # Uses commands: image create photo -file "fileName"
37 set retVal [catch {image create photo -file $name} ph]
41 set retVal [catch {image create photo -file $name -format $fmt} ph]
54 # Uses commands: set ph [image create photo] ; $ph read "fileName"
61 set ph [image create photo]
63 set ph [image create photo -width $width -height $height]
82 # Uses commands: image create photo -data $imgData
96 set retVal [catch {image create photo -data $imgData} ph]
100 set retVal [catch {image create phot
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Ditems.tcl50 $c create rect 0c 0c 30c 24c -width 2
51 $c create line 0c 8c 30c 8c -width 2
52 $c create line 0c 16c 30c 16c -width 2
53 $c create line 10c 0c 10c 24c -width 2
54 $c create line 20c 0c 20c 24c -width 2
72 $c create text 5c .2c -text Lines -anchor n
73 $c create line 1c 1c 3c 1c 1c 4c 3c 4c -width 2m -fill $blue \
75 $c create line 4.67c 1c 4.67c 4c -arrow last -tags item
76 $c create line 6.33c 1c 6.33c 4c -arrow both -tags item
77 $c create lin
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Ditems.tcl50 $c create rect 0c 0c 30c 24c -width 2
51 $c create line 0c 8c 30c 8c -width 2
52 $c create line 0c 16c 30c 16c -width 2
53 $c create line 10c 0c 10c 24c -width 2
54 $c create line 20c 0c 20c 24c -width 2
72 $c create text 5c .2c -text Lines -anchor n
73 $c create line 1c 1c 3c 1c 1c 4c 3c 4c -width 2m -fill $blue \
75 $c create line 4.67c 1c 4.67c 4c -arrow last -tags item
76 $c create line 6.33c 1c 6.33c 4c -arrow both -tags item
77 $c create lin
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAPIWebArchive.cpp41 PassRefPtr<WebArchive> WebArchive::create(WebArchiveResource* mainResource, PassRefPtr<API::Array> subresources, PassRefPtr<API::Array> subframeArchives) function in class:API::WebArchive
46 PassRefPtr<WebArchive> WebArchive::create(API::Data* data) function in class:API::WebArchive
51 PassRefPtr<WebArchive> WebArchive::create(PassRefPtr<LegacyWebArchive> legacyWebArchive) function in class:API::WebArchive
56 PassRefPtr<WebArchive> WebArchive::create(Range* range) function in class:API::WebArchive
58 return adoptRef(new WebArchive(LegacyWebArchive::create(range)));
85 m_legacyWebArchive = LegacyWebArchive::create(coreMainResource.release(), WTF::move(coreArchiveResources), WTF::move(coreSubframeLegacyWebArchives));
90 RefPtr<SharedBuffer> buffer = SharedBuffer::create(data->bytes(), data->size());
91 m_legacyWebArchive = LegacyWebArchive::create(buffer.get());
106 m_cachedMainResource = WebArchiveResource::create(m_legacyWebArchive->mainResource());
117 subresources.uncheckedAppend(WebArchiveResource::create(subresourc
[all...]
H A DAPIArray.cpp33 PassRefPtr<Array> Array::create() function in class:API::Array
35 return create(Vector<RefPtr<Object>>());
38 PassRefPtr<Array> Array::create(Vector<RefPtr<Object>> elements) function in class:API::Array
49 elements.uncheckedAppend(API::String::create(string));
51 return create(WTF::move(elements));
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DGenericTypedArrayViewInlines.h43 PassRefPtr<GenericTypedArrayView<Adaptor>> GenericTypedArrayView<Adaptor>::create(unsigned length) function in class:JSC::GenericTypedArrayView
45 RefPtr<ArrayBuffer> buffer = ArrayBuffer::create(length, sizeof(typename Adaptor::Type));
48 return create(buffer, 0, length);
52 PassRefPtr<GenericTypedArrayView<Adaptor>> GenericTypedArrayView<Adaptor>::create( function in class:JSC::GenericTypedArrayView
55 RefPtr<GenericTypedArrayView> result = create(length);
61 PassRefPtr<GenericTypedArrayView<Adaptor>> GenericTypedArrayView<Adaptor>::create( function in class:JSC::GenericTypedArrayView
79 return create(buffer, 0, length);
96 return create(buffer(), offset, length);
103 return Adaptor::JSViewType::create(
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathValue.h44 Value(const String& value) : m_type(StringValue), m_data(Data::create(value)) { }
45 Value(const char* value) : m_type(StringValue), m_data(Data::create(value)) { }
47 explicit Value(NodeSet value) : m_type(NodeSetValue), m_data(Data::create(WTF::move(value))) { }
48 explicit Value(Node* value) : m_type(NodeSetValue), m_data(Data::create(value)) { }
49 explicit Value(PassRefPtr<Node> value) : m_type(NodeSetValue), m_data(Data::create(value)) { }
71 static PassRefPtr<Data> create() { return adoptRef(new Data); } function in struct:WebCore::XPath::Value::Data
72 static PassRefPtr<Data> create(const String& string) { return adoptRef(new Data(string)); } function in struct:WebCore::XPath::Value::Data
73 static PassRefPtr<Data> create(NodeSet nodeSet) { return adoptRef(new Data(WTF::move(nodeSet))); } function in struct:WebCore::XPath::Value::Data
74 static PassRefPtr<Data> create(PassRefPtr<Node> node) { return adoptRef(new Data(node)); } function in struct:WebCore::XPath::Value::Data
/macosx-10.10/tcl-105/tk/tk/tests/
H A DcanvPsBmap.tcl30 $c create bitmap 0.5i 0.5i \
33 $c create rect 0.47i 0.47i 0.53i 0.53i -fill {} -outline black
35 $c create bitmap 3.0i 0.5i \
38 $c create rect 2.97i 0.47i 3.03i 0.53i -fill {} -outline black
40 $c create bitmap 5.5i 0.5i \
43 $c create rect 5.47i 0.47i 5.53i 0.53i -fill {} -outline black
45 $c create bitmap 0.5i 3.0i \
48 $c create rect 0.47i 2.97i 0.53i 3.03i -fill {} -outline black
50 $c create bitmap 3.0i 3.0i \
53 $c create rec
[all...]
H A DcanvPsGrph.tcl48 $c create rect 0 0 400 350 -outline black
49 $c create rect 2 2 100 50 -fill black -stipple gray25
50 $c create rect -20 180 80 320 -fill black -stipple gray50 -width .5c
51 $c create rect 200 -20 240 20 -fill black
52 $c create rect 380 200 420 240 -fill black
53 $c create rect 200 330 240 370 -fill black
57 $c create oval 50 10 150 80 -fill black -stipple gray25 -outline {}
58 $c create oval 100 100 200 150 -outline {} -fill black -stipple gray50
59 $c create oval 250 100 400 300 -width .5c
63 $c create pol
[all...]
/macosx-10.10/tcl-105/tk84/tk/tests/
H A DcanvPsBmap.tcl28 $c create bitmap 0.5i 0.5i \
31 $c create rect 0.47i 0.47i 0.53i 0.53i -fill {} -outline black
33 $c create bitmap 3.0i 0.5i \
36 $c create rect 2.97i 0.47i 3.03i 0.53i -fill {} -outline black
38 $c create bitmap 5.5i 0.5i \
41 $c create rect 5.47i 0.47i 5.53i 0.53i -fill {} -outline black
43 $c create bitmap 0.5i 3.0i \
46 $c create rect 0.47i 2.97i 0.53i 3.03i -fill {} -outline black
48 $c create bitmap 3.0i 3.0i \
51 $c create rec
[all...]
H A DcanvPsGrph.tcl48 $c create rect 0 0 400 350 -outline black
49 $c create rect 2 2 100 50 -fill black -stipple gray25
50 $c create rect -20 180 80 320 -fill black -stipple gray50 -width .5c
51 $c create rect 200 -20 240 20 -fill black
52 $c create rect 380 200 420 240 -fill black
53 $c create rect 200 330 240 370 -fill black
57 $c create oval 50 10 150 80 -fill black -stipple gray25 -outline {}
58 $c create oval 100 100 200 150 -outline {} -fill black -stipple gray50
59 $c create oval 250 100 400 300 -width .5c
63 $c create pol
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DMediaStreamAudioDestinationNode.cpp40 PassRefPtr<MediaStreamAudioDestinationNode> MediaStreamAudioDestinationNode::create(AudioContext* context, size_t numberOfChannels) function in class:WebCore::MediaStreamAudioDestinationNode
47 , m_mixBus(AudioBus::create(numberOfChannels, ProcessingSizeInFrames))
51 m_source = MediaStreamAudioSource::create();
54 m_stream = MediaStream::create(*context->scriptExecutionContext(), MediaStreamPrivate::create(audioSources, Vector<RefPtr<MediaStreamSource>>()));
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DSQLError.h41 static PassRefPtr<SQLError> create(unsigned code, const String& message) { return adoptRef(new SQLError(code, message)); } function in class:WebCore::SQLError
42 static PassRefPtr<SQLError> create(unsigned code, const char* message, int sqliteCode) function in class:WebCore::SQLError
44 return create(code, String::format("%s (%d)", message, sqliteCode));
46 static PassRefPtr<SQLError> create(unsigned code, const char* message, int sqliteCode, const char* sqliteMessage) function in class:WebCore::SQLError
48 return create(code, String::format("%s (%d %s)", message, sqliteCode, sqliteMessage));
/macosx-10.10/WebCore-7600.1.25/css/
H A DRGBColor.cpp33 PassRefPtr<RGBColor> RGBColor::create(unsigned rgbColor) function in class:WebCore::RGBColor
41 RefPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
49 RefPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
57 RefPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);
65 RefPtr<CSSPrimitiveValue> result = CSSPrimitiveValue::create(value, CSSPrimitiveValue::CSS_NUMBER);

Completed in 158 milliseconds

1234567891011>>