/external/chromium/chrome/browser/tab_contents/ |
D | background_contents.cc | 30 Profile* profile = site_instance->browsing_instance()->profile(); in BackgroundContents() local 55 Profile* profile = render_view_host_->process()->profile(); in ~BackgroundContents() local 99 Profile* profile = render_view_host->process()->profile(); in DidNavigate() local 110 const int flags, in RunJavaScriptMessage() 162 Profile* profile = render_view_host_->process()->profile(); in UpdateInspectorSetting() local 167 Profile* profile = render_view_host_->process()->profile(); in ClearInspectorSettings() local 172 Profile* profile = render_view_host->process()->profile(); in Close() local 183 Profile* profile = rvh->process()->profile(); in RenderViewGone() local 206 Profile* profile = render_view_host_->process()->profile(); in GetWebkitPrefs() local
|
/external/chromium/chrome/browser/ui/gtk/ |
D | html_dialog_gtk.cc | 22 gfx::NativeWindow ShowHtmlDialog(gfx::NativeWindow parent, Profile* profile, in ShowHtmlDialog() 34 HtmlDialogGtk::HtmlDialogGtk(Profile* profile, in HtmlDialogGtk() 139 GtkDialogFlags flags = GTK_DIALOG_NO_SEPARATOR; in InitDialog() local
|
D | gtk_util.cc | 944 bool URLFromPrimarySelection(Profile* profile, GURL* url) { in URLFromPrimarySelection() 1011 int flags = chromeos::DIALOG_FLAG_DEFAULT; in GetNativeDialogFlags() local
|
/external/e2fsprogs/e2fsck/ |
D | profile.c | 95 int flags; /* r/w, dirty */ member 302 profile_t profile; in profile_init() local 363 profile_release(profile_t profile) in profile_release() 384 errcode_t profile_set_default(profile_t profile, const char *def_string) in profile_set_default() 1264 profile_t profile; member 1265 int flags; member 1276 profile_iterator_create(profile_t profile, const char *const *names, int flags, in profile_iterator_create() 1457 errcode_t profile_get_value(profile_t profile, const char *name, in profile_get_value() 1490 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() 1518 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() [all …]
|
D | e2fsck.h | 115 int flags; member 212 int flags; /* E2fsck internal flags */ member 348 profile_t profile; member
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_html_writer.cc | 158 int flags = base::PLATFORM_FILE_CREATE_ALWAYS | base::PLATFORM_FILE_WRITE; in OpenFile() local 368 Profile* profile, in BookmarkFaviconFetcher() 473 void WriteBookmarks(Profile* profile, in WriteBookmarks()
|
/external/oprofile/libpp/ |
D | format_output.h | 159 format_flags flags; variable 199 profile_container const & profile; variable
|
/external/oprofile/pp/ |
D | opreport.cpp | 124 count_type app_summary::add_profile(profile_set const & profile, in add_profile() 344 format_flags flags(ff_none); in get_format_flags() local 399 format_flags flags = get_format_flags(choice.hints); in output_symbols() local 425 format_flags flags = get_format_flags(choice.hints); in output_diff_symbols() local 479 format_flags flags = get_format_flags(output_hints); in output_cg_symbols() local
|
/external/chromium/chrome/browser/ui/ |
D | browser.cc | 203 Browser::Browser(Type type, Profile* profile) in Browser() 341 Browser* Browser::Create(Profile* profile) { in Create() 349 Profile* profile, in CreateForPopup() 362 Browser* Browser::CreateForType(Type type, Profile* profile) { in CreateForType() 371 Profile* profile, in CreateForApp() 399 Browser* Browser::CreateForDevTools(Profile* profile) { in CreateForDevTools() 495 void Browser::OpenEmptyWindow(Profile* profile) { in OpenEmptyWindow() 502 void Browser::OpenWindowWithRestoredTabs(Profile* profile) { in OpenWindowWithRestoredTabs() 509 void Browser::OpenURLOffTheRecord(Profile* profile, const GURL& url) { in OpenURLOffTheRecord() 518 Profile* profile, in OpenApplication() [all …]
|
/external/kernel-headers/original/linux/can/ |
D | gw.h | 21 __u16 flags; member 87 __u8 profile; member
|
/external/chromium/chrome/browser/prerender/ |
D | prerender_contents.cc | 53 PrerenderManager* prerender_manager, Profile* profile, const GURL& url, in CreatePrerenderContents() 61 Profile* profile, in PrerenderContents() 271 const int flags, in RunJavaScriptMessage()
|
/external/webp/src/enc/ |
D | syntax.c | 58 uint32_t flags = 0; in PutVP8XHeader() local 118 int profile, size_t size0) { in PutVP8FrameHeader()
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider_win.cc | 82 int flags) in MouseEventTask() 151 int flags, in WindowSimulateDrag() 244 Profile* profile = settings.is_incognito ? in CreateExternalTab() local
|
D | testing_automation_provider.cc | 106 void SendMouseClick(int flags) { in SendMouseClick() 143 TestingAutomationProvider::TestingAutomationProvider(Profile* profile) in TestingAutomationProvider() 182 importer::SourceProfile profile = importer_list_->GetSourceProfileAt(i); in OnSourceProfilesLoaded() local 825 int flags) { in WindowSimulateClick() 845 int flags) { in WindowSimulateKeyPress() 3411 Profile* profile = browser->profile(); in AddSavedPassword() local 3454 Profile* profile = browser->profile(); in RemoveSavedPassword() local 3470 Profile* profile = browser->profile(); in GetSavedPasswords() local 4293 AutofillProfile* profile = *it; in GetListFromAutofillProfiles() local 4352 AutofillProfile profile; in GetAutofillProfilesFromList() local
|
/external/aac/libAACdec/include/ |
D | aacdecoder_lib.h | 500 …INT profile; /*!< MPEG-2 profile (from file header) (-1: not applicable … member 511 …UINT flags; /*!< Copy if internal flags. Only to be written by the deco… member
|
/external/chromium/chrome/browser/extensions/ |
D | extension_service.cc | 228 int flags = Extension::ShouldAlwaysAllowFileAccess(Extension::LOAD) ? in LoadSingleExtension() local 412 ExtensionService::ExtensionService(Profile* profile, in ExtensionService() 838 int flags = Extension::REQUIRE_KEY; in LoadComponentExtension() local 888 int flags = Extension::NO_FLAGS; in LoadAllExtensions() local 1038 int flags = Extension::NO_FLAGS; in LoadInstalledExtension() local 1191 Profile* ExtensionService::profile() { in profile() function in ExtensionService
|
D | extension_host.cc | 432 const int flags, in RunJavaScriptMessage() 520 Profile* profile = render_view_host()->process()->profile(); in GetWebkitPrefs() local
|
/external/chromium/chrome/browser/ |
D | process_singleton_linux.cc | 111 int flags = fcntl(fd, F_GETFL, 0); in SetNonBlocking() local 122 int flags = fcntl(fd, F_GETFD, 0); in SetCloseOnExec() local 629 Profile* profile = ProfileManager::GetDefaultProfile(); in HandleMessage() local
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.cc | 406 Profile* profile, in AutocompleteEditViewWin() 1056 UINT flags, in HandleExternalMsg() 1278 void AutocompleteEditViewWin::OnChar(TCHAR ch, UINT repeat_count, UINT flags) { in OnChar() 1381 UINT flags) { in OnKeyDown() 1404 UINT flags) { in OnKeyUp() 1812 UINT flags) { in OnSysChar() 1830 BOOL AutocompleteEditViewWin::OnMouseWheel(UINT flags, in OnMouseWheel() 1843 UINT flags) { in HandleKeystroke() 1881 UINT flags) { in OnKeyDownOnlyWritable() 2050 UINT flags) { in OnKeyDownAllModes() [all …]
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | location_bar_view.cc | 98 LocationBarView::LocationBarView(Profile* profile, in LocationBarView() 326 void LocationBarView::SetProfile(Profile* profile) { in SetProfile() 957 UINT flags = event.GetWindowsFlags(); in OnMouseEvent() local
|
/external/dhcpcd/ |
D | dhcpcd.h | 65 char profile[PROFILE_LEN]; member 113 int flags; member
|
D | dhcpcd.c | 855 select_profile(struct interface *iface, const char *profile) in select_profile() 902 handle_carrier(int action, int flags, const char *ifname) in handle_carrier()
|
/external/freetype/src/raster/ |
D | ftraster.c | 352 unsigned flags; /* Bit 0-2: drop-out mode */ member 2119 PProfile profile ) in InsNew() 2150 PProfile profile ) in DelOld()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 778 unsigned char flags; in write_webm_block() local 1021 static const arg_def_t profile = ARG_DEF(NULL, "profile", 1, variable 2155 int flags = 0; in initialize_encoder() local
|
/external/libmtp/src/ |
D | ptp.c | 138 uint16_t flags, unsigned int sendlen, in ptp_transaction_new() 357 uint16_t flags, unsigned int sendlen, in ptp_transaction() 1341 uint32_t **flags /* size(handles->n) */ in ptp_canon_get_directory() 2306 ptp_nikon_writewifiprofile (PTPParams* params, PTPNIKONWifiProfile* profile) in ptp_nikon_writewifiprofile()
|