Searched defs:owner (Results 151 - 175 of 264) sorted by relevance

1234567891011

/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.h53 explicit NetworkMenuModel(NetworkMenu* owner) : owner_(owner) {} argument
/external/chromium/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc213 explicit IconDownloadCallbackFunctor(CreateUrlApplicationShortcutView* owner) argument
214 : owner_(owner) {
H A Dpage_info_bubble_view.cc49 Section(PageInfoBubbleView* owner,
253 Section::Section(PageInfoBubbleView* owner, argument
257 : owner_(owner),
H A Dselect_file_dialog.cc67 FileBrowseDelegate(SelectFileDialogImpl* owner,
323 SelectFileDialogImpl* owner,
332 : owner_(owner),
322 FileBrowseDelegate( SelectFileDialogImpl* owner, Type type, const std::wstring& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension, gfx::NativeWindow parent, void* params) argument
/external/harfbuzz_ng/src/
H A Dhb-buffer.cc548 void hb_buffer_t::allocate_var (unsigned int byte_i, unsigned int count, const char *owner) argument
556 byte_i, byte_i + count - 1, owner);
561 allocated_var_owner[i] = owner;
565 void hb_buffer_t::deallocate_var (unsigned int byte_i, unsigned int count, const char *owner)
572 byte_i, byte_i + count - 1, owner);
577 assert (0 == strcmp (allocated_var_owner[i], owner));
582 void hb_buffer_t::assert_var (unsigned int byte_i, unsigned int count, const char *owner)
589 byte_i, byte_i + count - 1, owner);
594 assert (0 == strcmp (allocated_var_owner[i], owner));
/external/kernel-headers/original/linux/
H A Dloop.h143 struct module *owner; member in struct:loop_func_table
H A Dnet.h127 struct module *owner; member in struct:proto_ops
177 struct module *owner; member in struct:net_proto_family
273 .owner = THIS_MODULE, \
H A Dproc_fs.h40 * "get_info" is called at "read", while "owner" is used to protect module
62 struct module *owner; member in struct:proc_dir_entry
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc164 ValidationErrorCollector(SourceTreeDescriptorDatabase* owner) argument
165 : owner_(owner) {}
/external/skia/legacy/src/views/
H A DSkTouchGesture.cpp136 void SkTouchGesture::appendNewRec(void* owner, float x, float y) { argument
138 rec->fOwner = owner;
144 void SkTouchGesture::touchBegin(void* owner, float x, float y) { argument
145 // GrPrintf("--- %d touchBegin %p %g %g\n", fTouches.count(), owner, x, y);
147 int index = this->findRec(owner);
161 this->appendNewRec(owner, x, y);
175 int SkTouchGesture::findRec(void* owner) const {
177 if (owner == fTouches[i].fOwner) {
203 void SkTouchGesture::touchMoved(void* owner, float x, float y) { argument
204 // GrPrintf("--- %d touchMoved %p %g %g\n", fTouches.count(), owner,
257 touchEnd(void* owner) argument
[all...]
H A DSkWindow.cpp362 bool SkWindow::handleClick(int x, int y, Click::State state, void *owner) { argument
363 return this->onDispatchClick(x, y, state, owner);
367 void* owner) {
370 // First, attempt to find an existing click with this owner.
373 if (owner == fClicks[i]->fOwner) {
389 click->fOwner = owner;
366 onDispatchClick(int x, int y, Click::State state, void* owner) argument
/external/skia/src/views/
H A DSkTouchGesture.cpp136 void SkTouchGesture::appendNewRec(void* owner, float x, float y) { argument
138 rec->fOwner = owner;
144 void SkTouchGesture::touchBegin(void* owner, float x, float y) { argument
145 // GrPrintf("--- %d touchBegin %p %g %g\n", fTouches.count(), owner, x, y);
147 int index = this->findRec(owner);
161 this->appendNewRec(owner, x, y);
175 int SkTouchGesture::findRec(void* owner) const {
177 if (owner == fTouches[i].fOwner) {
203 void SkTouchGesture::touchMoved(void* owner, float x, float y) { argument
204 // GrPrintf("--- %d touchMoved %p %g %g\n", fTouches.count(), owner,
257 touchEnd(void* owner) argument
[all...]
H A DSkWindow.cpp361 bool SkWindow::handleClick(int x, int y, Click::State state, void *owner, argument
363 return this->onDispatchClick(x, y, state, owner, modifierKeys);
367 void* owner, unsigned modifierKeys) {
370 // First, attempt to find an existing click with this owner.
373 if (owner == fClicks[i]->fOwner) {
389 click->fOwner = owner;
366 onDispatchClick(int x, int y, Click::State state, void* owner, unsigned modifierKeys) argument
/external/tremolo/Tremolo/
H A Dogg.h63 ogg_buffer_state *owner; member in union:ogg_buffer::__anon13913
/external/valgrind/main/drd/
H A Ddrd_error.h112 DrdThreadId owner; member in struct:__anon15034
124 DrdThreadId owner; member in struct:__anon15036
/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertyMapHashTable.h79 PropertyMapEntry(JSGlobalData& globalData, JSCell* owner, StringImpl* key, unsigned offset, unsigned attributes, JSCell* specificValue) argument
83 , specificValue(globalData, owner, specificValue)
180 PassOwnPtr<PropertyTable> copy(JSGlobalData&, JSCell* owner, unsigned newCapacity);
248 inline PropertyTable::PropertyTable(JSGlobalData& globalData, JSCell* owner, const PropertyTable& other) argument
262 writeBarrier(globalData, owner, iter->specificValue.get());
271 inline PropertyTable::PropertyTable(JSGlobalData& globalData, JSCell* owner, unsigned initialCapacity, const PropertyTable& other) argument
286 writeBarrier(globalData, owner, iter->specificValue.get());
451 inline PassOwnPtr<PropertyTable> PropertyTable::copy(JSGlobalData& globalData, JSCell* owner, unsigned newCapacity) argument
458 return new PropertyTable(globalData, owner, *this);
459 return new PropertyTable(globalData, owner, newCapacit
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime.cpp353 // The liveObjectMap is a hash table of all live objects to their owner
359 // root is defined as a top-level owner object. This is used on
374 void _NPN_RegisterObject(NPObject* npObject, NPObject* owner) argument
382 if (!owner) {
383 // Registering a new owner object.
389 NPObjectMap::iterator ownerEntry = liveObjectMap.find(owner);
395 owner = parent;
397 if (rootObjectMap.find(owner) != rootObjectMap.end())
398 rootObjectMap.get(owner)->add(npObject);
402 liveObjectMap.set(npObject, owner);
410 NPObject* owner = 0; local
[all...]
/external/webkit/Source/WebCore/page/
H A DFocusController.cpp153 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node); local
154 if (!owner->contentFrame())
157 Document* document = owner->contentFrame()->document();
163 node = owner;
229 HTMLFrameOwnerElement* owner = frame->ownerElement(); local
230 if (!owner)
234 ? parentDocument->nextFocusableNode(owner, event)
235 : parentDocument->previousFocusableNode(owner, event);
276 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node); local
277 if (!owner
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTilesManager.cpp175 TextureOwner* owner = m_textures[i]->owner(); local
176 if (owner)
177 sparedDrawCount = std::max(sparedDrawCount, owner->drawCount());
200 TextureOwner* owner = textures[i]->owner(); local
201 if (!owner || owner->drawCount() < sparedDrawCount) {
206 } else if (owner) {
207 // simply detach textures from owner
298 getAvailableTexture(Tile* owner) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp45 PlatformCALayerWinInternal::PlatformCALayerWinInternal(PlatformCALayer* owner) argument
47 , m_constrainedSize(constrainedSize(owner->bounds().size()))
48 , m_owner(owner)
64 if (!owner() || !owner()->owner())
69 CGRect layerBounds = owner()->bounds();
70 if (owner()->owner()->platformCALayerContentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
75 if (owner()
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.cpp56 PassRefPtr<LayerChromium> LayerChromium::create(GraphicsLayerChromium* owner) argument
58 return adoptRef(new LayerChromium(owner));
61 LayerChromium::LayerChromium(GraphicsLayerChromium* owner) argument
62 : m_owner(owner)
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h47 static PassRefPtr<CCLayerImpl> create(LayerChromium* owner) argument
49 return adoptRef(new CCLayerImpl(owner));
54 LayerChromium* owner() const { return m_owner; } function in class:WebCore::CCLayerImpl
/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.cpp319 // We are not a reset node or the previous reset must be on an ancestor of our owner renderer
328 // to an ancestor of the placed counter's owner renderer we know we are a sibling of that node.
355 // We come here if the previous sibling or parent of our owner renderer had no
357 // of our owner renderer was not a reset counter.
531 ASSERT(counterMaps().get(child->owner())->get(identifier.impl()) == child);
532 counterMaps().get(child->owner())->remove(identifier.impl());
538 void RenderCounter::destroyCounterNodes(RenderObject* owner) argument
541 CounterMaps::iterator mapsIterator = maps.find(owner);
552 owner->m_hasCounterNodeMap = false;
555 void RenderCounter::destroyCounterNode(RenderObject* owner, cons argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java514 ElemTemplateElement owner)
520 AVT avt = new AVT(handler, uri, name, rawName, value, owner);
545 String rawName, String value, ElemTemplateElement owner)
551 AVT avt = new AVT(handler, uri, name, rawName, value, owner);
578 StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner)
584 AVT avt = new AVT(handler, uri, name, rawName, value, owner);
617 * @param owner
623 String rawName, String value, ElemTemplateElement owner)
631 avt = new AVT(handler, uri, name, rawName, value, owner);
666 * @param owner
512 processAVT( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
544 processCDATA(StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
577 processCHAR( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
622 processENUM(StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
672 processENUM_OR_PQNAME(StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
755 processEXPR( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
787 processNMTOKEN(StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
833 processPATTERN( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
868 processNUMBER( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
930 processQNAME( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
969 processAVT_QNAME( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
1030 processNCNAME( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
1158 processSIMPLEPATTERNLIST( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
1308 processURL( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
1381 processValue( StylesheetHandler handler, String uri, String name, String rawName, String value, ElemTemplateElement owner) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java116 * @param psuedoVarRecipient The owner of the subtree from where the
128 ExpressionOwner owner = (ExpressionOwner) paths.elementAt(i);
129 if (null != owner)
131 int found = findAndEliminateRedundant(i + 1, i, owner, psuedoVarRecipient, paths);
245 ExpressionOwner owner = matchedPaths.m_exprOwner;
246 WalkingIterator iter = (WalkingIterator)owner.getExpression();
253 owner.setExpression(newIter2);
349 // as the expression owner... i.e. the var decl has to go above the expression owner.
591 * @param firstOccuranceOwner The owner o
785 changeToVarRef(QName varName, ExpressionOwner owner, Vector paths, ElemTemplateElement psuedoVarRecipient) argument
1075 visitLocationPath(ExpressionOwner owner, LocPathIterator path) argument
1122 visitPredicate(ExpressionOwner owner, Expression pred) argument
1268 validateNewAddition(Vector paths, ExpressionOwner owner, LocPathIterator path) argument
[all...]

Completed in 597 milliseconds

1234567891011