Searched refs:ViewID (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium/chrome/browser/ui/cocoa/
H A Dview_id_util.h15 // ViewID identifier (integer). This is a useful compatibility for finding a
21 // doesn't provide a facility to store its ViewID, to avoid modifying each
22 // individual classes for adding ViewID support, we use an internal map to store
24 // set/unset the ViewID and lookup a view with a specified ViewID.
28 // Associates the given ViewID with the view. It shall be called upon the view's
30 void SetID(NSView* view, ViewID viewID);
32 // Removes the association between the view and its ViewID. It shall be called
36 // Returns the view with a specific ViewID in a window, or nil if no view in the
37 // window has that ViewID
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dview_id_util.h14 // ViewID identifier (integer). This is a useful compatibility for finding a
20 // doesn't provide a facility to store its ViewID, to avoid modifying each
21 // individual classes for adding ViewID support, we use an internal map to store
23 // set/unset the ViewID and lookup a view with a specified ViewID.
27 // Associates the given ViewID with the view. It shall be called upon the view's
29 void SetID(NSView* view, ViewID viewID);
31 // Removes the association between the view and its ViewID. It shall be called
35 // Returns the view with a specific ViewID in a window, or nil if no view in the
36 // window has that ViewID
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dview_id_util.h18 virtual GtkWidget* GetWidgetForViewID(ViewID id) = 0;
26 static void SetID(GtkWidget* widget, ViewID id);
28 static GtkWidget* GetWidget(GtkWidget* root, ViewID id);
H A Dview_id_util_browsertest.cc17 void CheckViewID(ViewID id, bool should_have) {
48 CheckViewID(static_cast<ViewID>(i), true);
H A Dview_id_util.cc20 ViewID id; // Input: the ID we are searching for.
60 const char* GetNameFromID(ViewID id) {
123 void ViewIDUtil::SetID(GtkWidget* widget, ViewID id) {
131 GtkWidget* ViewIDUtil::GetWidget(GtkWidget* root, ViewID id) {
H A Dtab_contents_container_gtk.h55 virtual GtkWidget* GetWidgetForViewID(ViewID id);
H A Dtab_contents_container_gtk.cc209 GtkWidget* TabContentsContainerGtk::GetWidgetForViewID(ViewID view_id) {
/external/chromium_org/chrome/browser/ui/gtk/
H A Dview_id_util.h17 virtual GtkWidget* GetWidgetForViewID(ViewID id) = 0;
25 static void SetID(GtkWidget* widget, ViewID id);
27 static GtkWidget* GetWidget(GtkWidget* root, ViewID id);
H A Dview_id_util.cc20 ViewID id; // Input: the ID we are searching for.
60 const char* GetNameFromID(ViewID id) {
128 void ViewIDUtil::SetID(GtkWidget* widget, ViewID id) {
136 GtkWidget* ViewIDUtil::GetWidget(GtkWidget* root, ViewID id) {
H A Dview_id_util_browsertest.cc20 void CheckViewID(ViewID id, bool should_have) {
52 CheckViewID(static_cast<ViewID>(i), true);
H A Dtab_contents_container_gtk.h57 virtual GtkWidget* GetWidgetForViewID(ViewID id) OVERRIDE;
H A Dtab_contents_container_gtk.cc184 GtkWidget* TabContentsContainerGtk::GetWidgetForViewID(ViewID view_id) {
/external/chromium/chrome/browser/ui/
H A Dview_ids.h12 enum ViewID { enum
/external/chromium_org/chrome/browser/ui/
H A Dview_ids.h11 enum ViewID { enum
H A Dbrowser_focus_uitest.cc132 void CheckFocus(Browser* browser, ViewID id, const base::Time& timeout) {
147 bool IsViewFocused(ViewID vid) {
151 void ClickOnView(ViewID vid) {
155 bool WaitForFocusChange(ViewID vid) {
297 ViewID vid = kFocusPage[i][j] ? VIEW_ID_TAB_CONTAINER : VIEW_ID_OMNIBOX;
305 ViewID vid = kFocusPage[i][j % 5] ? VIEW_ID_TAB_CONTAINER :
316 ViewID vid = kFocusPage[i][j % 5] ? VIEW_ID_TAB_CONTAINER :
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils_views.cc16 bool IsViewFocused(const Browser* browser, ViewID vid) {
30 void ClickOnView(const Browser* browser, ViewID vid) {
H A Dinteractive_test_utils_gtk.cc39 bool IsViewFocused(const Browser* browser, ViewID vid) {
49 void ClickOnView(const Browser* browser, ViewID vid) {
H A Dinteractive_test_utils.h27 bool IsViewFocused(const Browser* browser, ViewID vid);
30 void ClickOnView(const Browser* browser, ViewID vid);
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider_gtk.cc30 static_cast<ViewID>(view_id));
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_gtk.cc42 static_cast<ViewID>(view_id));
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_focus_uitest.cc25 bool IsViewFocused(ViewID vid) {
/external/chromium/chrome/browser/
H A Dbrowser_focus_uitest.cc131 bool IsViewFocused(ViewID vid) {
135 void ClickOnView(ViewID vid) {
306 ViewID vid = kFocusPage[i][j] ? VIEW_ID_TAB_CONTAINER_FOCUS_VIEW :
315 ViewID vid = kFocusPage[i][j % 5] ? VIEW_ID_TAB_CONTAINER_FOCUS_VIEW :
326 ViewID vid = kFocusPage[i][j % 5] ? VIEW_ID_TAB_CONTAINER_FOCUS_VIEW :
H A Dbrowser_keyevents_browsertest.cc130 bool IsViewFocused(ViewID vid) {
134 void ClickOnView(ViewID vid) {
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h101 virtual GtkWidget* GetWidgetForViewID(ViewID id);
/external/chromium_org/chrome/browser/
H A Dbrowser_keyevents_browsertest.cc141 bool IsViewFocused(ViewID vid) {
145 void ClickOnView(ViewID vid) {

Completed in 290 milliseconds

12