Searched refs:Array (Results 26 - 50 of 478) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebOpenPanelResultListenerProxy.h34 class Array;
53 void chooseFiles(API::Array*, API::String* displayString, const API::Data* iconImageData);
55 void chooseFiles(API::Array*);
H A DWebBackForwardList.h69 PassRefPtr<API::Array> backList() const;
70 PassRefPtr<API::Array> forwardList() const;
72 PassRefPtr<API::Array> backListAsAPIArrayWithLimit(unsigned limit) const;
73 PassRefPtr<API::Array> forwardListAsAPIArrayWithLimit(unsigned limit) const;
H A DWebGrammarDetail.cpp35 PassRefPtr<WebGrammarDetail> WebGrammarDetail::create(int location, int length, API::Array* guesses, const String& userDescription)
45 WebGrammarDetail::WebGrammarDetail(int location, int length, API::Array* guesses, const String& userDescription)
58 PassRefPtr<API::Array> WebGrammarDetail::guesses() const
64 return API::Array::create(WTF::move(wkGuesses));
H A DWebFindClient.h34 class Array;
59 void didFindStringMatches(WebPageProxy*, const String&, API::Array*, int);
H A DWebPageGroup.h62 void addUserStyleSheet(const String& source, const String& baseURL, API::Array* whitelist, API::Array* blacklist, WebCore::UserContentInjectedFrames, WebCore::UserStyleLevel);
63 void addUserScript(const String& source, const String& baseURL, API::Array* whitelist, API::Array* blacklist, WebCore::UserContentInjectedFrames, WebCore::UserScriptInjectionTime);
H A DWebOpenPanelResultListenerProxy.cpp48 static Vector<String> filePathsFromFileURLs(const API::Array& fileURLs)
65 void WebOpenPanelResultListenerProxy::chooseFiles(API::Array* fileURLsArray, API::String* displayString, const API::Data* iconImageData)
74 void WebOpenPanelResultListenerProxy::chooseFiles(API::Array* fileURLsArray)
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebRenderLayer.cpp64 PassRefPtr<WebRenderLayer> WebRenderLayer::create(PassRefPtr<WebRenderObject> renderer, bool isReflection, bool isClipping, bool isClipped, CompositingLayerType type, WebCore::IntRect absoluteBoundingBox, PassRefPtr<API::Array> negativeZOrderList, PassRefPtr<API::Array> normalFlowList, PassRefPtr<API::Array> positiveZOrderList)
69 PassRefPtr<API::Array> WebRenderLayer::createArrayFromLayerList(Vector<RenderLayer*>* list)
80 return API::Array::create(WTF::move(layers));
119 WebRenderLayer::WebRenderLayer(PassRefPtr<WebRenderObject> renderer, bool isReflection, bool isClipping, bool isClipped, CompositingLayerType type, WebCore::IntRect absoluteBoundingBox, PassRefPtr<API::Array> negativeZOrderList, PassRefPtr<API::Array> normalFlowList, PassRefPtr<API::Array> positiveZOrderList)
H A DWebContextMenuItem.cpp43 PassRefPtr<WebContextMenuItem> WebContextMenuItem::create(const String& title, bool enabled, API::Array* submenuItems)
65 PassRefPtr<API::Array> WebContextMenuItem::submenuItemsAsAPIArray() const
68 return API::Array::create();
76 return API::Array::create(WTF::move(submenuItems));
H A DAPIArray.h38 class Array final : public ObjectImpl<Object::Type::Array> {
54 static PassRefPtr<Array> create();
55 static PassRefPtr<Array> create(Vector<RefPtr<Object>> elements);
56 static PassRefPtr<Array> createStringArray(const Vector<WTF::String>&);
59 virtual ~Array();
86 explicit Array(Vector<RefPtr<Object>> elements);
H A DAPIWebArchive.cpp41 PassRefPtr<WebArchive> WebArchive::create(WebArchiveResource* mainResource, PassRefPtr<API::Array> subresources, PassRefPtr<API::Array> subframeArchives)
61 WebArchive::WebArchive(WebArchiveResource* mainResource, PassRefPtr<API::Array> subresources, PassRefPtr<API::Array> subframeArchives)
110 API::Array* WebArchive::subresources()
119 m_cachedSubresources = API::Array::create(WTF::move(subresources));
125 API::Array* WebArchive::subframeArchives()
134 m_cachedSubframeArchives = API::Array::create(WTF::move(subframeWebArchives));
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_so_reverse_complement.rb8 seq=Array.new
22 seq=Array.new
H A Dbm_so_sieve.rb4 flags0 = Array.new(8192,1)
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_finalizer.rb2 a1,a2,b1,b2=Array.new(4){""}
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_ticket_80.rb33 out = Array.new
44 out = Array.new
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKMutableArray.cpp36 return const_cast<WKMutableArrayRef>(toAPI(API::Array::create().leakRef()));
H A DWKArray.cpp36 return toAPI(API::Array::APIType);
47 return toAPI(API::Array::create(WTF::move(elements)).leakRef());
58 return toAPI(API::Array::create(WTF::move(elements)).leakRef());
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKNSArray.h33 inline NSArray *wrapper(API::Array& array)
H A DWKNSArray.mm32 API::ObjectStorage<API::Array> _array;
37 _array->~Array();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitBackForwardListPrivate.h35 void webkitBackForwardListChanged(WebKitBackForwardList*, WebKit::WebBackForwardListItem* webAddedItem, API::Array* webRemovedItems);
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dattr_span.rb10 @attrs = Array.new(length, 0)
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DNonPersistentFormat.java11 import java.lang.reflect.Array;
39 return Array.newInstance(getType(), len);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.h33 class Array;
60 PassRefPtr<API::Array> children() const;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Plugins/
H A DWebPluginSiteDataManager.h43 typedef GenericCallback<API::Array*> ArrayCallback;
53 void getSitesWithData(std::function<void (API::Array*, CallbackBase::Error)>);
56 void clearSiteData(API::Array* sites, uint64_t flags, uint64_t maxAgeInSeconds, std::function<void (CallbackBase::Error)>);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargmatch.h30 # define ARRAY_CARDINALITY(Array) (sizeof (Array) / sizeof *(Array))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DModuleUtils.cpp22 static void appendToGlobalArray(const char *Array, argument
35 if (GlobalVariable * GVCtor = M.getNamedGlobal(Array)) {
55 GlobalValue::AppendingLinkage, NewInit, Array);

Completed in 210 milliseconds

1234567891011>>