/external/chromium/chrome/browser/sync/util/ |
user_settings.h | 73 // Get a unique ID suitable for use as the client ID. This ID has the 81 inline sqlite3* get() const { return *handle_; } function in struct:browser_sync::UserSettings::ScopedDBHandle
|
/external/chromium_org/base/i18n/ |
char_iterator.h | 19 // VLOG(1) << iter.get(); 45 int32 get() const { return char_; } function in class:base::i18n::UTF8CharIterator 92 int32 get() const { return char_; } function in class:base::i18n::UTF16CharIterator
|
/external/chromium_org/base/mac/ |
scoped_authorizationref.h | 56 AuthorizationRef get() const { function in class:base::mac::ScopedAuthorizationRef
|
scoped_block.h | 43 reset(that.get(), base::scoped_policy::RETAIN); 69 B get() const { function in class:base::mac::ScopedBlock
|
scoped_cffiledescriptorref.h | 56 CFFileDescriptorRef get() const { function in class:base::mac::ScopedCFFileDescriptorRef
|
scoped_cftyperef.h | 55 reset(that.get(), base::scoped_policy::RETAIN); 81 CFT get() const { function in class:base::ScopedCFTypeRef
|
scoped_ioobject.h | 49 IOT get() const { function in class:base::mac::ScopedIOObject
|
scoped_launch_data.h | 52 launch_data_t get() const { function in class:base::mac::ScopedLaunchData
|
/external/chromium_org/base/memory/ |
manual_constructor.h | 46 inline Type* get() { function in class:base::ManualConstructor 49 inline const Type* get() const { function in class:base::ManualConstructor 53 inline Type* operator->() { return get(); } 54 inline const Type* operator->() const { return get(); } 56 inline Type& operator*() { return *get(); } 57 inline const Type& operator*() const { return *get(); } 112 get()->~Type();
|
/external/chromium_org/base/win/ |
event_trace_controller.h | 41 EVENT_TRACE_PROPERTIES* get() { function in class:base::win::EtwTraceProperties 45 const EVENT_TRACE_PROPERTIES* get() const { function in class:base::win::EtwTraceProperties 50 return reinterpret_cast<const wchar_t *>(buffer_ + get()->LoggerNameOffset); 56 return reinterpret_cast<const wchar_t*>(buffer_ + get()->LogFileNameOffset);
|
scoped_co_mem.h | 55 T* get() const { function in class:base::win::ScopedCoMem
|
scoped_hglobal.h | 26 T* get() { return data_; } function in class:base::win::ScopedHGlobal
|
scoped_propvariant.h | 43 const PROPVARIANT& get() const { return pv_; } function in class:base::win::ScopedPropVariant
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_list_data_source.py | 46 feature = self._features_bundle.GetAPIFeatures().Get()[api_name] 105 data = self._object_store.Get('api_data').Get() 111 def get(self, key): member in class:APIListDataSource 112 return self._GetCachedAPIData().get(key)
|
intro_data_source.py | 42 def get(self, key): member in class:IntroDataSource 45 return self._cache.GetFromFile('%s/%s' % (base_path, path)).Get() 52 # Not found. Do the first operation again so that we get a stack trace - we
|
reference_resolver_test.py | 20 def get(self, key, disable_refs=False): member in class:FakeAPIDataSource
|
/external/chromium_org/chrome/installer/mini_installer/ |
mini_string.h | 89 wchar_t* get() { function in class:mini_installer::StackString
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
chrome_direct_setting.js | 16 this.get = function(details, callback) { 17 var getSchema = this.functionSchemas.get.definition.parameters; 19 return sendRequest('types.private.ChromeDirectSetting.get',
|
chrome_setting.js | 16 this.get = function(details, callback) { 17 var getSchema = this.functionSchemas.get.definition.parameters; 19 return sendRequest('types.ChromeSetting.get',
|
content_setting.js | 17 this.get = function(details, callback) { 18 var getSchema = this.functionSchemas.get.definition.parameters; 20 return sendRequest('contentSettings.get',
|
/external/chromium_org/chrome/test/functional/ispy/server/ |
debug_view_handler.py | 24 def get(self): member in class:DebugViewHandler 25 """Handles get requests to the /debug_view page. 27 GET Parameters: 31 test_run = self.request.get('test_run') 32 expectation = self.request.get('expectation')
|
/external/chromium_org/gin/ |
handle.h | 35 T* get() const { return object_; } function in class:gin::Handle
|
/external/chromium_org/gpu/command_buffer/service/ |
cmd_parser.h | 31 // Gets the "get" pointer. The get pointer is an index into the command 33 CommandBufferOffset get() const { return get_; } function in class:gpu::CommandParser 35 // Sets the "get" pointer. The get pointer is an index into the command buffer 37 bool set_get(CommandBufferOffset get) { 38 if (get >= 0 && get < entry_count_) { 39 get_ = get; 56 // Processes one command, updating the get pointer. This will return an erro [all...] |
/external/chromium_org/mojo/public/bindings/lib/ |
passable.h | 23 HandleType get() { function in class:mojo::Passable
|
/external/chromium_org/ppapi/cpp/private/ |
var_private.h | 74 // - If NULL is passed, we return NULL from get() and do nothing. 77 // from get and have the output value take ownership of that var. 80 // from get, and nothing else should change. 84 // foo_interface->Bar(a, b, VarPrivate::OutException(exception).get()); 103 PP_Var* get() { function in class:pp::VarPrivate::OutException 118 // get a compilation error.
|