OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profile
(Results
1326 - 1350
of
3371
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium/chrome/browser/net/gaia/
token_service_unittest.h
5
// This file defines a unit test harness for the
profile
's token service.
/external/chromium/chrome/browser/
platform_util_chromeos.cc
19
class
Profile
;
plugin_data_remover_helper.cc
12
#include "chrome/browser/profiles/
profile
.h"
/external/chromium/chrome/browser/prefs/
pref_service_mock_builder.h
17
class
Profile
;
/external/chromium/chrome/browser/remoting/
remoting_options_handler.cc
10
#include "chrome/browser/profiles/
profile
.h"
setup_flow_get_status_step.cc
48
flow()->
profile
());
setup_flow_start_host_step.cc
51
flow()->
profile
());
/external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc
16
#include "chrome/browser/profiles/
profile
.h"
33
Profile
*
profile
,
36
profile_(
profile
),
/external/chromium/chrome/browser/sync/glue/
preference_change_processor.cc
13
#include "chrome/browser/profiles/
profile
.h"
196
void PreferenceChangeProcessor::StartImpl(
Profile
*
profile
) {
198
pref_service_ =
profile
->GetPrefs();
/external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.h
32
virtual TestingProfile*
profile
() const;
/external/chromium/chrome/browser/ui/gtk/
about_chrome_dialog.cc
15
#include "chrome/browser/profiles/
profile
.h"
88
GtkThemeService::GetFrom(BrowserList::GetLastActive()->
profile
());
102
void ShowAboutDialogForProfile(GtkWindow* parent,
Profile
*
profile
) {
gtk_theme_service_unittest.cc
8
#include "chrome/browser/profiles/
profile
.h"
/external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.cc
7
#include "chrome/browser/profiles/
profile
.h"
134
Profile
* keyboard_profile = browser_view()->browser()->
profile
();
135
DCHECK(keyboard_profile) << "
Profile
required for virtual keyboard.";
/external/chromium/chrome/browser/ui/views/
about_ipc_dialog.h
23
class
Profile
;
uninstall_view.h
20
// and asks whether to delete Chrome
profile
. Also if currently Chrome is set
/external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc
12
#include "chrome/browser/profiles/
profile
.h"
80
// Our copy of
profile
path.
94
profile_path_(tab_contents->
profile
()->GetPath()) {
239
// Generates app id from web app url and
profile
path.
/external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h
19
class
Profile
;
139
explicit ChromeURLDataManager(
Profile
*
profile
);
170
Profile
* profile_;
constrained_html_ui_browsertest.cc
69
ConstrainedHtmlUI::CreateConstrainedHtmlDialog(browser()->
profile
(),
/external/chromium/webkit/glue/
webpreferences.h
9
// render_view_host_delegate_helper.cc, and browser/profiles/
profile
.cc.
/external/compiler-rt/lib/
Makefile.mk
18
SubDirs +=
profile
/external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.h
10
// This file defines a few helper functions which are used by
profile
/external/llvm/runtime/libprofile/
Profiling.h
26
* Retrieves the file descriptor for the
profile
file.
/external/oprofile/pp/
opreport_options.cpp
272
cerr << "error: no sample files found:
profile
specification "
325
cverb << vsfile << "
profile
spec 1:" << endl;
327
cverb << vsfile << "
profile
spec 2:" << endl;
331
cerr << "
profile
classes are incompatible" << endl;
/external/quake/quake/src/QW/server/
makefile
46
profile
:
/external/v8/src/
cpu-profiler.h
123
// This class implements both the
profile
events processor thread and
190
#define
PROFILE
(isolate, Call) \
217
static void DeleteProfile(CpuProfile*
profile
);
223
// Must be called via
PROFILE
macro, otherwise will crash when
Completed in 587 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>