OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vector
(Results
751 - 775
of
20677
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/chrome/browser/extensions/api/log_private/
log_parser.cc
8
#include <
vector
>
17
using std::
vector
;
29
std::
vector
<linked_ptr<api::log_private::LogEntry> >* output,
31
std::
vector
<string> entries;
/external/chromium_org/chrome/browser/sync/test/integration/
multi_client_status_change_checker.h
8
#include <
vector
>
25
std::
vector
<ProfileSyncService*> services);
42
const std::
vector
<ProfileSyncService*>& services() { return services_; }
45
std::
vector
<ProfileSyncService*> services_;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
task_dependency_manager.h
11
#include <
vector
>
23
std::
vector
<base::FilePath> paths;
24
std::
vector
<std::string> file_ids;
25
std::
vector
<int64> tracker_ids;
/external/chromium_org/chrome/common/
chrome_content_client.h
9
#include <
vector
>
28
std::
vector
<content::PepperPluginInfo>* plugins) OVERRIDE;
30
std::
vector
<std::string>* standard_schemes,
31
std::
vector
<std::string>* saveable_shemes) OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/url_handlers/
url_handlers_parser.h
9
#include <
vector
>
36
static const std::
vector
<UrlHandlerInfo>* GetUrlHandlers(
51
std::
vector
<UrlHandlerInfo> handlers;
64
virtual const std::
vector
<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/installer/gcapi/
gcapi_reactivation.h
9
#include <
vector
>
/external/chromium_org/chromeos/ime/
composition_text.h
9
#include <
vector
>
38
const std::
vector
<UnderlineAttribute>& underline_attributes() const {
42
std::
vector
<UnderlineAttribute>* mutable_underline_attributes() {
60
std::
vector
<UnderlineAttribute> underline_attributes_;
/external/chromium_org/components/bookmarks/browser/
bookmark_match.cc
17
std::
vector
<size_t> BookmarkMatch::OffsetsFromMatchPositions(
19
std::
vector
<size_t> offsets;
31
const std::
vector
<size_t>& offsets) {
34
std::
vector
<size_t>::const_iterator offset_iter = offsets.begin();
bookmark_match.h
10
#include <
vector
>
20
typedef std::
vector
<MatchPosition> MatchPositions;
26
static std::
vector
<size_t> OffsetsFromMatchPositions(
34
const std::
vector
<size_t>& offsets);
/external/chromium_org/components/leveldb_proto/
leveldb_database.h
9
#include <
vector
>
31
const std::
vector
<std::pair<std::string, std::string> >& pairs_to_save,
32
const std::
vector
<std::string>& keys_to_remove);
33
virtual bool Load(std::
vector
<std::string>* entries);
proto_database.h
10
#include <
vector
>
25
typedef base::Callback<void(bool success, scoped_ptr<std::
vector
<T> >)>
28
typedef std::
vector
<std::pair<std::string, T> > KeyEntryVector;
42
scoped_ptr<std::
vector
<std::string> > keys_to_remove,
/external/chromium_org/components/password_manager/core/browser/
password_store_consumer.h
8
#include <
vector
>
28
// with an empty
vector
.
29
// Note: The implementation owns all PasswordForms in the
vector
.
31
const std::
vector
<autofill::PasswordForm*>& results) = 0;
/external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.cc
20
void AppCacheFrontendProxy::OnStatusChanged(const std::
vector
<int>& host_ids,
25
void AppCacheFrontendProxy::OnEventRaised(const std::
vector
<int>& host_ids,
33
const std::
vector
<int>& host_ids,
40
const std::
vector
<int>& host_ids,
/external/chromium_org/content/child/appcache/
appcache_frontend_impl.h
16
virtual void OnStatusChanged(const std::
vector
<int>& host_ids,
18
virtual void OnEventRaised(const std::
vector
<int>& host_ids,
20
virtual void OnProgressEventRaised(const std::
vector
<int>& host_ids,
24
virtual void OnErrorEventRaised(const std::
vector
<int>& host_ids,
/external/chromium_org/content/common/indexed_db/
indexed_db_key_path.h
9
#include <
vector
>
22
explicit IndexedDBKeyPath(const std::
vector
<base::string16>&);
29
const std::
vector
<base::string16>& array() const;
35
std::
vector
<base::string16> array_;
/external/chromium_org/content/common/media/
cdm_messages.h
9
#include <
vector
>
34
std::
vector
<uint8> /* init_data */)
39
std::
vector
<uint8> /* response */)
55
std::
vector
<uint8> /* message */,
/external/chromium_org/content/shell/renderer/test_runner/
text_input_controller.h
9
#include <
vector
>
41
std::
vector
<int> MarkedRange();
42
std::
vector
<int> SelectedRange();
43
std::
vector
<int> FirstRectForCharacterRange(unsigned location,
/external/chromium_org/extensions/browser/
computed_hashes.h
10
#include <
vector
>
34
std::
vector
<std::string>* hashes);
37
typedef std::pair<int, std::
vector
<std::string> > HashInfo;
52
const std::
vector
<std::string>& hashes);
/external/chromium_org/extensions/common/features/
base_feature_provider.h
10
#include <
vector
>
33
virtual std::
vector
<Feature*> GetChildren(const Feature& parent) const
36
virtual const std::
vector
<std::string>& GetAllFeatureNames() const OVERRIDE;
43
mutable std::
vector
<std::string> feature_names_;
/external/chromium_org/extensions/common/permissions/
extensions_api_permissions.cc
24
std::
vector
<APIPermissionInfo*> ExtensionsAPIPermissions::GetAllPermissions()
42
std::
vector
<APIPermissionInfo*> permissions;
48
std::
vector
<PermissionsProvider::AliasInfo>
50
return std::
vector
<PermissionsProvider::AliasInfo>();
/external/chromium_org/media/formats/mp4/
es_descriptor.h
8
#include <
vector
>
38
bool Parse(const std::
vector
<uint8>& data);
41
const std::
vector
<uint8>& decoder_specific_info() const;
54
std::
vector
<uint8> decoder_specific_info_;
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
string_util.h
9
#include <
vector
>
13
// Splits |str| into a
vector
of strings delimited by |c|, placing the results
21
std::
vector
<std::string>* r) {
28
// Avoid converting an empty source string into a
vector
of one empty
/external/chromium_org/net/base/
upload_bytes_element_reader.h
9
#include <
vector
>
46
// A subclass of UplodBytesElementReader which owns the data given as a
vector
.
51
explicit UploadOwnedBytesElementReader(std::
vector
<char>* data);
59
std::
vector
<char> data_;
/external/chromium_org/pdf/
chunk_stream.h
11
#include <
vector
>
30
// Returns
vector
of pairs where first is an offset, second is a size.
32
std::
vector
<std::pair<size_t, size_t> >* ranges) const;
40
std::
vector
<unsigned char> data_;
/external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper.h
8
#include <
vector
>
57
const std::
vector
<DeviceRefData>& devices);
60
const std::
vector
<DeviceRefData>& devices);
62
int32_t WriteToArrayOutput(const std::
vector
<DeviceRefData>& devices,
Completed in 679 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>