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

1234567891011>>

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebContextMenuProxy.h31 #include <wtf/Vector.h>
45 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>& items) = 0;
H A DWebFormClient.h33 #include <wtf/Vector.h>
44 bool willSubmitForm(WebPageProxy*, WebFrameProxy*, WebFrameProxy*, const Vector<std::pair<String, String>>& textFieldValues, APIObject* userData, WebFormSubmissionListenerProxy*);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DDOMTokenList.h29 #include <wtf/Vector.h>
50 virtual void add(const Vector<String>&, ExceptionCode&);
52 virtual void remove(const Vector<String>&, ExceptionCode&);
70 static bool validateTokens(const Vector<String>&, ExceptionCode&);
72 static String addTokens(const AtomicString&, const Vector<String>&);
74 static String removeTokens(const AtomicString&, const Vector<String>&);
H A DFormController.h29 #include <wtf/Vector.h>
44 static FormControlState deserialize(const Vector<String>& stateVector, size_t& index);
52 void serializeTo(Vector<String>& stateVector) const;
59 Vector<String> m_values;
89 Vector<String> formElementsState() const;
91 void setStateForNewFormElements(const Vector<String>&);
96 static Vector<String> getReferencedFilePaths(const Vector<String>& stateVector);
105 static void formStatesFromStateVector(const Vector<String>&, SavedFormStateMap&);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DDOMPatchSupport.h39 #include <wtf/Vector.h>
64 typedef Vector<pair<Digest*, size_t> > ResultMap;
68 std::pair<ResultMap, ResultMap> diff(const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnPtr<Digest> >& newChildren);
69 bool innerPatchChildren(ContainerNode*, const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnPtr<Digest> >& newChildren, ExceptionCode&);
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/
H A DArchive.h37 #include <wtf/Vector.h>
50 const Vector<RefPtr<ArchiveResource> >& subresources() const { return m_subresources; }
51 const Vector<RefPtr<Archive> >& subframeArchives() const { return m_subframeArchives; }
63 void clearAllSubframeArchivesImpl(Vector<RefPtr<Archive> >* clearedArchives);
66 Vector<RefPtr<ArchiveResource> > m_subresources;
67 Vector<RefPtr<Archive> > m_subframeArchives;
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPasteboardStrategy.h32 #include <wtf/Vector.h>
42 virtual void getTypes(Vector<String>& types, const String& pasteboardName) = 0;
44 virtual void getPathnamesForType(Vector<String>& pathnames, const String& pasteboardType, const String& pasteboardName) = 0;
52 virtual void addTypes(const Vector<String>& pasteboardTypes, const String& pasteboardName) = 0;
53 virtual void setTypes(const Vector<String>& pasteboardTypes, const String& pasteboardName) = 0;
55 virtual void setPathnamesForType(const Vector<String>&, const String& pasteboardType, const String& pasteboardName) = 0;
H A DPlatformPasteboard.h32 #include <wtf/Vector.h>
48 void getTypes(Vector<String>& types);
50 void getPathnamesForType(Vector<String>& pathnames, const String& pasteboardType);
57 void addTypes(const Vector<String>& pasteboardTypes);
58 void setTypes(const Vector<String>& pasteboardTypes);
60 void setPathnamesForType(const Vector<String>& pathnames, const String& pasteboardType);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DSegmentedFontData.cpp42 Vector<FontDataRange>::const_iterator end = m_ranges.end();
43 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
52 Vector<FontDataRange>::const_iterator end = m_ranges.end();
53 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
79 Vector<FontDataRange>::const_iterator end = m_ranges.end();
80 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEColorMatrix.h29 #include <wtf/Vector.h>
43 static PassRefPtr<FEColorMatrix> create(Filter*, ColorMatrixType, const Vector<float>&);
48 const Vector<float>& values() const;
49 bool setValues(const Vector<float>&);
63 FEColorMatrix(Filter*, ColorMatrixType, const Vector<float>&);
66 Vector<float> m_values;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentStyleSheetCollection.h34 #include <wtf/Vector.h>
53 const Vector<RefPtr<StyleSheet> >& styleSheetsForStyleSheetList() const { return m_styleSheetsForStyleSheetList; }
55 const Vector<RefPtr<CSSStyleSheet> >& activeAuthorStyleSheets() const { return m_activeAuthorStyleSheets; }
58 const Vector<RefPtr<CSSStyleSheet> >& documentUserStyleSheets() const { return m_userStyleSheets; }
59 const Vector<RefPtr<CSSStyleSheet> >& documentAuthorStyleSheets() const { return m_authorStyleSheets; }
60 const Vector<RefPtr<CSSStyleSheet> >& injectedUserStyleSheets() const;
61 const Vector<RefPtr<CSSStyleSheet> >& injectedAuthorStyleSheets() const;
123 void collectActiveStyleSheets(Vector<RefPtr<StyleSheet> >&);
129 void analyzeStyleSheetChange(UpdateFlag, const Vector<RefPtr<CSSStyleSheet> >& newStylesheets, StyleResolverUpdateType&, bool& requiresFullStyleRecalc);
133 Vector<RefPt
[all...]
H A DDOMNamedFlowCollection.h36 #include <wtf/Vector.h>
45 static PassRefPtr<DOMNamedFlowCollection> create(const Vector<WebKitNamedFlow*>& namedFlows)
61 explicit DOMNamedFlowCollection(const Vector<WebKitNamedFlow*>&);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DPlatformClutterAnimation.h40 #include <wtf/Vector.h>
117 void setValues(const Vector<float>&);
118 void setValues(const Vector<WebCore::TransformationMatrix>&);
119 void setValues(const Vector<FloatPoint3D>&);
120 void setValues(const Vector<WebCore::Color>&);
123 void setKeyTimes(const Vector<float>&);
126 void setTimingFunctions(const Vector<const TimingFunction*>&, bool reverse = false);
146 void addClutterKeyframeTransitionForProperty(const String& property, const Vector<float>& values);
147 void addClutterKeyframeTransitionForProperty(const String& property, const Vector<WebCore::TransformationMatrix>& values);
148 void addClutterKeyframeTransitionForProperty(const String& property, const Vector<FloatPoint3
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/enchant/
H A DTextCheckerEnchant.cpp35 Vector<CString>* dictionaries = static_cast<Vector<CString>*>(data);
56 for (Vector<EnchantDict*>::const_iterator iter = m_enchantDictionaries.begin(); iter != m_enchantDictionaries.end(); ++iter)
62 for (Vector<EnchantDict*>::const_iterator iter = m_enchantDictionaries.begin(); iter != m_enchantDictionaries.end(); ++iter)
72 for (Vector<EnchantDict*>::const_iterator dictIter = m_enchantDictionaries.begin(); dictIter != m_enchantDictionaries.end(); ++dictIter) {
111 Vector<String> TextCheckerEnchant::getGuessesForWord(const String& word)
113 Vector<String> guesses;
117 for (Vector<EnchantDict*>::const_iterator iter = m_enchantDictionaries.begin(); iter != m_enchantDictionaries.end(); ++iter) {
137 void TextCheckerEnchant::updateSpellCheckingLanguages(const Vector<String>& languages)
139 Vector<EnchantDic
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITDisassembler.h36 #include <wtf/Vector.h>
72 Vector<DumpedOp> dumpVectorForInstructions(LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
74 void dumpForInstructions(PrintStream&, LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
75 void reportInstructions(Profiler::Compilation*, LinkBuffer&, const char* prefix, Vector<MacroAssembler::Label>& labels, MacroAssembler::Label endLabel);
81 Vector<MacroAssembler::Label> m_labelForBytecodeIndexInMainPath;
82 Vector<MacroAssembler::Label> m_labelForBytecodeIndexInSlowPath;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DComplexTextController.h33 #include <wtf/Vector.h>
112 Vector<CFIndex, 64> m_coreTextIndicesVector;
116 Vector<CFIndex, 64> m_glyphEndOffsets;
117 Vector<CGGlyph, 64> m_glyphsVector;
120 Vector<CGSize, 64> m_advancesVector;
139 Vector<unsigned, 16> m_runIndices;
140 Vector<unsigned, 16> m_glyphCountFromStartToIndex;
148 Vector<String> m_stringsFor8BitRuns;
149 Vector<UChar, 256> m_smallCapsBuffer;
152 Vector<RetainPt
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPerformanceUserTiming.h47 typedef HashMap<String, Vector<RefPtr<PerformanceEntry> > > PerformanceEntryMap;
59 Vector<RefPtr<PerformanceEntry> > getMarks() const;
60 Vector<RefPtr<PerformanceEntry> > getMeasures() const;
62 Vector<RefPtr<PerformanceEntry> > getMarks(const String& name) const;
63 Vector<RefPtr<PerformanceEntry> > getMeasures(const String& name) const;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DUniscribeController.h32 #include <wtf/Vector.h>
60 Vector<WORD>& glyphs, Vector<WORD>& clusters,
61 Vector<SCRIPT_VISATTR>& visualAttributes);
74 Vector<SCRIPT_ITEM> m_items;
/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLiteStatement.h86 void getColumnBlobAsVector(int col, Vector<char>&);
88 bool returnTextResults(int col, Vector<String>&);
89 bool returnIntResults(int col, Vector<int>&);
90 bool returnInt64Results(int col, Vector<int64_t>&);
91 bool returnDoubleResults(int col, Vector<double>&);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DTextCheckerClientEfl.h49 Vector<String> availableSpellCheckingLanguages() const;
50 Vector<String> loadedSpellCheckingLanguages() const;
51 void updateSpellCheckingLanguages(const Vector<String>& defaultLanguages = Vector<String>());
59 Vector<String> m_spellCheckingLanguages;
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DStaticPropertyAnalysis.h38 static PassRefPtr<StaticPropertyAnalysis> create(Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>* instructions, unsigned target)
53 StaticPropertyAnalysis(Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>* instructions, unsigned target)
59 Vector<UnlinkedInstruction, 0, UnsafeVectorOverflow>* m_instructions;
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DIncrementalSweeper.h34 #include <wtf/Vector.h>
43 void startSweeping(Vector<MarkedBlock*>&);
61 Vector<MarkedBlock*>& m_blocksToSweep;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaQuery.h33 #include <wtf/Vector.h>
47 typedef Vector<OwnPtr<MediaQueryExp> > ExpressionVector;
53 const Vector<OwnPtr<MediaQueryExp> >* expressions() const { return m_expressions.get(); }
H A DPageRuleCollector.h28 #include <wtf/Vector.h>
50 void matchPageRulesForList(Vector<StyleRulePage*>& matchedRules, const Vector<StyleRulePage*>& rules, bool isLeftPage, bool isFirstPage, const String& pageName);
H A DStyleSheetList.h27 #include <wtf/Vector.h>
51 const Vector<RefPtr<StyleSheet> >& styleSheets() const;
54 Vector<RefPtr<StyleSheet> > m_detachedStyleSheets;

Completed in 400 milliseconds

1234567891011>>