Lines Matching defs:selector
503 BreakpointType type, const String16& selector) {
506 return script.sourceURL() == selector;
508 return script.hash() == selector;
510 V8Regex regex(inspector, selector, true);
514 return script.scriptId() == selector;
546 String16 selector;
548 selector = optionalURLRegex.fromJust();
551 selector = optionalURL.fromJust();
554 selector = optionalScriptHash.fromJust();
560 generateBreakpointId(type, selector, lineNumber, columnNumber);
570 selector);
576 selector);
588 if (!matches(m_inspector, *script.second, type, selector)) continue;
680 String16 selector;
681 if (!parseBreakpointId(breakpointId, &type, &selector)) {
690 breakpoints = breakpointsByUrl->getObject(selector);
697 breakpoints = breakpointsByScriptHash->getObject(selector);
721 matches(m_inspector, *scriptIter.second, type, selector);
1699 String16 selector;
1702 parseBreakpointId(breakpointId, &type, &selector, &lineNumber,
1705 if (!matches(m_inspector, *scriptRef, type, selector)) continue;