Home
last modified time | relevance | path

Searched refs:remove_focused_client_call_count_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/base/ime/win/
Dmock_tsf_bridge.cc20 remove_focused_client_call_count_(0), in MockTSFBridge()
55 ++remove_focused_client_call_count_; in RemoveFocusedClient()
77 remove_focused_client_call_count_ = 0; in Reset()
Dmock_tsf_bridge.h67 return remove_focused_client_call_count_; in remove_focused_client_call_count()
89 int remove_focused_client_call_count_; variable