OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profile
(Results
826 - 850
of
3371
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium/chrome/browser/tabs/
default_tab_handler.h
39
Profile
*
profile
,
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller_unittest.mm
41
BookmarkModel& model(*(browser_helper_.
profile
()->GetBookmarkModel()));
71
profile
:browser_helper_.
profile
()
90
BookmarkModel& model(*(browser_helper_.
profile
()->GetBookmarkModel()));
168
BookmarkModel* model = browser_helper_.
profile
()->GetBookmarkModel();
182
BookmarkModel& model(*(browser_helper_.
profile
()->GetBookmarkModel()));
194
BookmarkModel& model(*(browser_helper_.
profile
()->GetBookmarkModel()));
207
BookmarkModel& model(*(browser_helper_.
profile
()->GetBookmarkModel()));
/external/chromium/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.mm
12
#include "chrome/browser/profiles/
profile
.h"
34
Profile
*
profile
,
37
profile_(
profile
),
42
DCHECK(
profile
);
43
const Extension* extension =
profile
->GetExtensionService()->
62
Source<
Profile
>(profile_));
235
profile
:profile_
/external/chromium/chrome/browser/ui/gtk/download/
download_in_progress_dialog_gtk.cc
12
#include "chrome/browser/profiles/
profile
.h"
22
int download_count = browser->
profile
()->GetDownloadManager()->
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.h
31
Profile
*
profile
,
/external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.h
23
BrowserFrameGtk(BrowserView* browser_view,
Profile
*
profile
);
/external/chromium/chrome/browser/ui/webui/
remoting_ui.cc
8
#include "chrome/browser/profiles/
profile
.h"
69
contents->
profile
()->GetChromeURLDataManager()->AddDataSource(html_source);
textfields_ui.cc
13
#include "chrome/browser/profiles/
profile
.h"
74
contents->
profile
()->GetChromeURLDataManager()->AddDataSource(html_source);
/external/llvm/include/llvm/ADT/
FoldingSet.h
39
/// FoldingSetNode. The node class must also define a
Profile
method used to
40
/// establish the unique bits of data for the node. The
Profile
method is
54
/// void
Profile
(FoldingSetNodeID &ID) const {
211
static void
Profile
(const T &X, FoldingSetNodeID &ID) {
212
X.
Profile
(ID);
214
static void
Profile
(T &X, FoldingSetNodeID &ID) {
215
X.
Profile
(ID);
218
// Equals - Test if the
profile
for X would match ID, using TempID
220
// just calls
Profile
and does a regular comparison. Implementations
227
// just calls
Profile
and does a regular hash computation
[
all
...]
/external/llvm/lib/Support/
APSInt.cpp
20
void APSInt::
Profile
(FoldingSetNodeID& ID) const {
22
APInt::
Profile
(ID);
/external/oprofile/doc/
oparchive.1.in
11
[
profile
specification]
20
to write
profile
specifications.
55
and the kernel. This option only makes sense if the
profile
session
/external/oprofile/libpp/
arrange_profiles.h
70
* the same main (application)
profile
, for the same
82
* A number of
profile
files all for the same binary with the same
83
*
profile
specification (after merging). Includes the set of dependent
84
*
profile
files, if any.
97
/// all
profile
files dependent on the main image
203
* with groups being the
profile
classifications
228
* Invert the
profile
set. For opreport -l, opannotate etc.,
239
* marked with the
profile
class they're from (hence the groups
/frameworks/av/media/libstagefright/include/
avc_utils.h
55
const char *AVCProfileToString(uint8_t
profile
);
58
unsigned
profile
, unsigned sampling_freq_index,
/packages/apps/Settings/src/com/android/settings/bluetooth/
OppProfile.java
32
// Order of this
profile
in device profiles list
83
return 0; // OPP
profile
not displayed in UI
/system/core/sh/
main.c
77
#define
PROFILE
0
83
#if
PROFILE
108
#if
PROFILE
177
read_profile("/etc/
profile
");
180
read_profile(".
profile
");
214
#if
PROFILE
275
* Read /etc/
profile
or .
profile
. Return on error.
/external/chromium/chrome/browser/autocomplete/
keyword_provider.h
25
class
Profile
;
54
KeywordProvider(ACProviderListener* listener,
Profile
*
profile
);
70
Profile
*
profile
,
141
// TemplateURLModel from the
Profile
is used.
/external/chromium/chrome/browser/autofill/
autofill_download.h
27
class
Profile
;
65
// |
profile
| can be NULL in unit-tests only.
66
explicit AutofillDownloadManager(
Profile
*
profile
);
148
//
Profile
for preference storage.
149
Profile
* profile_;
/external/chromium/chrome/browser/
background_mode_manager.h
22
class
Profile
;
46
BackgroundModeManager(
Profile
*
profile
, CommandLine* command_line);
151
// The parent
profile
for this object.
152
Profile
* profile_;
178
// Reference to our status tray (owned by our parent
profile
). If null, the
browser_commands_unittest.cc
82
// We use
profile
() here, since it's a TestingProfile.
83
profile
()->CreateBookmarkModel(true);
84
profile
()->BlockUntilBookmarkModelLoaded();
100
EXPECT_EQ(
profile
(), browser()->
profile
());
101
EXPECT_TRUE(browser()->
profile
()->GetBookmarkModel()->IsBookmarked(url1));
browsing_data_database_helper.h
19
class
Profile
;
54
explicit BrowsingDataDatabaseHelper(
Profile
*
profile
);
110
explicit CannedBrowsingDataDatabaseHelper(
Profile
*
profile
);
158
Profile
* profile_;
/external/chromium/chrome/browser/chromeos/login/
web_page_view.cc
54
Profile
*
profile
,
57
: TabContents(
profile
, site_instance, MSG_ROUTING_NONE, NULL, NULL),
132
void WebPageView::InitDOM(
Profile
*
profile
,
134
dom_view()->Init(
profile
, site_instance);
/external/chromium/chrome/browser/chromeos/offline/
offline_load_page.cc
16
#include "chrome/browser/profiles/
profile
.h"
103
Profile
*
profile
= tab()->
profile
();
local
104
DCHECK(
profile
);
106
ExtensionService* extensions_service =
profile
->GetExtensionService();
/external/chromium/chrome/browser/extensions/
extension_event_router_forwarder_unittest.cc
29
void(
Profile
*, const std::string&, const std::string&, const std::string&,
30
Profile
*, const GURL&));
93
Profile
* incognito = CreateIncognitoProfile(profile1_);
151
Profile
* incognito = CreateIncognitoProfile(profile1_);
170
Profile
* incognito = CreateIncognitoProfile(profile1_);
204
Profile
* incognito = CreateIncognitoProfile(profile1_);
extension_message_service.h
19
class
Profile
;
44
// TODO(mpcomplete): Remove refcounting and make
Profile
the sole owner of this
64
explicit ExtensionMessageService(
Profile
*
profile
);
66
// Notification that our owning
profile
is going away.
144
Profile
* profile_;
user_script_master.h
22
class
Profile
;
30
// This is normally a directory inside the
profile
.
31
explicit UserScriptMaster(const FilePath& script_dir,
Profile
*
profile
);
156
// The
profile
for which the scripts managed here are installed.
157
Profile
* profile_;
Completed in 441 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>