OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_all_frames
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/common/extensions/
user_script.h
135
bool
match_all_frames
() const { return match_all_frames_; }
function in class:UserScript
user_script.cc
111
pickle->WriteBool(
match_all_frames
());
/external/chromium_org/chrome/renderer/extensions/
user_script_slave.cc
233
script->
match_all_frames
() ?
277
if (frame->parent() && !script->
match_all_frames
())
/external/chromium_org/extensions/common/
user_script.cc
129
pickle->WriteBool(
match_all_frames
());
user_script.h
137
bool
match_all_frames
() const { return match_all_frames_; }
function in class:extensions::UserScript
Completed in 2006 milliseconds