Searched refs:onUpdateTitle (Results 1 – 4 of 4) sorted by relevance
30 public void onUpdateTitle(String title) { in onUpdateTitle() method in TestContentViewClientWrapper31 super.onUpdateTitle(title); in onUpdateTitle()32 mWrappedClient.onUpdateTitle(title); in onUpdateTitle()
34 public void onUpdateTitle(String title) { in onUpdateTitle() method in ContentViewClient
2437 getContentViewClient().onUpdateTitle(title);
109 public void onUpdateTitle(String title) { in onUpdateTitle() method in AwContentViewClient