Searched refs:location (Results 126 - 150 of 2162) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/location/
H A Dlocation_api.cc5 #include "chrome/browser/extensions/api/location/location_api.h"
7 #include "chrome/browser/extensions/api/location/location_manager.h"
8 #include "chrome/common/extensions/api/location.h"
13 namespace location = extensions::api::location;
14 namespace WatchLocation = location::WatchLocation;
15 namespace ClearWatch = location::ClearWatch;
/external/chromium_org/chrome/browser/net/
H A Dabout_protocol_handler.cc19 bool AboutProtocolHandler::IsSafeRedirectTarget(const GURL& location) const {
H A Dabout_protocol_handler.h21 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
/external/chromium_org/chrome/browser/spellchecker/
H A Dmisspelling_unittest.cc17 misspelling.location = 4;
39 misspelling.location = 4;
46 misspelling.location = misspelling.context.length();
50 misspelling.location = misspelling.context.length() + 1;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dlogger.h11 #include "base/location.h"
26 const tracked_objects::Location& location,
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dset_time_ui_browsertest.js26 assertEquals(this.browsePreload, document.location.href);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_browsertest.js19 // Test opening the browser options has correct location.
28 assertEquals(this.browsePreload, document.location.href);
51 assertEquals(this.browsePreload, document.location.href);
84 assertEquals(this.browsePreload, document.location.href);
102 assertEquals(this.browsePreload, document.location.href);
H A Dcookies_view_browsertest.js21 // Test opening the cookies view has correct location.
23 assertEquals(this.browsePreload, document.location.href);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddate_time_options_browsertest.js25 assertEquals(this.browsePreload, document.location.href);
/external/chromium_org/components/sync_driver/
H A Ddata_type_error_handler.h9 #include "base/location.h"
28 const tracked_objects::Location& location,
/external/chromium_org/content/renderer/pepper/
H A Dppb_widget_impl.h36 virtual PP_Bool GetLocation(PP_Rect* location) OVERRIDE;
37 virtual void SetLocation(const PP_Rect* location) OVERRIDE;
49 virtual void SetLocationInternal(const PP_Rect* location) = 0;
51 PP_Rect location() const { return location_; } function in class:content::PPB_Widget_Impl
/external/chromium_org/net/url_request/
H A Ddata_protocol_handler.h23 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
/external/chromium_org/ppapi/api/dev/
H A Dppb_widget_dev.idl44 * Get the location of the widget.
48 [out] PP_Rect location);
51 * Set the location of the widget.
55 [in] PP_Rect location);
/external/chromium_org/ppapi/cpp/private/
H A Dflash_menu.h24 int32_t Show(const Point& location,
/external/chromium_org/ppapi/tests/
H A Dtest_scrollbar.cc33 pp::Rect location; local
34 location.set_width(1000);
35 location.set_height(1000);
36 scrollbar_.SetLocation(location);
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_menu_api.h21 virtual int32_t Show(const PP_Point* location,
H A Dppb_widget_dev_thunk.cc43 PP_Bool GetLocation(PP_Resource widget, struct PP_Rect* location) { argument
48 return enter.object()->GetLocation(location);
51 void SetLocation(PP_Resource widget, const struct PP_Rect* location) { argument
56 enter.object()->SetLocation(location);
/external/chromium_org/sync/api/
H A Dsync_error.h59 // from the specified location. IsSet() will return true afterward. Will
61 SyncError(const tracked_objects::Location& location,
76 void Reset(const tracked_objects::Location& location,
84 const tracked_objects::Location& location() const;
106 void Init(const tracked_objects::Location& location,
H A Dsync_error_factory.h10 #include "base/location.h"
23 const tracked_objects::Location& location,
H A Dsync_error_factory_mock.h20 const tracked_objects::Location& location,
/external/chromium_org/sync/syncable/
H A Dsyncable_base_write_transaction.h22 const tracked_objects::Location location,
H A Dsyncable_model_neutral_write_transaction.h28 const tracked_objects::Location& location,
/external/chromium_org/third_party/WebKit/Source/web/
H A DViewportAnchor.cpp74 IntPoint minimumPosition = ceiledIntPoint(inner.location() + inner.size() - FloatSize(outer.size()));
75 IntPoint maximumPosition = flooredIntPoint(inner.location());
77 IntPoint outerOrigin = outer.location();
86 FloatPoint minimumPosition = FloatPoint(outer.location());
95 FloatPoint innerOrigin = inner.location();
111 m_pinchViewportInDocument = innerViewRect.location();
123 if (innerViewRect.location() == IntPoint::zero())
132 m_normalizedPinchViewportOffset = innerViewRect.location() - outerViewRect.location();
139 const FloatPoint anchorPoint = FloatPoint(innerViewRect.location())
[all...]
/external/chromium_org/third_party/WebKit/public/web/mac/
H A DWebSubstringUtil.h61 size_t location,
/external/chromium_org/ui/base/dragdrop/
H A Ddrop_target_event.h16 const gfx::Point& location,

Completed in 369 milliseconds

1234567891011>>