OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profiles
(Results
126 - 150
of
1170
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/android/autofill/
profile_android.cc
34
// Taken from chrome/browser/
profiles
/profile.cc
/external/chromium/chrome/browser/autofill/
autofill_manager.cc
32
#include "chrome/browser/
profiles
/profile.h"
383
personal_data_->
profiles
(), personal_data_->credit_cards(), &host) &&
481
const std::vector<AutofillProfile*>&
profiles
= personal_data_->
profiles
();
local
490
if (!GetHost(
profiles
, credit_cards, &host) ||
508
for (std::vector<AutofillProfile*>::const_iterator iter =
profiles
.begin();
509
iter !=
profiles
.end(); ++iter) {
760
bool AutofillManager::GetHost(const std::vector<AutofillProfile*>&
profiles
,
770
// No autofill data to return if the
profiles
are empty.
771
if (
profiles
.empty() && credit_cards.empty()
845
const std::vector<AutofillProfile*>&
profiles
= personal_data_->
profiles
();
local
[
all
...]
autofill_manager.h
143
// Maps GUIDs to and from IDs that are used to identify
profiles
and credit
174
bool GetHost(const std::vector<AutofillProfile*>&
profiles
,
196
// Returns a list of values from the stored
profiles
that match |type| and the
197
// value of |field| and returns the labels of the matching
profiles
. |labels|
/external/chromium/chrome/browser/bookmarks/
bookmark_folder_editor_controller.cc
10
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.cc
10
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/chromeos/login/
image_downloader.cc
14
#include "chrome/browser/
profiles
/profile_manager.h"
/external/chromium/chrome/browser/
default_encoding_combo_model.cc
10
#include "chrome/browser/
profiles
/profile.h"
desktop_notification_handler.cc
9
#include "chrome/browser/
profiles
/profile.h"
plugin_data_remover_browsertest.cc
13
#include "chrome/browser/
profiles
/profile.h"
plugin_data_remover_helper.cc
12
#include "chrome/browser/
profiles
/profile.h"
spellcheck_host.cc
9
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/extensions/
crx_installer_browsertest.cc
9
#include "chrome/browser/
profiles
/profile.h"
extension_function.cc
11
#include "chrome/browser/
profiles
/profile.h"
extension_messages_apitest.cc
7
#include "chrome/browser/
profiles
/profile.h"
extension_process_manager_unittest.cc
31
// Extensions in different
profiles
should always be different SiteInstances.
extension_uninstall_dialog.cc
9
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/remoting/
remoting_options_handler.cc
10
#include "chrome/browser/
profiles
/profile.h"
setup_flow_register_step.cc
8
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/search_engines/
template_url_scraper_unittest.cc
5
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/sync/
sync_ui_util_mac.mm
10
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/tabs/
pinned_tab_service.cc
7
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/ui/cocoa/
history_menu_cocoa_controller.mm
12
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/ui/download/
download_tab_helper.cc
9
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/ui/gtk/download/
download_in_progress_dialog_gtk.cc
12
#include "chrome/browser/
profiles
/profile.h"
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service_unittest.cc
8
#include "chrome/browser/
profiles
/profile.h"
Completed in 237 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>