Searched defs:view (Results 151 - 175 of 738) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower_views.cc102 // The app list view manages its own lifetime.
103 app_list::AppListView* view = local
106 view->InitAsBubbleAtFixedLocation(NULL,
111 return view;
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dautomation_manager_ash.cc17 #include "ui/views/view.h"
41 views::View* view,
49 views::Widget* widget = view->GetWidget();
62 views::AXAuraObjCache::GetInstance()->GetOrCreate(view);
40 HandleEvent(BrowserContext* context, views::View* view, ui::AXEvent event_type) argument
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_view_mac.h25 // This class represents extension views. An extension view internally contains
26 // a bridge to an extension process, which draws to the extension view's
27 // native view object through IPC.
33 virtual void OnExtensionSizeChanged(ExtensionViewMac* view, argument
35 virtual void OnExtensionViewDidShow(ExtensionViewMac* view) {}; argument
50 // Sets the container for this view.
53 // Informs the view that its containing window's frame changed.
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.h45 OmniboxPopupView* view() const { return view_; } function in class:OmniboxPopupModel
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Dbrowser_views_accessibility_browsertest.cc50 void TestViewAccessibilityObject(views::View* view,
94 views::View* view,
97 ASSERT_TRUE(view != NULL);
98 TestAccessibilityInfo(view->GetNativeViewAccessible(), name, role);
140 // Retrieve accessibility object for non client view and verify accessibility
152 // Retrieve accessibility object for browser root view and verify accessibility
165 // Retrieve accessibility object for browser view and verify accessibility info.
176 // Retrieve accessibility object for toolbar view and verify accessibility info.
93 TestViewAccessibilityObject( views::View* view, std::wstring name, int32 role) argument
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_view_tester_views.cc20 AutofillDialogView* view) {
22 AutofillDialogViewTesterViews(static_cast<AutofillDialogViews*>(view)));
26 AutofillDialogViews* view)
27 : view_(view) {}
19 For( AutofillDialogView* view) argument
25 AutofillDialogViewTesterViews( AutofillDialogViews* view) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_web_dialog_delegate_views.cc67 views::WebView* view)
69 new WebDialogWebContentsDelegateViews(context, web_contents, view)),
70 view_(view) {}
64 ConstrainedWebDialogDelegateViews(content::BrowserContext* context, ui::WebDialogDelegate* delegate, content::WebContents* web_contents, views::WebView* view) argument
H A Ddropdown_bar_host.h50 // Initializes the DropdownBarHost. This creates the widget that |view| paints
52 // |host_view| is the view whose position in the |browser_view_| view
56 views::View* view,
61 // Returns true if the dropdown bar view is visible, or false otherwise.
100 // Returns the browser view that the dropdown belongs to.
118 // Returns the dropdown bar view.
119 views::View* view() const { return view_; } function in class:DropdownBarHost
159 // Set the view whose position in the |browser_view_| view hierarch
[all...]
H A Dmenu_test_base.cc24 void MenuTestBase::Click(views::View* view, const base::Closure& next) { argument
26 view,
H A Duninstall_view.cc180 UninstallView* view = new UninstallView(&result, local
182 views::DialogDelegate::CreateDialogWidget(view, NULL, NULL)->Show();
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.h27 // A class that represents the container that this view is in.
33 virtual void OnExtensionSizeChanged(ExtensionViewViews* view) {} argument
89 // Note that host_ owns view
92 // The browser window that this view is in.
103 // The container this view is in (not necessarily its direct superview).
104 // Note: the view does not own its container.
107 // Whether this extension view is clipped.
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_ash_unittest.cc53 // Returns the bounds of |view| in widget coordinates.
54 gfx::Rect GetBoundsInWidget(views::View* view) { argument
55 return view->ConvertRectToWidget(view->GetLocalBounds());
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_layout.cc9 #include "ui/views/view.h"
21 views::View* view);
23 // The y position of the view inside its parent.
26 // The height of the view.
30 // bar, the view will reduce its width either to its minimal width or to zero
45 views::View* view; member in struct:LocationBarDecoration
57 views::View* view)
64 view(view),
87 views::View* view) {
51 LocationBarDecoration(int y, int height, bool auto_collapse, double max_fraction, int edge_item_padding, int item_padding, views::View* view) argument
81 AddDecoration(int y, int height, bool auto_collapse, double max_fraction, int edge_item_padding, int item_padding, views::View* view) argument
93 AddDecoration(int y, int height, views::View* view) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view_interactive_uitest.cc155 BrowserActionView* view = browser_actions()->GetBrowserActionViewAt(0); local
156 ASSERT_TRUE(view);
158 gfx::Point browser_action_view_loc = test::GetCenterInScreenCoordinates(view);
162 // Perform a drag and drop from the browser action view to the wrench button,
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_impl.cc54 const WebViewInfo& view = views_info.Get(i); local
55 if (view.type != WebViewInfo::kPage && view.type != WebViewInfo::kApp)
63 if (kBuildNumber < 1755 && view.type == WebViewInfo::kApp &&
64 view.url.find("_generated_background") != std::string::npos)
70 if ((*web_view_iter)->GetId() == view.id) {
77 devtools_http_client_->CreateClient(view.id));
85 view.id,
109 return Status(kUnknownError, "web view not found");
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.h60 void set_web_view_for_testing(views::WebView* view) { web_view_ = view; } argument
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_proxy_host.cc79 void RenderFrameProxyHost::SetChildRWHView(RenderWidgetHostView* view) { argument
81 static_cast<RenderWidgetHostViewChildFrame*>(view));
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DInputMethodManagerWrapper.java10 import android.view.View;
11 import android.view.inputmethod.InputMethodManager;
28 * @see android.view.inputmethod.InputMethodManager#restartInput(View)
30 public void restartInput(View view) { argument
31 getInputMethodManager().restartInput(view);
35 * @see android.view.inputmethod.InputMethodManager#showSoftInput(View, int, ResultReceiver)
37 public void showSoftInput(View view, int flags, ResultReceiver resultReceiver) { argument
38 getInputMethodManager().showSoftInput(view, flags, resultReceiver);
42 * @see android.view.inputmethod.InputMethodManager#isActive(View)
44 public boolean isActive(View view) { argument
59 updateSelection(View view, int selStart, int selEnd, int candidatesStart, int candidatesEnd) argument
69 isWatchingCursor(View view) argument
79 updateCursor(View view, int left, int top, int right, int bottom) argument
[all...]
/external/chromium_org/content/renderer/java/
H A Dgin_java_bridge_value_converter.cc131 gin::ArrayBufferView view; local
132 if (ConvertFromV8(isolate, value.As<v8::ArrayBufferView>(), &view)) {
133 data = reinterpret_cast<char*>(view.bytes());
134 data_length = view.num_bytes();
/external/chromium_org/content/renderer/
H A Dsavable_resources.cc190 bool GetAllSavableResourceLinksForCurrentPage(WebView* view, argument
193 WebFrame* main_frame = view->mainFrame();
/external/chromium_org/courgette/
H A Dmemory_allocator.cc77 void* FileMapping::view() const { function in class:courgette::FileMapping
104 TempMapping** write = reinterpret_cast<TempMapping**>(mapping_.view());
111 uint8* mem = reinterpret_cast<uint8*>(mapping_.view());
112 // The 'this' pointer is written at the start of mapping_.view(), so
/external/chromium_org/extensions/renderer/
H A Dcontent_watcher.cc49 virtual bool Visit(content::RenderView* view) OVERRIDE {
50 for (blink::WebFrame* frame = view->GetWebView()->mainFrame(); frame;
114 content::RenderView* view = local
115 content::RenderView::FromWebView(top_frame->view());
116 view->Send(new ExtensionHostMsg_OnWatchedPageChange(view->GetRoutingID(),
/external/chromium_org/mojo/examples/window_manager/
H A Ddebug_panel.cc9 #include "mojo/services/public/cpp/view_manager/view.h"
27 DebugPanel::DebugPanel(Delegate* delegate, View* view) argument
29 view_(view),
62 params.native_widget = new NativeWidgetViewManager(widget, view);
64 params.bounds = gfx::Rect(view->bounds().size());
72 gfx::Size DebugPanel::GetPreferredSize(const views::View* view) const {
84 void DebugPanel::Layout(views::View* view) { argument
86 int w = view->width() - kControlBorderInset * 2;
/external/chromium_org/mojo/services/view_manager/
H A Ddefault_access_policy.cc23 const ServerView* view) const {
24 if (!WasCreatedByThisConnection(view))
27 return IsViewInRoots(view->parent()) ||
28 WasCreatedByThisConnection(view->parent());
39 bool DefaultAccessPolicy::CanReorderView(const ServerView* view, argument
42 return WasCreatedByThisConnection(view) &&
46 bool DefaultAccessPolicy::CanDeleteView(const ServerView* view) const {
47 return WasCreatedByThisConnection(view);
50 bool DefaultAccessPolicy::CanGetViewTree(const ServerView* view) const {
51 return WasCreatedByThisConnection(view) || IsViewInRoot
81 ShouldNotifyOnHierarchyChange( const ServerView* view, const ServerView** new_parent, const ServerView** old_parent) const argument
[all...]
H A Dwindow_manager_access_policy.cc27 const ServerView* view) const {
36 bool WindowManagerAccessPolicy::CanReorderView(const ServerView* view, argument
42 bool WindowManagerAccessPolicy::CanDeleteView(const ServerView* view) const {
43 return view->id().connection_id == connection_id_;
46 bool WindowManagerAccessPolicy::CanGetViewTree(const ServerView* view) const {
51 const ServerView* view) const {
55 bool WindowManagerAccessPolicy::CanEmbed(const ServerView* view) const {
56 return view->id().connection_id == connection_id_;
60 const ServerView* view) const {
61 return view
77 ShouldNotifyOnHierarchyChange( const ServerView* view, const ServerView** new_parent, const ServerView** old_parent) const argument
[all...]

Completed in 3091 milliseconds

1234567891011>>