Searched
full:vector (Results
1151 -
1175 of
20677) sorted by null
<<41424344454647484950>>
/external/chromium_org/chrome/browser/ui/tabs/ |
pinned_tab_test_utils.h | 9 #include <vector> 19 static std::string TabsToString(const std::vector<StartupTab>& values);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view_linux.h | 32 const std::vector<views::FrameButton>& leading_buttons, 33 const std::vector<views::FrameButton>& trailing_buttons) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/passwords/ |
save_password_refusal_combobox_model.h | 8 #include <vector> 27 std::vector<base::string16> items_;
|
/external/chromium_org/chrome/browser/ui/views/website_settings/ |
permissions_bubble_view.h | 25 virtual void Show(const std::vector<PermissionBubbleRequest*>& requests, 26 const std::vector<bool>& accept_state,
|
/external/chromium_org/chrome/common/extensions/api/bluetooth/ |
bluetooth_manifest_handler.h | 9 #include <vector> 34 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
/external/chromium_org/chrome/common/extensions/api/extension_action/ |
browser_action_handler.h | 25 std::vector<InstallWarning>* warnings) const OVERRIDE; 28 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
page_action_handler.h | 25 std::vector<InstallWarning>* warnings) const OVERRIDE; 28 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
app_isolation_info.h | 9 #include <vector> 37 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
/external/chromium_org/chrome/common/ |
spellcheck_messages.h | 48 std::vector<std::string> /* words_added */, 49 std::vector<std::string> /* words_removed */) 62 std::vector<uint32> /* document marker identifiers */) 73 std::vector<SpellCheckResult>) 85 std::vector<SpellCheckResult>) 111 std::vector<SpellCheckMarker> /* markers */) 131 std::vector<base::string16> /* suggestions */) 137 std::vector<SpellCheckMarker> /* markers */)
|
web_application_info.h | 9 #include <vector> 41 std::vector<IconInfo> icons;
|
/external/chromium_org/chrome/installer/util/ |
delete_after_reboot_helper.h | 12 #include <vector> 36 // Retrieves the list of pending renames from the registry and returns a vector 40 HRESULT GetPendingMovesValue(std::vector<PendingMove>* pending_moves); 54 // |value| is a pointer to an empty vector of PendingMoves (string pairs). 55 // On success, this vector contains all of the string pairs extracted from 60 std::vector<PendingMove>* value); 66 void StringArrayToMultiSZBytes(const std::vector<PendingMove>& strings, 67 std::vector<char>* buffer);
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spelling_engine.h | 9 #include <vector> 30 std::vector<base::string16>* optional_suggestions) = 0;
|
/external/chromium_org/chromeos/dbus/ |
audio_node.h | 9 #include <vector> 38 typedef std::vector<AudioNode> AudioNodeList;
|
/external/chromium_org/cloud_print/service/win/ |
chrome_launcher.h | 9 #include <vector> 29 const std::vector<std::string>& printers);
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_client.h | 8 #include <vector> 92 const std::vector<base::string16>& values, 93 const std::vector<base::string16>& labels, 94 const std::vector<base::string16>& icons, 95 const std::vector<int>& identifiers, 100 const std::vector<base::string16>& values, 101 const std::vector<base::string16>& labels) = 0; 112 const std::vector<autofill::FormStructure*>& forms) = 0;
|
test_autofill_external_delegate.cc | 21 std::vector<base::string16> autofill_item; 23 std::vector<int> autofill_id;
|
/external/chromium_org/components/autofill/core/common/ |
form_data_predictions.h | 9 #include <vector> 25 std::vector<FormFieldDataPredictions> fields;
|
/external/chromium_org/components/leveldb_proto/testing/ |
fake_db.h | 9 #include <vector> 36 scoped_ptr<std::vector<std::string> > keys_to_remove, 54 scoped_ptr<typename std::vector<T> > entries, 82 scoped_ptr<std::vector<std::string> > keys_to_remove, 89 for (std::vector<std::string>::iterator it = keys_to_remove->begin(); 98 scoped_ptr<std::vector<T> > entries(new std::vector<T>()); 133 scoped_ptr<typename std::vector<T> > entries, bool success) {
|
/external/chromium_org/components/url_matcher/ |
url_matcher_helpers.cc | 12 // Converts a ValueList |value| of strings into a vector. Returns true if 15 std::vector<std::string>* out) {
|
/external/chromium_org/components/variations/ |
processed_study.h | 8 #include <vector> 36 std::vector<ProcessedStudy>* processed_studies);
|
/external/chromium_org/content/browser/ |
histogram_message_filter.h | 9 #include <vector> 29 const std::vector<std::string>& pickled_histograms);
|
histogram_subscriber.h | 9 #include <vector> 28 const std::vector<std::string>& pickled_histograms) = 0;
|
/external/chromium_org/content/browser/indexed_db/ |
mock_indexed_db_callbacks.h | 8 #include <vector> 22 virtual void OnSuccess(const std::vector<base::string16>& result) OVERRIDE;
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_message_filter.h | 8 #include <vector> 33 void OnX509CertificateParseDER(const std::vector<char>& der,
|
/external/chromium_org/content/child/webcrypto/ |
jwk.h | 8 #include <vector> 28 Status ExportKeyJwk(const blink::WebCryptoKey& key, std::vector<uint8>* buffer);
|
Completed in 626 milliseconds
<<41424344454647484950>>