Searched refs:view (Results 226 - 250 of 1754) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DnetworkPanel.css54 #network-views .network-item-view .tabbed-pane-header {
61 #network-views.small .network-item-view .tabbed-pane-header {
66 .network-item-view {
71 .network-item-view.visible {
75 .network-item-view .tabbed-pane-header {
79 .resource-timing-view {
90 .resource-timing-view table {
94 /* Network timing is shared between popover and network item view pane */
152 .resource-timing-view.visible {
156 .panel.network .split-view {
[all...]
H A DprofilesPanel.css37 .profile-view .data-grid table.data {
41 .profile-view .data-grid tr:not(.selected) .highlight {
45 .profile-view .data-grid tr:hover td:not(.bottom-filler-td) {
49 .profile-view .data-grid td.numeric-column {
53 .profile-view .data-grid div.profile-multiple-values {
57 .profile-view .data-grid span.percent-column {
63 .profile-view .data-grid tr.selected span {
77 .profile-launcher-view-tree-item > .icon {
114 .cpu-profile-view {
124 .cpu-profile-view
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DStackView.js43 * @param {!WebInspector.View} view
49 appendView: function(view, sidebarSizeSettingName, defaultSidebarWidth, defaultSidebarHeight)
52 view.show(splitView.mainElement());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.c126 struct pipe_sampler_view *view)
128 if (!view)
130 return (tc->texture == view->texture &&
131 tc->format == view->format &&
132 tc->swizzle_r == view->swizzle_r &&
133 tc->swizzle_g == view->swizzle_g &&
134 tc->swizzle_b == view->swizzle_b &&
135 tc->swizzle_a == view->swizzle_a);
139 * Specify the sampler view to cache.
143 struct pipe_sampler_view *view)
125 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) argument
142 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.hlsl55 float3 view = mul((float3x4)modelview, input.position);
56 result.position = mul((float4x4)proj, float4(view, 1));
57 result.light = light - view;
58 result.eye = -view;
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_list_delegate.h31 // Returns true if |view| is currently under the cursor. Note that |view| is
33 virtual bool IsViewHovered(views::View* view) = 0;
38 // Updates |view| with the information in |info|. Note that |view| is
40 virtual void UpdateViewForNetwork(views::View* view,
/external/chromium_org/ui/views/layout/
H A Dlayout_manager.h51 // Notification that a view has been added.
52 virtual void ViewAdded(View* host, View* view);
54 // Notification that a view has been removed.
55 virtual void ViewRemoved(View* host, View* view);
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DNoAnimation.java4 import android.view.View;
29 public boolean animate(Drawable previous, Object current, View view, Target target) { argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.c126 struct pipe_sampler_view *view)
128 if (!view)
130 return (tc->texture == view->texture &&
131 tc->format == view->format &&
132 tc->swizzle_r == view->swizzle_r &&
133 tc->swizzle_g == view->swizzle_g &&
134 tc->swizzle_b == view->swizzle_b &&
135 tc->swizzle_a == view->swizzle_a);
139 * Specify the sampler view to cache.
143 struct pipe_sampler_view *view)
125 sp_tex_tile_is_compat_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) argument
142 sp_tex_tile_cache_set_sampler_view(struct softpipe_tex_tile_cache *tc, struct pipe_sampler_view *view) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.hlsl55 float3 view = mul((float3x4)modelview, input.position);
56 result.position = mul((float4x4)proj, float4(view, 1));
57 result.light = light - view;
58 result.eye = -view;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMenuInflater.java4 import android.view.Menu;
5 import android.view.MenuInflater;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCountingAdapter.java3 import android.view.View;
4 import android.view.ViewGroup;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_tss.c45 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; local
47 svga_sampler_view_reference(&view->v, NULL);
49 pipe_resource_reference( &view->texture, NULL );
51 view->dirty = 1;
59 struct svga_hw_view_state *view; member in struct:bind_queue::__anon14130
83 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; local
98 if (view->texture != texture ||
99 view->min_lod != min_lod ||
100 view->max_lod != max_lod) {
102 svga_sampler_view_reference(&view
194 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_tss.c45 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; local
47 svga_sampler_view_reference(&view->v, NULL);
49 pipe_resource_reference( &view->texture, NULL );
51 view->dirty = 1;
59 struct svga_hw_view_state *view; member in struct:bind_queue::__anon27541
83 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; local
98 if (view->texture != texture ||
99 view->min_lod != min_lod ||
100 view->max_lod != max_lod) {
102 svga_sampler_view_reference(&view
194 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; local
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dcontroller.js32 function Controller(model, view) {
35 this.view = view;
36 this.view.onButton = function(button) {
39 this.view.onKey = function(key) {
78 this.view.clearDisplay({operand: '0'});
80 this.view.addResults({accumulator: accumulator, operand: accumulator});
83 this.view.addValues({operator: values.operator});
85 this.view.addValues({operator: operator, operand: operand});
94 var before = this.view
[all...]
/external/chromium_org/third_party/skia/src/views/
H A DSkViewInflate.cpp29 SkView* view = this->createView(dom, child); local
30 if (view)
32 this->rInflate(dom, child, view);
33 parent->attachChildToFront(view)->unref();
53 void SkViewInflate::inflateView(SkView* view, const SkDOM& dom, const SkDOM::Node* node) argument
55 // called after all of view's children have been instantiated.
58 view->inflate(dom, node);
112 SkView* view; local
113 return fIDs.find(id, &view) ? view
123 addIDStr(SkTDArray<IDStr>* list, SkView* view, const char* str) argument
[all...]
/external/chromium_org/ui/views/
H A Dborder.cc11 #include "ui/views/view.h"
23 virtual void Paint(const View& view, gfx::Canvas* canvas) OVERRIDE;
43 void SidedSolidBorder::Paint(const View& view, gfx::Canvas* canvas) { argument
45 canvas->FillRect(gfx::Rect(0, 0, view.width(), insets_.top()), color_);
47 canvas->FillRect(gfx::Rect(0, 0, insets_.left(), view.height()), color_);
49 canvas->FillRect(gfx::Rect(0, view.height() - insets_.bottom(), view.width(),
52 canvas->FillRect(gfx::Rect(view.width() - insets_.right(), 0, insets_.right(),
53 view.height()), color_);
81 virtual void Paint(const View& view, gf
[all...]
/external/skia/src/views/
H A DSkViewInflate.cpp29 SkView* view = this->createView(dom, child); local
30 if (view)
32 this->rInflate(dom, child, view);
33 parent->attachChildToFront(view)->unref();
53 void SkViewInflate::inflateView(SkView* view, const SkDOM& dom, const SkDOM::Node* node) argument
55 // called after all of view's children have been instantiated.
58 view->inflate(dom, node);
112 SkView* view; local
113 return fIDs.find(id, &view) ? view
123 addIDStr(SkTDArray<IDStr>* list, SkView* view, const char* str) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc24 // In the browser actions container's chevron menu, a menu item view's icon
25 // comes from BrowserActionView::GetIconWithBadge() when the menu item view is
28 // The IconUpdater will update the menu item view's icon when the browser
32 IconUpdater(views::MenuItemView* menu_item_view, BrowserActionView* view) argument
34 view_(view) {
36 DCHECK(view);
37 view->set_icon_observer(this);
49 // The menu item view whose icon might be updated.
52 // The view to be observed. When its icon changes, update the corresponding
53 // menu item view'
81 BrowserActionView* view = views_[i]; local
132 BrowserActionView* view = views_[start_index_ + id - 1]; local
145 BrowserActionView* view = views_[start_index_ + id - 1]; local
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc172 // TODO(estade): test that the view defaults to saving to Chrome.
182 using AutofillDialogControllerImpl::view;
388 return AutofillDialogViewTester::For(controller()->view()).Pass();
686 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
687 view->SetTextContentsOfInput(triggering_type,
689 view->ActivateInput(triggering_type);
698 view->GetTextContentsOfInput(inputs[i].type));
702 EXPECT_EQ(formatted_phone, view->GetTextContentsOfInput(inputs[i].type));
710 view->GetTextContentsOfInput(other_section_inputs[i].type);
729 view
777 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
823 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
900 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
977 scoped_ptr<AutofillDialogViewTester> view = local
999 scoped_ptr<AutofillDialogViewTester> view = local
1073 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
1184 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
1261 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
1316 scoped_ptr<AutofillDialogViewTester> view = local
1345 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
1463 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
1553 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
1602 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
1654 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
1685 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
1713 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
1741 scoped_ptr<AutofillDialogViewTester> view = GetViewTester(); local
[all...]
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_client_impl.cc31 // Helper called to construct a local view object from transport data.
37 // back to the service and attempt to create a new view.
38 View* view = ViewPrivate::LocalCreate(); local
39 ViewPrivate private_view(view);
42 client->AddView(view);
45 ViewPrivate(parent).LocalAddChild(view);
46 return view;
64 View* view = AddViewToViewManager( local
70 root = view;
71 last_view = view;
214 AddView(View* view) argument
295 View* view = GetViewById(view_id); local
312 View* view = GetViewById(view_id); local
322 View* view = GetViewById(view_id); local
329 View* view = GetViewById(view_id); local
348 View* view = GetViewById(view_id); local
[all...]
/external/chromium_org/ash/frame/
H A Dframe_border_hit_test_controller.cc33 views::NonClientFrameView* view,
36 gfx::Rect expanded_bounds = view->bounds();
48 views::Widget* frame = view->GetWidget();
55 int frame_component = view->GetHTComponentForFrame(point_in_widget,
32 NonClientHitTest( views::NonClientFrameView* view, FrameCaptionButtonContainerView* caption_button_container, const gfx::Point& point_in_widget) argument
/external/chromium_org/ash/system/tray/
H A Dfixed_sized_scroll_view.cc16 void FixedSizedScrollView::SetContentsView(views::View* view) { argument
17 SetContents(view);
18 view->SetBoundsRect(gfx::Rect(view->GetPreferredSize()));
H A Dtray_popup_label_button_border.h22 virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DNativePage.java7 import android.view.View;
44 * Called after a page has been removed from the view hierarchy and will no longer be used.

Completed in 637 milliseconds

1234567891011>>