Searched defs:get (Results 226 - 250 of 1167) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py112 def get(self): member in class:MainHandler
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_data_source.py80 'get': lambda _, platform: CreateSamplesView(
86 def get(self, platform): member in class:APIDataSource
91 getter.get = lambda api_name: self._GetImpl(platform, api_name).Get()
H A Dapi_list_data_source.py119 def get(self, key): member in class:APIListDataSource
120 return self._GetCachedAPIData().Get().get(key)
H A Dpermissions_data_source.py37 for dependency in api_features[name].get('dependencies', ()):
93 def get(self, key): member in class:PermissionsDataSource
94 return self._GetCachedPermissionsData().get(key)
H A Dsidenav_data_source.py42 if item.get('href', '') == path:
45 item['parent'] = { 'title': parent.get('title', None),
46 'href': parent.get('href', None) }
87 href = item.get('href')
99 def get(self, key): member in class:SidenavDataSource
H A Dwhats_new_data_source.py96 def get(self, key): member in class:WhatsNewDataSource
97 return self._GetCachedWhatsNewData().get(key)
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_string.h89 wchar_t* get() { function in class:mini_installer::StackString
/external/chromium_org/chrome/test/ispy/server/
H A Dmain_view_handler.py29 def get(self): member in class:MainViewHandler
30 """Handles a get request to the main_view page.
36 test_run = self.request.get('test_run')
54 marker = 'failures/%s' % self.request.get('marker')
/external/chromium_org/gin/
H A Dhandle.h35 T* get() const { return object_; } function in class:gin::Handle
/external/chromium_org/gpu/command_buffer/service/
H A Dcmd_parser.h33 // Gets the "get" pointer. The get pointer is an index into the command
35 CommandBufferOffset get() const { return get_; } function in class:gpu::CommandParser
37 // Sets the "get" pointer. The get pointer is an index into the command buffer
39 bool set_get(CommandBufferOffset get) { argument
40 if (get >= 0 && get < entry_count_) {
41 get_ = get;
58 // Processes one command, updating the get pointe
[all...]
/external/chromium_org/mojo/bindings/js/
H A Dhandle.h28 mojo::Handle get() const { return handle_.get(); } function in class:gin::HandleWrapper
/external/chromium_org/mojo/embedder/
H A Dscoped_platform_handle.h31 const PlatformHandle& get() const { return handle_; } function in class:mojo::embedder::ScopedPlatformHandle
/external/chromium_org/ppapi/cpp/private/
H A Dvar_private.h74 // - 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.
/external/chromium_org/remoting/webapp/
H A Dxhr.js52 remoting.xhr.get = function(url, onDone, opt_parameters, opt_headers,
/external/chromium_org/skia/ext/
H A Drefptr.h18 // paint.setShader(shader.get());
50 : ptr_(other.get()) {
56 : ptr_(other.get()) {
65 SkRefCnt_SafeAssign(ptr_, other.get());
71 SkRefCnt_SafeAssign(ptr_, other.get());
81 T* get() const { return ptr_; } function in class:skia::RefPtr
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DNullable.h41 const T& get() const { ASSERT(!m_isNull); return m_value; } function in class:blink::Nullable
42 T& get() { ASSERT(!m_isNull); return m_value; } function in class:blink::Nullable
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRectsCache.h50 Entry& get(ClipRectsCacheSlot slot) function in class:blink::ClipRectsCache
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerManager.cpp68 Canvas2DLayerManager& Canvas2DLayerManager::get() function in class:blink::Canvas2DLayerManager
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dalerts.py44 compressed = memcache.get(memcache_key)
51 def get(self): member in class:AlertsHandler
58 alerts = json.loads(self.request.get('content'))
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DMacroExpander.h68 const Token &get() function in struct:pp::MacroExpander::MacroContext
/external/chromium_org/third_party/icu/source/test/perf/usetperf/
H A Dbitset.cpp30 UBool BitSet::get(int32_t bitIndex) const { function in class:BitSet
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dhash_table.h241 bool get(unsigned &value, const char *key) function in struct:string_to_uint_map
258 * user-specified zero is stored as 1. This enables ::get to tell the
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.cc132 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::cpp::FieldGeneratorMap
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_field.cc124 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::java::FieldGeneratorMap
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGpuResourceRef.h100 T* get() const { return static_cast<T*>(this->getResource()); } function in class:GrTGpuResourceRef
150 T* get() const { return fResource; } function in class:GrPendingIOResource

Completed in 1245 milliseconds

1234567891011>>