Searched refs:application_name (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/remoting/host/
H A Dhost_event_logger.h27 const std::string& application_name);
H A Dhost_event_logger_posix.cc27 const std::string& application_name);
56 const std::string& application_name)
58 application_name_(application_name) {
108 const std::string& application_name) {
110 new HostEventLoggerPosix(monitor, application_name));
54 HostEventLoggerPosix( base::WeakPtr<HostStatusMonitor> monitor, const std::string& application_name) argument
106 Create( base::WeakPtr<HostStatusMonitor> monitor, const std::string& application_name) argument
H A Dhost_event_logger_win.cc29 const std::string& application_name);
60 const std::string& application_name)
64 UTF8ToUTF16(application_name).c_str());
69 << application_name;
153 const std::string& application_name) {
155 new HostEventLoggerWin(monitor, application_name));
59 HostEventLoggerWin(base::WeakPtr<HostStatusMonitor> monitor, const std::string& application_name) argument
151 Create( base::WeakPtr<HostStatusMonitor> monitor, const std::string& application_name) argument
/external/chromium_org/chrome/browser/task_manager/
H A Dbackground_resource_provider.cc43 const base::string16& application_name);
52 const base::string16& application_name() const { return application_name_; } function in class:task_manager::BackgroundContentsResource
73 const base::string16& application_name)
82 application_name_(application_name) {
178 base::string16 application_name; local
186 application_name = UTF8ToUTF16(extension->name());
188 Add(*iterator, application_name);
229 const base::string16& application_name) {
231 new BackgroundContentsResource(background_contents, application_name);
237 BackgroundContents* contents, const base::string16& application_name) {
71 BackgroundContentsResource( BackgroundContents* background_contents, const base::string16& application_name) argument
227 AddToTaskManager( BackgroundContents* background_contents, const base::string16& application_name) argument
236 Add( BackgroundContents* contents, const base::string16& application_name) argument
276 base::string16 application_name; local
319 base::string16 application_name = i->second->application_name(); local
[all...]
/external/chromium_org/chrome/common/
H A Dauto_start_linux.h17 const std::string& application_name,
H A Dauto_start_linux.cc30 const std::string& application_name,
48 "Name=" + application_name + "\n";
29 AddApplication(const std::string& autostart_filename, const std::string& application_name, const std::string& command_line, bool is_terminal_app) argument
/external/chromium_org/remoting/host/win/
H A Dlaunch_process_with_token.cc290 const base::FilePath::StringType& application_name,
304 LPWSTR application_name; member in struct:__anon10520::CreateProcessRequest
323 (application_name.size() + command_line.size() + desktop.size() + 3);
340 request->application_name = reinterpret_cast<LPWSTR>(buffer_offset);
341 std::copy(application_name.begin(),
342 application_name.end(),
344 buffer_offset += (application_name.size() + 1) * sizeof(wchar_t);
373 const base::FilePath::StringType& application_name,
385 if (!SendCreateProcessRequest(pipe, application_name, command_line,
462 base::FilePath::StringType application_name local
288 SendCreateProcessRequest( HANDLE pipe, const base::FilePath::StringType& application_name, const CommandLine::StringType& command_line, DWORD creation_flags, const char16* desktop_name) argument
371 CreateRemoteSessionProcess( uint32 session_id, const base::FilePath::StringType& application_name, const CommandLine::StringType& command_line, DWORD creation_flags, const char16* desktop_name, PROCESS_INFORMATION* process_information_out) argument
[all...]
/external/chromium/chrome/common/
H A Dauto_start_linux.h18 const std::string& application_name,
H A Dauto_start_linux.cc30 const std::string& application_name,
47 "Name=" + application_name + "\n";
29 AddApplication(const std::string& autostart_filename, const std::string& application_name, const std::string& command_line, bool is_terminal_app) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dpathutils.h151 std::string application_name; local
152 Filesystem::GetApplicationName(&application_name);
153 ASSERT(!application_name.empty());
154 return Filesystem::GetTemporaryFolder(path, create, &application_name)
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dpathutils.h151 std::string application_name; local
152 Filesystem::GetApplicationName(&application_name);
153 ASSERT(!application_name.empty());
154 return Filesystem::GetTemporaryFolder(path, create, &application_name)
/external/chromium_org/sandbox/win/tools/finder/
H A Dmain.cc10 void PrintUsage(wchar_t *application_name) { argument
12 L"--access ac1 [ac2 ac3] [--log filename]", application_name);
18 L"--access R W ALL", application_name);
/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_interception.cc263 LPCWSTR application_name, LPWSTR command_line,
270 if (orig_CreateProcessW(application_name, command_line, process_attributes,
305 ResultCode code = CrossCall(ipc, IPC_CREATEPROCESSW_TAG, application_name,
322 LPCSTR application_name, LPSTR command_line,
329 if (orig_CreateProcessA(application_name, command_line, process_attributes,
360 if (application_name) {
361 app_unicode = AnsiToUnicode(application_name);
262 TargetCreateProcessW(CreateProcessWFunction orig_CreateProcessW, LPCWSTR application_name, LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info, LPPROCESS_INFORMATION process_information) argument
321 TargetCreateProcessA(CreateProcessAFunction orig_CreateProcessA, LPCSTR application_name, LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info, LPPROCESS_INFORMATION process_information) argument
H A Dprocess_thread_interception.h73 CreateProcessWFunction orig_CreateProcessW, LPCWSTR application_name,
80 CreateProcessAFunction orig_CreateProcessA, LPCSTR application_name,
H A Dinterceptors_64.cc191 LPCWSTR application_name, LPWSTR command_line,
198 return TargetCreateProcessW(orig_fn, application_name, command_line,
206 LPCSTR application_name, LPSTR command_line,
213 return TargetCreateProcessA(orig_fn, application_name, command_line,
190 TargetCreateProcessW64( LPCWSTR application_name, LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info, LPPROCESS_INFORMATION process_information) argument
205 TargetCreateProcessA64( LPCSTR application_name, LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes, LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags, LPVOID environment, LPCSTR current_directory, LPSTARTUPINFOA startup_info, LPPROCESS_INFORMATION process_information) argument
H A Dinterceptors_64.h120 LPCWSTR application_name, LPWSTR command_line,
128 LPCSTR application_name, LPSTR command_line,
/external/chromium_org/sandbox/win/tools/launcher/
H A Dlauncher.cc16 void PrintUsage(const wchar_t *application_name) { argument
18 application_name);
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_resource_providers.cc606 const string16& application_name)
611 application_name_(application_name) {
703 string16 application_name; local
711 application_name = UTF8ToUTF16(extension->name());
713 Add(*iterator, application_name);
746 const string16& application_name) {
749 application_name);
755 BackgroundContents* contents, const string16& application_name) {
765 AddToTaskManager(contents, application_name);
797 string16 application_name; local
604 TaskManagerBackgroundContentsResource( BackgroundContents* background_contents, const string16& application_name) argument
744 AddToTaskManager( BackgroundContents* background_contents, const string16& application_name) argument
754 Add( BackgroundContents* contents, const string16& application_name) argument
[all...]
H A Dtask_manager_resource_providers.h198 const string16& application_name);
206 const string16& application_name() const { return application_name_; } function in class:TaskManagerBackgroundContentsResource
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_hl.h249 char application_name[BTIF_HL_APPLICATION_NAME_LEN +1]; /* applicaiton name */ member in struct:__anon954
/external/chromium_org/chrome/browser/media/
H A Dmedia_capture_devices_dispatcher.cc364 base::string16 application_name = UTF8ToUTF16( local
370 application_name);
374 IDS_MEDIA_SCREEN_CAPTURE_CONFIRMATION_TITLE, application_name),
/external/chromium_org/sync/notifier/
H A Dsync_invalidation_listener_unittest.cc267 const invalidation::string& application_name,
262 CreateFakeInvalidationClient( FakeInvalidationClient** fake_invalidation_client, invalidation::SystemResources* resources, int client_type, const invalidation::string& client_name, const invalidation::string& application_name, invalidation::InvalidationListener* listener) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c4292 if (p_reg_param->application_name != NULL )
4293 strncpy(p_acb->application_name, p_reg_param->application_name, BTIF_HL_APPLICATION_NAME_LEN);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 341 milliseconds