HomeSort by relevance Sort by last modified time
    Searched refs:frame_statuses_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/renderer/
script_injection_manager.cc 251 frame_statuses_.erase(frame);
256 FrameStatusMap::iterator iter = frame_statuses_.find(frame);
265 if ((iter == frame_statuses_.end() &&
267 (iter != frame_statuses_.end() && run_location - iter->second > 1)) {
272 } else if (iter != frame_statuses_.end() && iter->second > run_location) {
281 frame_statuses_[frame] = run_location;
348 FrameStatusMap::const_iterator iter = frame_statuses_.find(main_frame);
350 iter == frame_statuses_.end() ? UserScript::UNDEFINED : iter->second,
script_injection_manager.h 90 FrameStatusMap frame_statuses_; member in class:extensions::ScriptInjectionManager

Completed in 49 milliseconds