HomeSort by relevance Sort by last modified time
    Searched refs:null_group_commands_map_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/
chrome_active_document.cc 83 null_group_commands_map_[OLECMDID_PRINT] = flags;
84 null_group_commands_map_[OLECMDID_FIND] = flags;
85 null_group_commands_map_[OLECMDID_CUT] = flags;
86 null_group_commands_map_[OLECMDID_COPY] = flags;
87 null_group_commands_map_[OLECMDID_PASTE] = flags;
88 null_group_commands_map_[OLECMDID_SELECTALL] = flags;
89 null_group_commands_map_[OLECMDID_SAVEAS] = flags;
332 command_map = &null_group_commands_map_;
341 command_map = &null_group_commands_map_;
    [all...]
chrome_active_document.h 461 CommandStatusMap null_group_commands_map_; member in class:ChromeActiveDocument

Completed in 30 milliseconds