Searched refs:point (Results 226 - 250 of 2290) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dmedia_indicator_button.h48 virtual View* GetTooltipHandlerForPoint(const gfx::Point& point) OVERRIDE;
H A Dtab.cc248 virtual View* GetTooltipHandlerForPoint(const gfx::Point& point) OVERRIDE {
251 // In addition, a hit test has to be performed for the point (as
253 if (!HitTestPoint(point))
255 return GetEventHandlerForPoint(point);
682 const gfx::Point& point,
685 controller_->ShowContextMenuForTab(this, point, source_type);
944 // TAP_DOWN is only dispatched for the first touch point.
681 ShowContextMenuForView(views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
H A Dtab.h16 #include "ui/gfx/point.h"
114 // "drag insertion point". If we simply used the x-coordinate of the tab,
115 // we'd be calculating based on a point well before where the user considers
183 const gfx::Point& point,
H A Dtab_drag_controller.cc450 // GetWindowCreatePoint() to get the start point of the docked window) when
511 // any direction from the starting point.
818 // if the touch point moves significantly in the vertical distance.
861 // Make sure the specified screen point is actually within the bounds of the
1126 // Make the actual "drag insertion point" be just after the leading edge of
1147 // Make the actual "drag insertion point" be just after the leading edge of
1199 // We're not in the process of attaching, so clamp the insertion point to
1762 gfx::Point point = point_in_screen; local
1763 views::View::ConvertPointFromScreen(toplevel_view, &point);
1764 return point
[all...]
H A Dtab_drag_controller_interactive_uitest.cc225 const gfx::Point& point) const OVERRIDE {
373 // Set root window from a point in screen coordinates
374 void SetEventGeneratorRootWindow(const gfx::Point& point) { argument
379 new ScreenEventGeneratorDelegate(ash::wm::GetRootWindowAt(point))));
H A Dtab_strip.cc84 // point between tabs.
198 // If |dest| contains the point |point_in_source| the event handler from |dest|
211 // should return NULL if it does not contain the point.
298 gfx::Point point = event.location(); local
299 views::View::ConvertPointToScreen(this, &point);
302 gfx::ShowSystemMenuAtPoint(views::HWNDForView(this), point); local
899 bool TabStrip::IsPositionInWindowCaption(const gfx::Point& point) { argument
900 return IsRectInWindowCaption(gfx::Rect(point, gfx::Size(1, 1)));
1135 return NULL; // No tab contains the point.
1430 views::View* TabStrip::GetTooltipHandlerForPoint(const gfx::Point& point) { argument
2472 FindTabForEvent(const gfx::Point& point) argument
2492 FindTabForEventFrom(const gfx::Point& point, int start, int delta) argument
2505 FindTabHitByPoint(const gfx::Point& point) argument
[all...]
H A Dtab_strip.h16 #include "ui/gfx/point.h"
190 // Returns true if the specified point (in TabStrip coordinates) is in the
192 bool IsPositionInWindowCaption(const gfx::Point& point);
263 const gfx::Point& point) OVERRIDE;
299 // Direction the arrow should point in. If true, the arrow is displayed
532 // Returns true if the specified point in TabStrip coords is within the
543 Tab* FindTabForEvent(const gfx::Point& point);
547 Tab* FindTabForEventFrom(const gfx::Point& point, int start, int delta);
549 // For a given point, finds a tab that is hit by the point
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc197 const gfx::Point& point,
597 const gfx::Point& point,
609 gfx::Rect(point, gfx::Size()),
596 ShowContextMenuForView(views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc561 // * Well, it can also point to the end, but not when dragging to the left. :)
600 const gfx::Point& point) {
599 OnMenuButtonClicked(views::View* source, const gfx::Point& point) argument
H A Dbrowser_actions_container.h223 const gfx::Point& point) OVERRIDE;
H A Dbrowser_actions_container_browsertest.cc23 #include "ui/gfx/geometry/point.h"
413 gfx::Point point(action_view->x(), action_view->y());
414 EXPECT_TRUE(container->CanStartDragForView(action_view, point, point));
430 EXPECT_FALSE(container->CanStartDragForView(action_view, point, point));
437 EXPECT_TRUE(container->CanStartDragForView(action_view, point, point));
H A Dtoolbar_button.cc147 const gfx::Point& point,
146 ShowContextMenuForView(View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
H A Dtoolbar_button.h53 const gfx::Point& point,
H A Dtoolbar_view.cc388 const gfx::Point& point) {
387 OnMenuButtonClicked(views::View* source, const gfx::Point& point) argument
H A Dtoolbar_view.h115 const gfx::Point& point) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermission_selector_view.cc58 const gfx::Point& point) OVERRIDE;
100 const gfx::Point& point) {
104 gfx::Point p(point);
99 OnMenuButtonClicked(View* source, const gfx::Point& point) argument
H A Dpermissions_bubble_view.cc76 const gfx::Point& point) OVERRIDE;
112 const gfx::Point& point) {
116 gfx::Point p(point);
111 OnMenuButtonClicked(View* source, const gfx::Point& point) argument
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_common_unittest.cc43 virtual gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point)
68 const gfx::Point& point) const OVERRIDE {
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js64 * @param {Number} numPixels Number of pixels, may be floating point.
72 * Sets the left and top of the given element to the given point.
75 * @param {Point} point The desired position.
77 function setPosition(element, point) {
80 style.left = px(point.x);
81 style.top = px(point.y);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dstyle.css160 #calculator-buttons button.point {
164 #calculator-buttons button.point[data-active="touch"],
165 #calculator-buttons button.point[data-active="mouse"]:active {
/external/chromium_org/chrome/common/net/
H A Dx509_certificate_model_openssl.cc832 DIST_POINT* point = sk_DIST_POINT_value(dist_points.get(), i); local
833 if (point->distpoint) {
834 switch (point->distpoint->type) {
836 rv += ProcessGeneralNames(point->distpoint->name.fullname);
840 GetKeyValuesFromNameEntries(point->distpoint->name.relativename);
842 // point->distpoint->dpname?
846 if (point->reasons) {
848 rv += ProcessBitField(point->reasons,
854 if (point->CRLissuer) {
857 base::UTF8ToUTF16(ProcessGeneralNames(point
[all...]
/external/chromium_org/chrome/installer/mac/
H A Dpkg-dmg141 Like B<--copy>, but allows symlinks to point out of the volume. Empty symlink
917 # $tempMount is a mount point for temporary disk images. $baseName is the
1044 # At this point, the only thing that the compressed block has added to
1216 # End of UDRW/UDSP section. At this point, $source has been removed
1247 # - The mounted partition's mount point
1251 # and $mountPoint is used as the mount point.
1296 # The first partition with a mount point is the interesting one. It's
1300 # have a type, so look for the mount point by looking for a slash.
1306 # No mount point? This is bad. If there's a root device, eject it.
1445 // Size = 12 point
[all...]
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_renderer_host.cc238 SkIntToScalar(params.clip.point.x), SkIntToScalar(params.clip.point.y),
239 SkIntToScalar(params.clip.point.x + params.clip.size.width),
240 SkIntToScalar(params.clip.point.y + params.clip.size.height)};
355 // This object might have been destroyed by this point. If it is destroyed
373 rect.point.x, rect.point.y, rect.size.width, rect.size.height)))
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dweb_view_impl.cc274 scoped_ptr<base::DictionaryValue> point(new base::DictionaryValue);
275 point->SetString("state", GetPointStateString(event.type));
276 point->SetInteger("x", event.x);
277 point->SetInteger("y", event.y);
278 point_list->Set(0, point.release());
/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.cc26 bool ParseFromValue(base::Value* value, WebPoint* point) { argument
35 point->x = static_cast<int>(x);
36 point->y = static_cast<int>(y);
216 base::Value* CreateValueFrom(const WebPoint& point) { argument
218 dict->SetInteger("x", point.x);
219 dict->SetInteger("y", point.y);

Completed in 371 milliseconds

1234567891011>>