OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppShimAttentionType
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/common/mac/
app_shim_launch.h
44
enum
AppShimAttentionType
{
app_shim_messages.h
24
IPC_ENUM_TRAITS_MAX_VALUE(apps::
AppShimAttentionType
,
71
apps::
AppShimAttentionType
/* attention_type */)
/external/chromium_org/chrome/browser/apps/app_shim/
app_shim_handler_mac.h
29
virtual void OnAppRequestUserAttention(
AppShimAttentionType
type) = 0;
app_shim_host_mac.h
73
apps::
AppShimAttentionType
type) OVERRIDE;
app_shim_host_mac.cc
123
void AppShimHost::OnAppRequestUserAttention(apps::
AppShimAttentionType
type) {
extension_app_shim_handler_mac.h
90
AppShimAttentionType
attention_type);
extension_app_shim_handler_mac_unittest.cc
124
virtual void OnAppRequestUserAttention(
AppShimAttentionType
type) OVERRIDE {}
extension_app_shim_handler_mac.cc
292
AppShimAttentionType
attention_type) {
Completed in 2370 milliseconds