OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vector
(Results
1626 - 1650
of
20677
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter.h
36
void OnRespondDocumentMarkers(const std::
vector
<uint32>& markers);
41
std::
vector
<SpellCheckMarker> markers);
48
const std::
vector
<SpellCheckMarker>& markers,
51
const std::
vector
<SpellCheckResult>& results);
63
const std::
vector
<SpellCheckMarker>& markers);
/external/chromium_org/chrome/browser/supervised_user/
supervised_user_site_list.h
9
#include <
vector
>
48
std::
vector
<std::string> patterns;
52
std::
vector
<std::string> hostname_hashes;
66
static void GetCategoryNames(std::
vector
<base::string16>* categories);
69
void GetSites(std::
vector
<Site>* sites);
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider_mac_unittest.cc
5
#include <
vector
>
22
std::
vector
<SpellCheckResult> fake_result;
36
std::
vector
<SpellCheckMarker>());
56
std::
vector
<SpellCheckMarker>());
60
std::
vector
<SpellCheckMarker>());
/external/chromium_org/chrome/utility/
chrome_content_utility_client.h
42
void OnDecodeImage(const std::
vector
<unsigned char>& encoded_data);
45
const std::
vector
<unsigned char>& encoded_data);
50
const std::
vector
<base::FilePath>& src_relative_paths,
88
const std::
vector
<picasa::FolderINIContents>& folders_inis);
93
const std::
vector
<uint8>& public_key);
/external/chromium_org/components/autofill/core/browser/android/
auxiliary_profile_loader_android.h
8
#include <
vector
>
57
// Populates string
vector
parameter with contact's email addresses.
59
std::
vector
<base::string16>* email_addresses) const;
61
// Populates string
vector
parameter with contact's phones numbers.
63
std::
vector
<base::string16>* phone_numbers) const;
/external/chromium_org/components/url_matcher/
regex_set_matcher.h
11
#include <
vector
>
37
void AddPatterns(const std::
vector
<const StringPattern*>& regex_list);
52
typedef std::
vector
<StringPattern::ID> RE2IDMap;
56
std::
vector
<RE2ID> FindSubstringMatches(const std::string& text) const;
78
std::
vector
<const StringPattern*> substring_patterns_;
/external/chromium_org/components/variations/
active_field_trials.h
39
// Fills the supplied
vector
|name_group_ids| (which must be empty when called)
43
void GetFieldTrialActiveGroupIds(std::
vector
<ActiveGroupId>* name_group_ids);
45
// Fills the supplied
vector
|output| (which must be empty when called) with
50
void GetFieldTrialActiveGroupIdsAsStrings(std::
vector
<std::string>* output);
58
std::
vector
<ActiveGroupId>* name_group_ids);
/external/chromium_org/content/child/indexed_db/
webidbcursor_impl.h
9
#include <
vector
>
42
const std::
vector
<IndexedDBKey>& keys,
43
const std::
vector
<IndexedDBKey>& primary_keys,
44
const std::
vector
<blink::WebData>& values,
45
const std::
vector
<blink::WebVector<blink::WebBlobInfo> >& blob_info);
/external/chromium_org/content/child/
webmessageportchannel_impl.h
9
#include <
vector
>
42
static std::
vector
<int> ExtractMessagePortIDs(
72
const std::
vector
<int>& sent_message_port_ids,
73
const std::
vector
<int>& new_routing_ids);
81
std::
vector
<WebMessagePortChannelImpl*> ports;
/external/chromium_org/content/common/
plugin_list.h
11
#include <
vector
>
67
void GetPluginDirectories(std::
vector
<base::FilePath>* plugin_dirs);
82
void GetInternalPlugins(std::
vector
<WebPluginInfo>* plugins);
92
//
vector
.
98
std::
vector
<WebPluginMimeType>* parsed_mime_types);
101
void GetPlugins(std::
vector
<WebPluginInfo>* plugins,
106
bool GetPluginsNoRefresh(std::
vector
<WebPluginInfo>* plugins);
125
std::
vector
<WebPluginInfo>* info,
126
std::
vector
<std::string>* actual_mime_types);
131
std::
vector
<WebPluginInfo>* plugins
[
all
...]
/external/chromium_org/content/public/common/
webplugininfo.h
9
#include <
vector
>
34
std::
vector
<std::string> file_extensions;
40
std::
vector
<base::string16> additional_param_names;
41
std::
vector
<base::string16> additional_param_values;
89
std::
vector
<WebPluginMimeType> mime_types;
/external/chromium_org/content/renderer/media/webrtc/
webrtc_local_audio_track_adapter.h
8
#include <
vector
>
49
std::
vector
<int> VoeChannels() const;
92
// A
vector
of WebRtc VoE channels that the capturer sends data to.
93
std::
vector
<int> voe_channels_;
95
// A
vector
of the peer connection sink adapters which receive the audio data
/external/chromium_org/crypto/
ec_signature_creator_unittest.cc
8
#include <
vector
>
24
std::
vector
<uint8> key_info;
27
std::
vector
<uint8> pubkey_info;
41
std::
vector
<uint8> signature;
46
std::
vector
<uint8> public_key_info;
/external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_descriptor_chromeos.h
9
#include <
vector
>
36
virtual const std::
vector
<uint8>& GetValue() const OVERRIDE;
45
const std::
vector
<uint8>& new_value,
63
const std::
vector
<uint8>& value);
78
std::
vector
<uint8> cached_value_;
/external/chromium_org/extensions/browser/
content_hash_tree.cc
14
std::string ComputeTreeHashRoot(const std::
vector
<std::string>& leaf_hashes,
20
std::
vector
<std::string> current_nodes;
25
const std::
vector
<std::string>* current = &leaf_hashes;
28
std::
vector
<std::string> parent_nodes;
33
std::
vector
<std::string>::const_iterator i = current->begin();
/external/chromium_org/extensions/common/manifest_handlers/
externally_connectable.h
9
#include <
vector
>
44
virtual const std::
vector
<std::string> Keys() const OVERRIDE;
60
std::
vector
<InstallWarning>* install_warnings,
69
const std::
vector
<std::string> ids;
87
const std::
vector
<std::string>& ids,
shared_module_info.h
9
#include <
vector
>
49
static const std::
vector
<ImportInfo>& GetImports(const Extension* extension);
59
std::
vector
<ImportInfo> imports_;
71
std::
vector
<InstallWarning>* warnings) const OVERRIDE;
74
virtual const std::
vector
<std::string> Keys() const OVERRIDE;
/external/chromium_org/media/formats/mp4/
aac.h
8
#include <
vector
>
34
bool Parse(const std::
vector
<uint8>& data, const LogCB& log_cb);
54
bool ConvertEsdsToADTS(std::
vector
<uint8>* buffer) const;
58
std::
vector
<uint8> codec_specific_data() const {
76
std::
vector
<uint8> codec_specific_data_;
/external/chromium_org/mojo/public/cpp/bindings/tests/
validation_unittest.cc
9
#include <
vector
>
33
void Append(std::
vector
<uint8_t>* data_vector, T data) {
41
const std::
vector
<uint8_t>& expected_data,
43
std::
vector
<uint8_t> data;
67
std::
vector
<std::string> GetMatchingTests(const std::
vector
<std::string>& names,
70
std::
vector
<std::string> tests;
101
std::
vector
<uint8_t>* data,
143
std::
vector
<uint8_t> data;
160
std::
vector
<std::string> names
[
all
...]
/external/chromium_org/net/base/
upload_bytes_element_reader_unittest.cc
28
std::
vector
<char> bytes_;
34
std::
vector
<char> buf(kHalfSize);
45
std::
vector
<char> buf(bytes_.size());
59
std::
vector
<char> buf(kTooLargeSize);
70
std::
vector
<char> buf(bytes_.size());
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceTest.cpp
16
Vector
<CSSFontFace::UnicodeRange> ranges;
27
Vector
<CSSFontFace::UnicodeRange> ranges;
44
Vector
<CSSFontFace::UnicodeRange> ranges;
67
Vector
<CSSFontFace::UnicodeRange> ranges;
80
Vector
<CSSFontFace::UnicodeRange> ranges;
/external/chromium_org/third_party/WebKit/Source/core/events/
CompositionEvent.h
48
static PassRefPtrWillBeRawPtr<CompositionEvent> create(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const
Vector
<CompositionUnderline>& underlines)
65
const
Vector
<unsigned>& getSegments() const { return m_segments; }
73
CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView>, const String&, const
Vector
<CompositionUnderline>& underlines);
75
void initializeSegments(const
Vector
<CompositionUnderline>* = 0);
80
Vector
<unsigned> m_segments;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.h
30
#include "wtf/
Vector
.h"
59
const
Vector
<Attribute>& attributes() const { return m_attributes; }
64
// size of CompactHTMLToken, we just use the m_attributes
vector
.
76
Vector
<Attribute> m_attributes;
80
typedef
Vector
<CompactHTMLToken> CompactHTMLTokenStream;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.h
51
Vector
<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; }
54
void subtreeChildWillBeRemoved(RenderObject*,
Vector
<SVGTextLayoutAttributes*, 2>& affectedAttributes);
55
void subtreeChildWasRemoved(const
Vector
<SVGTextLayoutAttributes*, 2>& affectedAttributes);
69
virtual void absoluteQuads(
Vector
<FloatQuad>&, bool* wasFixed) const OVERRIDE;
93
Vector
<SVGTextLayoutAttributes*> m_layoutAttributes;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.h
51
typedef
Vector
<SVGKerningPair> KerningPairVector;
59
void collectGlyphsForString(const String&,
Vector
<SVGGlyph>&);
60
void collectGlyphsForAltGlyphReference(const String&,
Vector
<SVGGlyph>&);
75
void registerLigaturesInGlyphCache(
Vector
<String>&);
76
Vector
<SVGGlyph> buildGlyphList(const UnicodeRanges&, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const;
Completed in 1250 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>