Searched refs:location (Results 176 - 200 of 2162) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dsynthesize_browser_action_handler.cc24 if (extension->location() == Manifest::COMPONENT ||
25 extension->location() == Manifest::EXTERNAL_COMPONENT)
/external/chromium_org/chrome/installer/util/
H A Dlzma_util.h33 // Unpacks the archive to the given location
34 DWORD UnPack(const std::wstring& location);
36 // Unpacks the archive to the given location and returns the last file
39 DWORD UnPack(const std::wstring& location,
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dform_field_error.h56 FormFieldError(ErrorType error_type, Location location);
60 Location location() const { return location_; } function in class:autofill::wallet::FormFieldError
62 // Gets the appropriate field type for |location| and |error_type|.
65 // Gets a user facing error message appropriate for |location| and
79 // The location of the error as defined by the Wallet server.
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_unittest.cc53 EXPECT_EQ(FILE_PATH_LITERAL("path"), observer1.last_attached().location());
55 EXPECT_EQ(FILE_PATH_LITERAL("path"), observer2.last_attached().location());
64 EXPECT_EQ(FILE_PATH_LITERAL("path"), observer1.last_detached().location());
66 EXPECT_EQ(FILE_PATH_LITERAL("path"), observer2.last_detached().location());
100 EXPECT_EQ(kDevicePath1.value(), devices[0].location());
111 EXPECT_EQ(kDevicePath1.value(), devices[0].location());
113 EXPECT_EQ(kDevicePath2.value(), devices[1].location());
120 EXPECT_EQ(kDevicePath2.value(), devices[0].location());
/external/chromium_org/components/sync_driver/
H A Ddata_type_controller.cc33 const tracked_objects::Location& location,
38 return syncer::SyncError(location,
32 CreateAndUploadError( const tracked_objects::Location& location, const std::string& message, syncer::ModelType type) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_grammar_check.cc31 int location; member in struct:content::__anon7880
55 offset + kGrammarErrors[i].location,
/external/chromium_org/content/test/data/indexeddb/
H A Dversion_change_blocked.js7 if (document.location.hash === '#tab1') {
9 } else if (document.location.hash === '#tab2') {
/external/chromium_org/extensions/renderer/
H A Dscripts_run_info.cc22 UserScript::RunLocation location) {
33 switch (location) {
21 LogRun(blink::WebFrame* frame, UserScript::RunLocation location) argument
/external/chromium_org/media/tools/layout_tests/
H A Dtrend_graph.py29 def __init__(self, location=DEFAULT_TREND_GRAPH_PATH):
30 """Initialize this object with the location of trend graph."""
31 self._location = location
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dgoose.h13 // A Goose. Each goose has a location and a velocity. Implements the
19 // Initialize a Goose at location (0, 0) no velocity.
22 // Initialize a Goose at the given location with the specified velocity.
23 Goose(const Vector2& location, const Vector2& velocity);
26 // flocking algorithm (see Goose.flock()) and update the goose's location
62 // Accessors for location and velocoity.
63 Vector2 location() const { function in class:Goose
107 // based on the average location of the neighbours. The goose attempts to
108 // point to this average location. Only consider geese that are within
/external/chromium_org/net/url_request/
H A Durl_request_intercepting_job_factory.cc45 const GURL& location) const {
46 return job_factory_->IsSafeRedirectTarget(location);
H A Durl_request_job_factory.h34 // Indicates if it should be safe to redirect to |location|. Should handle
39 virtual bool IsSafeRedirectTarget(const GURL& location) const;
54 virtual bool IsSafeRedirectTarget(const GURL& location) const = 0;
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_menu_thunk.cc32 const PP_Point* location,
38 return enter.SetResult(enter.object()->Show(location, selected_id,
31 Show(PP_Resource resource, const PP_Point* location, int32_t* selected_id, PP_CompletionCallback callback) argument
/external/chromium_org/sync/syncable/
H A Dsyncable_base_transaction.cc35 const tracked_objects::Location& location,
38 unrecoverable_error_location_ = location;
34 OnUnrecoverableError( const tracked_objects::Location& location, const std::string& message) argument
H A Dwrite_transaction_info.cc14 tracked_objects::Location location,
18 location_string(location.ToString()),
31 dict->SetString("location", location_string);
12 WriteTransactionInfo( int64 id, tracked_objects::Location location, WriterTag writer, ImmutableEntryKernelMutationMap mutations) argument
/external/chromium_org/tools/gn/
H A Dstring_utils.cc22 Location begin_loc(token.location().file(),
23 token.location().line_number(),
24 token.location().char_offset() + int_offset + 1,
25 token.location().byte() + int_offset + 1);
27 token.location().file(),
28 token.location().line_number(),
29 token.location().char_offset() + int_offset + 1 + static_cast<int>(size),
30 token.location().byte() + int_offset + 1 + static_cast<int>(size));
/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp64 void setLayoutLocation (int location) { m_layoutLocation = location; } argument
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macgl_c.h43 extern int Mac_GL_LoadLibrary(_THIS, const char *location);
/external/bison/src/
H A Dnamed-ref.c26 named_ref_new (uniqstr id, location loc)
/external/chromium_org/base/profiler/
H A Dscoped_profile.h16 #include "base/location.h"
38 explicit ScopedProfile(const Location& location);
/external/chromium_org/base/test/
H A Dtest_pending_task.cc14 const tracked_objects::Location& location,
19 : location(location),
39 state->SetString("posting_function", location.ToString());
13 TestPendingTask( const tracked_objects::Location& location, const Closure& task, TimeTicks post_time, TimeDelta delay, TestNestability nestability) argument
/external/chromium_org/chrome/browser/resources/
H A Dconnection_manager.js23 'domain': location.href,
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dmic_search_decoration.h23 virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Daccounts_options_browsertest.js25 assertEquals(this.browsePreload, document.location.href);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_options_browsertest.js19 // Test opening language options has correct location.
21 assertEquals(this.browsePreload, document.location.href);

Completed in 646 milliseconds

1234567891011>>