OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_favorite
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/network/
favorite_state.h
23
// and to limit the code complexity. The
is_favorite
() accessor is used to skip
36
bool
is_favorite
() const { return !profile_path_.empty(); }
function in class:chromeos::FavoriteState
network_state_handler.cc
308
if (favorite->update_received() && favorite->
is_favorite
() &&
673
if (!favorite->
is_favorite
())
Completed in 24 milliseconds