OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunLocation
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/extensions/renderer/
script_injector.h
57
virtual bool ShouldInjectJs(UserScript::
RunLocation
run_location) const = 0;
60
virtual bool ShouldInjectCss(UserScript::
RunLocation
run_location) const = 0;
72
UserScript::
RunLocation
run_location) const = 0;
77
UserScript::
RunLocation
run_location) const = 0;
84
UserScript::
RunLocation
run_location) = 0;
programmatic_script_injector.h
41
UserScript::
RunLocation
run_location) const OVERRIDE;
43
UserScript::
RunLocation
run_location) const OVERRIDE;
50
UserScript::
RunLocation
run_location) const OVERRIDE;
52
UserScript::
RunLocation
run_location) const OVERRIDE;
56
UserScript::
RunLocation
run_location) OVERRIDE;
60
UserScript::
RunLocation
GetRunLocation() const;
user_script_injector.h
45
UserScript::
RunLocation
run_location) const OVERRIDE;
47
UserScript::
RunLocation
run_location) const OVERRIDE;
54
UserScript::
RunLocation
run_location) const OVERRIDE;
56
UserScript::
RunLocation
run_location) const OVERRIDE;
60
UserScript::
RunLocation
run_location) OVERRIDE;
programmatic_script_injector.cc
59
UserScript::
RunLocation
run_location) const {
64
UserScript::
RunLocation
run_location) const {
90
UserScript::
RunLocation
run_location) const {
101
UserScript::
RunLocation
run_location) const {
111
UserScript::
RunLocation
run_location) {
130
UserScript::
RunLocation
ProgrammaticScriptInjector::GetRunLocation() const {
131
return static_cast<UserScript::
RunLocation
>(params_->run_at);
scripts_run_info.h
41
void LogRun(blink::WebFrame* web_frame, UserScript::
RunLocation
location);
script_injection.h
34
UserScript::
RunLocation
run_location,
43
bool TryToInject(UserScript::
RunLocation
current_location,
86
UserScript::
RunLocation
run_location_;
user_script_set.h
60
UserScript::
RunLocation
run_location);
66
UserScript::
RunLocation
run_location,
84
UserScript::
RunLocation
run_location,
script_injection_manager.h
54
typedef std::map<blink::WebFrame*, UserScript::
RunLocation
> FrameStatusMap;
69
UserScript::
RunLocation
run_location);
89
//
RunLocation
of the frame corresponds to the last location that has ran.
user_script_injector.cc
113
UserScript::
RunLocation
run_location) const {
119
UserScript::
RunLocation
run_location) const {
160
UserScript::
RunLocation
run_location) const {
194
UserScript::
RunLocation
run_location) const {
210
UserScript::
RunLocation
run_location) {
scripts_run_info.cc
22
UserScript::
RunLocation
location) {
user_script_set_manager.h
73
UserScript::
RunLocation
run_location);
user_script_set.cc
65
UserScript::
RunLocation
run_location) {
155
UserScript::
RunLocation
run_location,
180
UserScript::
RunLocation
run_location,
user_script_set_manager.cc
70
UserScript::
RunLocation
run_location) {
script_injection.cc
119
UserScript::
RunLocation
run_location,
135
bool ScriptInjection::TryToInject(UserScript::
RunLocation
current_location,
script_injection_manager.cc
255
blink::WebFrame* frame, UserScript::
RunLocation
run_location) {
344
static_cast<UserScript::
RunLocation
>(params.run_at),
/external/chromium_org/extensions/browser/
script_executor.h
93
UserScript::
RunLocation
run_at,
script_executor.cc
121
UserScript::
RunLocation
run_at,
/external/chromium_org/extensions/common/
user_script.h
57
enum
RunLocation
{
152
RunLocation
run_location() const { return run_location_; }
153
void set_run_location(
RunLocation
location) { run_location_ = location; }
238
RunLocation
run_location_;
user_script.cc
189
run_location_ = static_cast<
RunLocation
>(run_location);
/external/chromium_org/extensions/browser/api/
execute_code_function.cc
143
UserScript::
RunLocation
run_at = UserScript::UNDEFINED;
Completed in 2319 milliseconds