OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restrictedTo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/server2/
api_models.py
30
|
restrictedTo
| is a list of dictionaries representing the nodes
36
self.
restrictedTo
= None
39
return self.name == o.name and self.
restrictedTo
== o.
restrictedTo
45
return '<ContentScriptAPI name=%s,
restrictedTo
=%s>' % (name,
restrictedTo
)
141
restrictedTo
=[{'node': 'onRequest'}]>',
165
if content_script_apis[parent].
restrictedTo
:
166
content_script_apis[parent].
restrictedTo
.append(node)
168
content_script_apis[parent].
restrictedTo
= [node
[
all
...]
jsc_view.py
447
if content_script_support.
restrictedTo
:
448
content_script_support.
restrictedTo
.sort(key=itemgetter('node'))
449
MarkFirstAndLast(content_script_support.
restrictedTo
)
Completed in 164 milliseconds