OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vector
(Results
2226 - 2250
of
20677
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.h
8
#include <
vector
>
49
virtual void GetAllPropertyNames(std::
vector
<Var>* properties,
70
const std::
vector
<Var>& args,
75
virtual Var Construct(const std::
vector
<Var>& args,
/external/chromium_org/ppapi/shared_impl/
media_stream_buffer_manager.h
9
#include <
vector
>
66
std::
vector
<int32_t> DequeueBuffers();
80
// A
vector
of buffer pointers. It is used for index to pointer converting.
81
std::
vector
<MediaStreamBuffer*> buffers_;
/external/chromium_org/ppapi/tests/
test_crypto.h
9
#include <
vector
>
test_cursor_control.h
9
#include <
vector
>
/external/chromium_org/remoting/ios/
key_input_unittest.mm
12
#include <
vector
>
19
std::
vector
<uint32_t> _keyList;
25
- (std::
vector
<uint32_t>&)getKeyList;
31
- (std::
vector
<uint32_t>&)getKeyList {
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.h.tmpl
26
#include "wtf/
Vector
.h"
81
// The client must pass in an empty result
vector
.
82
void getMatchingShorthandsForLonghand(CSSPropertyID,
Vector
<StylePropertyShorthand, 4>* result);
84
unsigned indexOfShorthandForLonghand(CSSPropertyID, const
Vector
<StylePropertyShorthand, 4>&);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframeRule.h
54
const
Vector
<double>& keys() const;
56
void setKeys(PassOwnPtr<
Vector
<double> >);
66
static PassOwnPtr<
Vector
<double> > createKeyList(CSSParserValueList*);
74
mutable OwnPtr<
Vector
<double> > m_keys;
MediaQueryList.cpp
30
PassRefPtrWillBeRawPtr<MediaQueryList> MediaQueryList::create(PassRefPtrWillBeRawPtr<MediaQueryMatcher>
vector
, PassRefPtrWillBeRawPtr<MediaQuerySet> media, bool matches)
32
return adoptRefWillBeNoop(new MediaQueryList(
vector
, media, matches));
35
MediaQueryList::MediaQueryList(PassRefPtrWillBeRawPtr<MediaQueryMatcher>
vector
, PassRefPtrWillBeRawPtr<MediaQuerySet> media, bool matches)
36
: m_matcher(
vector
)
/external/chromium_org/third_party/WebKit/Source/core/dom/
CSSSelectorWatch.h
40
#include "wtf/
Vector
.h"
53
void watchCSSSelectors(const
Vector
<String>& selectors);
56
void updateSelectorMatches(const
Vector
<String>& removedSelectors, const
Vector
<String>& addedSelectors);
/external/chromium_org/third_party/WebKit/Source/core/events/
EventListenerMap.cpp
38
#include "wtf/
Vector
.h"
82
const EventListenerVector*
vector
= m_entries[i].second.get();
local
83
for (unsigned j = 0; j <
vector
->size(); ++j) {
84
if (
vector
->at(j).useCapture)
99
Vector
<AtomicString> EventListenerMap::eventTypes() const
101
Vector
<AtomicString> types;
110
static bool addListenerToVector(EventListenerVector*
vector
, PassRefPtr<EventListener> listener, bool useCapture)
114
if (
vector
->find(registeredListener) != kNotFound)
117
vector
->append(registeredListener);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.h
46
const
Vector
<HTMLDimension>& rowLengths() const { return m_rowLengths; }
47
const
Vector
<HTMLDimension>& colLengths() const { return m_colLengths; }
75
Vector
<HTMLDimension> m_rowLengths;
76
Vector
<HTMLDimension> m_colLengths;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLInputStream.h
30
#include "wtf/
Vector
.h"
70
Vector
<String> m_segments;
71
Vector
<Checkpoint> m_checkpoints;
73
// Note: These indicies may ===
vector
.size(), in which case there are no valid checkpoints/segments at this time.
/external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptArguments.h
37
#include "wtf/
Vector
.h"
47
static PassRefPtrWillBeRawPtr<ScriptArguments> create(ScriptState*,
Vector
<ScriptValue>& arguments);
59
ScriptArguments(ScriptState*,
Vector
<ScriptValue>& arguments);
62
Vector
<ScriptValue> m_arguments;
/external/chromium_org/third_party/WebKit/Source/core/loader/
WorkerLoaderClientBridgeSyncHelper.h
37
#include "wtf/
Vector
.h"
73
Vector
<
Vector
<char>*> m_receivedData;
74
Vector
<Closure> m_clientTasks;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerStackingNode.h
51
#include "wtf/
Vector
.h"
108
Vector
<RenderLayerStackingNode*>* posZOrderList() const
115
Vector
<RenderLayerStackingNode*>* normalFlowList() const
121
Vector
<RenderLayerStackingNode*>* negZOrderList() const
129
void collectLayers(OwnPtr<
Vector
<RenderLayerStackingNode*> >& posZOrderList, OwnPtr<
Vector
<RenderLayerStackingNode*> >& negZOrderList);
155
OwnPtr<
Vector
<RenderLayerStackingNode*> > m_posZOrderList;
156
OwnPtr<
Vector
<RenderLayerStackingNode*> > m_negZOrderList;
159
OwnPtr<
Vector
<RenderLayerStackingNode*> > m_normalFlowList;
/external/chromium_org/third_party/WebKit/Source/core/svg/
GradientAttributes.h
41
const
Vector
<Gradient::ColorStop>& stops() const { return m_stops; }
61
void setStops(const
Vector
<Gradient::ColorStop>& value)
75
Vector
<Gradient::ColorStop> m_stops;
89
Vector
<Gradient::ColorStop> b;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSetRowList.h
45
const
Vector
<String>& columnNames() const { return m_columns; }
46
const
Vector
<SQLValue>& values() const { return m_result; }
59
Vector
<String> m_columns;
60
Vector
<SQLValue> m_result;
SQLStatementBackend.h
35
#include "wtf/
Vector
.h"
48
const String& sqlStatement, const
Vector
<SQLValue>& arguments, int permissions);
65
const
Vector
<SQLValue>& arguments, int permissions);
72
Vector
<SQLValue> m_arguments;
/external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.h
30
// Defines the interface for several
vector
math functions whose implementation will ideally be optimized.
35
//
Vector
scalar multiply and then add.
41
// Finds the maximum magnitude of a float
vector
.
44
// Sums the squares of a float
vector
's elements.
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.h
35
#include "wtf/
Vector
.h"
67
Vector
<uint16_t> m_advanceWidths;
68
Vector
<uint16_t> m_advanceHeights;
69
Vector
<int16_t> m_topSideBearings;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.h
33
#include "wtf/
Vector
.h"
58
Vector
<RefPtr<FilterOperation> >& operations() { return m_operations; }
59
const
Vector
<RefPtr<FilterOperation> >& operations() const { return m_operations; }
75
Vector
<RefPtr<FilterOperation> > m_operations;
/external/chromium_org/third_party/WebKit/Source/platform/text/
LineEnding.h
37
#include "wtf/
Vector
.h"
45
PLATFORM_EXPORT void normalizeLineEndingsToCR(const CString& from,
Vector
<char>& result);
48
PLATFORM_EXPORT void normalizeLineEndingsToLF(const CString& from,
Vector
<char>& result);
52
PLATFORM_EXPORT void normalizeLineEndingsToNative(const CString& from,
Vector
<char>& result);
/external/chromium_org/third_party/angle/src/compiler/translator/
OutputGLSLBase.h
10
#include <
vector
>
70
typedef std::
vector
<TStructure *> ScopedDeclaredStructs;
71
// This
vector
contains all the structs from the global scope to the
73
typedef std::
vector
<ScopedDeclaredStructs> DeclaredStructs;
/external/chromium_org/third_party/icu/source/common/
uvectr32.h
9
// UVector32 is a class implementing a
vector
of 32 bit integers.
27
* <p>Ultralightweight C++ implementation of a <tt>void*</tt>
vector
28
* that is (mostly) compatible with java.util.
Vector
.
33
* its purpose (porting code from java that uses java.util.
Vector
)
34
* well, and it could be easily made into a more robust
vector
class.
48
* check after each call on each
vector
when doing many operations on
83
* Compare this
vector
with another. They will be considered
95
// java.util.
Vector
API
135
* Change the size of this
vector
as follows: If newSize is
147
* Returns true if this
vector
contains none of the element
[
all
...]
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
address_ui.h
21
#include <
vector
>
29
const std::
vector
<std::string>& GetRegionCodes();
46
// Returns an empty
vector
on error.
47
std::
vector
<AddressUiComponent> BuildComponents(
Completed in 1508 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>