Searched refs:vector (Results 101 - 125 of 11757) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_status_change_checker.cc7 #include <vector>
12 std::vector<ProfileSyncService*>(1, service)) {}
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_tab.h9 #include <vector>
32 typedef std::vector<StartupTab> StartupTabs;
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_test_utils.h9 #include <vector>
19 static std::string TabsToString(const std::vector<StartupTab>& values);
/external/chromium_org/chrome/common/importer/
H A Dimported_favicon_usage.h9 #include <vector>
22 std::vector<unsigned char> png_data;
/external/chromium_org/chrome/common/variations/
H A Dvariations_util.cc8 #include <vector>
17 std::vector<std::string> experiment_strings;
/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsUsageArrayHelper.h44 #include <vector>
49 void GetCertUsageStrings(CERTCertificate* cert, std::vector<std::string>* out);
/external/chromium_org/components/cdm/renderer/
H A Dwidevine_key_systems.h8 #include <vector>
24 std::vector<content::KeySystemInfo>* concrete_key_systems);
/external/chromium_org/components/proximity_auth/
H A Dproximity_auth_system.cc10 const std::vector<RemoteDevice>& remote_devices)
17 const std::vector<RemoteDevice>& ProximityAuthSystem::GetRemoteDevices() {
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list_android.cc10 void GetFontFamilies_SlowBlocking(std::vector<std::string>* font_families) {
16 std::vector<ppapi::proxy::SerializedTrueTypeFontDesc>* fonts_in_family) {
H A Dpepper_truetype_font_list_ozone.cc10 void GetFontFamilies_SlowBlocking(std::vector<std::string>* font_families) {
16 std::vector<ppapi::proxy::SerializedTrueTypeFontDesc>* fonts_in_family) {
/external/chromium_org/content/common/
H A Dpepper_plugin_list.h8 #include <vector>
26 void ComputePepperPluginList(std::vector<PepperPluginInfo>* plugins);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_grammar_check.h8 #include <vector>
25 std::vector<blink::WebTextCheckingResult>*);
/external/chromium_org/extensions/browser/
H A Dcontent_hash_tree.h9 #include <vector>
20 // elements). E.g., imagine we use a branch factor of 3 for a vector of 4 leaf
32 // means that the root hash of any vector with just one leaf is the same as
34 std::string ComputeTreeHashRoot(const std::vector<std::string>& leaf_hashes,
H A Dextension_function_util.h8 #include <vector>
20 bool ReadOneOrMoreIntegers(base::Value* value, std::vector<int>* result);
/external/chromium_org/mojo/shell/
H A Drun.h8 #include <vector>
17 void Run(Context* context, const std::vector<GURL>& app_urls);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_delegate.h8 #include <vector>
22 virtual void DoomEntries(std::vector<uint64>* entry_hashes,
/external/chromium_org/net/quic/crypto/
H A Dproof_source_chromium.cc8 using std::vector;
18 const vector<string>** out_certs,
/external/chromium_org/net/tools/balsa/
H A Dsplit.h8 #include <vector>
17 std::vector<base::StringPiece>* vec,
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dstring_split.h16 #include <vector>
21 // Splits |str| into a vector of strings delimited by |c|, placing the results
29 void SplitString(const std::string& str, char c, std::vector<std::string>* r);
H A Dstring_util.h17 #include <vector>
23 const std::vector<std::string>& subst);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600MachineFunctionInfo.h19 #include <vector>
27 std::vector<unsigned> ReservedRegs;
/external/chromium_org/third_party/ots/src/
H A Dgasp.h9 #include <vector>
18 std::vector<std::pair<uint16_t, uint16_t> > gasp_ranges;
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/include/mock/
H A Dmock_remote_bitrate_observer.h14 #include <vector>
24 void(const std::vector<unsigned int>& ssrcs, unsigned int bitrate));
/external/chromium_org/tools/clang/plugins/tests/
H A Dnested_class_inline_ctor.h9 #include <vector>
18 std::vector<std::string> a;
/external/chromium_org/ui/accessibility/
H A Dax_tree_update.h8 #include <vector>
22 // followed by an ordered vector of AXNodeData structures to be applied
50 // A vector of nodes to update, according to the rules above.
51 std::vector<AXNodeData> nodes;

Completed in 967 milliseconds

1234567891011>>