OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PermanentXIDInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
gtk_native_view_id_manager.h
115
struct
PermanentXIDInfo
{
116
PermanentXIDInfo
() : widget(NULL), ref_count(0) {
133
std::map<XID,
PermanentXIDInfo
> perm_xid_to_info_;
gtk_native_view_id_manager.cc
135
PermanentXIDInfo
info;
138
std::pair<std::map<XID,
PermanentXIDInfo
>::iterator, bool> ret =
152
std::map<XID,
PermanentXIDInfo
>::iterator i =
166
std::map<XID,
PermanentXIDInfo
>::iterator i =
243
std::map<XID,
PermanentXIDInfo
>::iterator k =
Completed in 43 milliseconds