Searched refs:Vector (Results 126 - 150 of 2082) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DIconHaiku.cpp39 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformOperations.h30 #include <wtf/Vector.h>
66 Vector<RefPtr<TransformOperation> >& operations() { return m_operations; }
67 const Vector<RefPtr<TransformOperation> >& operations() const { return m_operations; }
73 Vector<RefPtr<TransformOperation> > m_operations;
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DIconWx.cpp35 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
/external/webkit/Source/WebCore/platform/mac/
H A DWebFontCache.h28 #import <wtf/Vector.h>
33 + (void)getTraits:(Vector<unsigned>&)traitsMasks inFamily:(NSString *)desiredFamily;
H A DSearchPopupMenuMac.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/external/webkit/Source/WebCore/platform/win/
H A DTemporaryLinkStubs.cpp35 void getSupportedKeySizes(Vector<String>&) { notImplemented(); }
H A DSearchPopupMenuWin.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/external/webkit/Source/WebCore/wml/
H A DWMLTableElement.h44 Vector<WMLElement*> scanTableChildElements(WMLElement* startElement, const QualifiedName& tagName) const;
48 void joinSuperflousColumns(Vector<WMLElement*>& columnElements, WMLElement* rowElement) const;
49 void padWithEmptyColumns(Vector<WMLElement*>& columnElements, WMLElement* rowElement) const;
50 void alignCells(Vector<WMLElement*>& columnElements, WMLElement* rowElement) const;
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBKeyPath.h35 namespace WTF { template<typename T, size_t inlineCapacity> class Vector; }
52 operator const WTF::Vector<WebCore::IDBKeyPathElement, 0>& () const;
59 WebIDBKeyPath(const WTF::Vector<WebCore::IDBKeyPathElement, 0>&, int parseError);
62 WebPrivateOwnPtr<WTF::Vector<WebCore::IDBKeyPathElement, 0> > m_private;
/external/webkit/Source/WebCore/bindings/v8/
H A DIDBBindingUtilities.h41 PassRefPtr<IDBKey> createIDBKeyFromSerializedValueAndKeyPath(PassRefPtr<SerializedScriptValue> value, const Vector<IDBKeyPathElement, 0>& keyPath);
42 PassRefPtr<SerializedScriptValue> injectIDBKeyIntoSerializedValue(PassRefPtr<IDBKey>, PassRefPtr<SerializedScriptValue>, const Vector<IDBKeyPathElement, 0>&);
/external/webkit/Source/WebCore/platform/
H A DContextMenu.h61 static NativeMenu createNativeMenuFromItems(const Vector<ContextMenuItem>&);
62 static void getContextMenuItems(NativeMenu, Vector<ContextMenuItem>&);
67 void setItems(const Vector<ContextMenuItem>& items) { m_items = items; }
68 const Vector<ContextMenuItem>& items() const { return m_items; }
95 Vector<ContextMenuItem> m_items;
103 Vector<ContextMenuItem> m_items;
115 Vector<ContextMenuItem> contextMenuItemVector(PlatformMenuDescription);
116 PlatformMenuDescription platformMenuDescription(Vector<ContextMenuItem>&);
/external/webkit/Source/WebCore/platform/audio/
H A DAudioResampler.h32 #include <wtf/Vector.h>
62 Vector<OwnPtr<AudioResamplerKernel> > m_kernels;
/external/webkit/Source/WebCore/platform/brew/
H A DSearchPopupMenuBrew.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/external/webkit/Source/WebCore/platform/chromium/
H A DSearchPopupMenuChromium.cpp55 void SearchPopupMenuChromium::saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems)
60 void SearchPopupMenuChromium::loadRecentSearches(const AtomicString& name, Vector<String>& searchItems)
H A DSearchPopupMenuChromium.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/external/webkit/Source/WebCore/platform/efl/
H A DSearchPopupMenuEfl.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/external/webkit/Source/WebCore/platform/gtk/
H A DSearchPopupMenuGtk.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/external/webkit/Source/WebCore/platform/haiku/
H A DSearchPopupMenuHaiku.cpp35 void SearchPopupMenuHaiku::saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems)
40 void SearchPopupMenuHaiku::loadRecentSearches(const AtomicString& name, Vector<String>& searchItems)
H A DSearchPopupMenuHaiku.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/external/webkit/Source/WebCore/platform/leveldb/
H A DLevelDBIterator.h34 #include <Vector.h>
48 void seek(const Vector<char>& target);
/external/webkit/Source/WebCore/platform/wince/
H A DSearchPopupMenuWinCE.cpp38 void SearchPopupMenu::saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems)
46 void SearchPopupMenu::loadRecentSearches(const AtomicString& name, Vector<String>& searchItems)
/external/webkit/Source/WebCore/platform/wx/
H A DSearchPopupMenuWx.cpp40 void SearchPopupMenuWx::saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems)
45 void SearchPopupMenuWx::loadRecentSearches(const AtomicString& name, Vector<String>& searchItems)
H A DSearchPopupMenuWx.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/external/webkit/Source/WebCore/storage/
H A DIDBKeyPath.h33 #include <wtf/Vector.h>
58 void IDBParseKeyPath(const String&, Vector<IDBKeyPathElement>&, IDBKeyPathParseError&);
H A DIDBKeyPathBackendImpl.h40 static void createIDBKeysFromSerializedValuesAndKeyPath(const Vector<RefPtr<SerializedScriptValue>, 0>& values, const String& keyPath, Vector<RefPtr<IDBKey>, 0>& keys);

Completed in 4618 milliseconds

1234567891011>>