Searched refs:create (Results 1 - 25 of 5317) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBFactoryBackendInterface.cpp37 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create() function in class:WebCore::IDBFactoryBackendInterface
39 return IDBFactoryBackendImpl::create();
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dfloor2.rb38 w.create(TkcRectangle,0,100,1,101,'fill'=>'','outline'=>'','tags'=>'marker')
55 w.create(TkcWindow, 600, 100, 'anchor'=>'w', 'window'=>$floor2_entry)
56 w.create(TkcText, 600, 100, 'anchor'=>'e', 'text'=>"Room: ")
102 w.create(TkcPolygon,347,80,349,82,351,84,353,85,363,92,375,99,386,104,
115 w.create(TkcLine,386,129,398,129, 'fill'=>outline, 'tags'=>['floor1','bg'])
116 w.create(TkcLine,258,355,258,387, 'fill'=>outline, 'tags'=>['floor1','bg'])
117 w.create(TkcLine,60,387,60,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
118 w.create(TkcLine,0,337,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
119 w.create(TkcLine,60,391,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
120 w.create(TkcLin
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dfloor2.rb35 w.create(TkcRectangle,0,100,1,101,'fill'=>'','outline'=>'','tags'=>'marker')
52 w.create(TkcWindow, 600, 100, 'anchor'=>'w', 'window'=>$floor2_entry)
53 w.create(TkcText, 600, 100, 'anchor'=>'e', 'text'=>"������������: ")
99 w.create(TkcPolygon,347,80,349,82,351,84,353,85,363,92,375,99,386,104,
112 w.create(TkcLine,386,129,398,129, 'fill'=>outline, 'tags'=>['floor1','bg'])
113 w.create(TkcLine,258,355,258,387, 'fill'=>outline, 'tags'=>['floor1','bg'])
114 w.create(TkcLine,60,387,60,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
115 w.create(TkcLine,0,337,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
116 w.create(TkcLine,60,391,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
117 w.create(TkcLin
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/rbt/
H A Ddns_rbt_create_1_data6 dns_rbt.data create not.used ISC_R_SUCCESS
7 dns_rbt_bitstring.data create not.used ISC_R_SUCCESS
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistImages.tcl2 # Contains procedures that create various bitmap and photo images. The
13 image create bitmap triangleUp$w -data "
19 image create bitmap triangleDn$w -data "
31 image create bitmap triangleUp$w -data "
37 image create bitmap triangleDn$w -data "
49 image create bitmap triangleUp$w -data "
55 image create bitmap triangleDn$w -data "
67 image create bitmap triangleUp$w -data "
73 image create bitmap triangleDn$w -data "
85 image create bitma
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DFileSystemFlags.h42 : create(false)
45 options.get("create", create);
49 bool create; member in struct:WebCore::FileSystemFlags
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebImage.cpp35 PassRefPtr<WebImage> WebImage::create(const IntSize& size, ImageOptions options) function in class:WebKit::WebImage
38 return WebImage::create(ShareableBitmap::createShareable(size, ShareableBitmap::SupportsAlpha));
39 return WebImage::create(ShareableBitmap::create(size, ShareableBitmap::SupportsAlpha));
42 PassRefPtr<WebImage> WebImage::create(PassRefPtr<ShareableBitmap> bitmap) function in class:WebKit::WebImage
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKPluginInformation.cpp37 static WebString* key = WebString::create(pluginInformationBundleIdentifierKey()).leakRef();
43 static WebString* key = WebString::create(pluginInformationBundleVersionKey()).leakRef();
49 static WebString* key = WebString::create(pluginInformationBundleShortVersionKey()).leakRef();
55 static WebString* key = WebString::create(pluginInformationPathKey()).leakRef();
61 static WebString* key = WebString::create(pluginInformationDisplayNameKey()).leakRef();
67 static WebString* key = WebString::create(pluginInformationDefaultLoadPolicyKey()).leakRef();
73 static WebString* key = WebString::create(pluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey()).leakRef();
79 static WebString* key = WebString::create(pluginInformationHasSandboxProfileKey()).leakRef();
85 static WebString* key = WebString::create(pluginInformationFrameURLKey()).leakRef();
91 static WebString* key = WebString::create(pluginInformationMIMETypeKe
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Plugins/Netscape/mac/
H A DPluginInformationMac.mm39 map.set(pluginInformationBundleIdentifierKey(), WebString::create(plugin.bundleIdentifier));
40 map.set(pluginInformationBundleVersionKey(), WebString::create(plugin.versionString));
41 map.set(pluginInformationBundleShortVersionKey(), WebString::create(plugin.shortVersionString));
42 map.set(pluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey(), WebBoolean::create(WKIsPluginUpdateAvailable(nsStringFromWebCoreString(plugin.bundleIdentifier))));
43 map.set(pluginInformationHasSandboxProfileKey(), WebBoolean::create(plugin.hasSandboxProfile));
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A Dbugs.tcl18 image create photo p1
19 image create photo p2
20 catch {image create photo p2 -file bogus}
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A Dbugs.tcl18 image create photo p1
19 image create photo p2
20 catch {image create photo p2 -file bogus}
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DReadOnly.pm10 foreach qw/create delete update/;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/examples/
H A Ddot.cocoarepl_scratch.rb3 w = NSWindow.create
4 v = w.contentView = QCView.create
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasProxy.cpp35 PassRefPtr<CanvasProxy> CanvasProxy::create() function in class:WebCore::CanvasProxy
/macosx-10.9.5/WebCore-7537.78.1/platform/mediastream/
H A DRTCPeerConnectionHandler.cpp42 PassOwnPtr<RTCPeerConnectionHandler> RTCPeerConnectionHandler::create(RTCPeerConnectionHandlerClient*) function in class:WebCore::RTCPeerConnectionHandler
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DDrawingArea.cpp44 PassOwnPtr<DrawingArea> DrawingArea::create(WebPage* webPage, const WebPageCreationParameters& parameters) function in class:WebKit::DrawingArea
48 return DrawingAreaImpl::create(webPage, parameters);
51 return TiledCoreAnimationDrawingArea::create(webPage, parameters);
55 return RemoteLayerTreeDrawingArea::create(webPage, parameters);
H A DLayerTreeHost.cpp45 PassRefPtr<LayerTreeHost> LayerTreeHost::create(WebPage* webPage) function in class:WebKit::LayerTreeHost
48 return LayerTreeHostMac::create(webPage);
50 return CoordinatedLayerTreeHost::create(webPage);
52 return LayerTreeHostGtk::create(webPage);
/macosx-10.9.5/WebCore-7537.78.1/bindings/cpp/
H A DWebDOMNodeFilterCustom.cpp42 RefPtr<WebCore::NodeFilter> listener = WebCore::NodeFilter::create(WebNativeNodeFilterCondition::create(value));
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSVGCSSComputedStyleDeclaration.cpp38 return CSSPrimitiveValue::create(0.0f, CSSPrimitiveValue::CSS_DEG);
40 return CSSPrimitiveValue::create(90.0f, CSSPrimitiveValue::CSS_DEG);
42 return CSSPrimitiveValue::create(180.0f, CSSPrimitiveValue::CSS_DEG);
44 return CSSPrimitiveValue::create(270.0f, CSSPrimitiveValue::CSS_DEG);
91 return CSSPrimitiveValue::create(svgStyle->clipRule());
93 return CSSPrimitiveValue::create(svgStyle->floodOpacity(), CSSPrimitiveValue::CSS_NUMBER);
95 return CSSPrimitiveValue::create(svgStyle->stopOpacity(), CSSPrimitiveValue::CSS_NUMBER);
97 return CSSPrimitiveValue::create(svgStyle->colorInterpolation());
99 return CSSPrimitiveValue::create(svgStyle->colorInterpolationFilters());
101 return CSSPrimitiveValue::create(svgStyl
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMessageChannel.cpp36 : m_port1(MessagePort::create(*context))
37 , m_port2(MessagePort::create(*context))
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLHeadElement.h33 static PassRefPtr<HTMLHeadElement> create(Document*);
34 static PassRefPtr<HTMLHeadElement> create(const QualifiedName&, Document*);
H A DHTMLHtmlElement.h33 static PassRefPtr<HTMLHtmlElement> create(Document*);
34 static PassRefPtr<HTMLHtmlElement> create(const QualifiedName&, Document*);
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/cf/
H A DLegacyWebArchive.h48 static PassRefPtr<LegacyWebArchive> create();
49 static PassRefPtr<LegacyWebArchive> create(SharedBuffer*);
50 static PassRefPtr<LegacyWebArchive> create(const KURL&, SharedBuffer*);
51 static PassRefPtr<LegacyWebArchive> create(PassRefPtr<ArchiveResource> mainResource, Vector<PassRefPtr<ArchiveResource> >& subresources, Vector<PassRefPtr<LegacyWebArchive> >& subframeArchives);
52 static PassRefPtr<LegacyWebArchive> create(Node*, FrameFilter* = 0);
53 static PassRefPtr<LegacyWebArchive> create(Frame*);
55 static PassRefPtr<LegacyWebArchive> create(Range*);
66 static PassRefPtr<LegacyWebArchive> create(const String& markupString, Frame*, const Vector<Node*>& nodes, FrameFilter*);
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dfloor.tcl47 $w create rect 0 100 1 101 -fill {} -outline {} -tags marker
65 $w create window 600 100 -anchor w -window $w.entry
66 $w create text 600 100 -anchor e -text "Room: "
103 "$w create polygon [$w coords $item] -fill $colors(active) \
119 $w create poly 347 80 349 82 351 84 353 85 363 92 375 99 386 104 \
133 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
134 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
135 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
136 $w create line 0 337 0 391 -fill $outline -tags {floor1 bg}
137 $w create lin
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dfloor.tcl45 $w create rect 0 100 1 101 -fill {} -outline {} -tags marker
63 $w create window 600 100 -anchor w -window $w.entry
64 $w create text 600 100 -anchor e -text "Room: "
101 "$w create polygon [$w coords $item] -fill $colors(active) \
117 $w create poly 347 80 349 82 351 84 353 85 363 92 375 99 386 104 \
131 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
132 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
133 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
134 $w create line 0 337 0 391 -fill $outline -tags {floor1 bg}
135 $w create lin
[all...]

Completed in 193 milliseconds

1234567891011>>