Searched refs:allowMutationEvents (Results 1 – 4 of 4) sorted by relevance
152 return frame->permissionClient()->allowMutationEvents(frame, defaultValue); in askIfIsEnabled()166 return m_client->allowMutationEvents(frame, defaultValue); in askIfIsEnabled()173 return m_client->allowMutationEvents(WebDocument(document), defaultValue); in askIfIsEnabled()
102 virtual bool allowMutationEvents(WebFrame*, bool defaultValue) { return defaultValue; } in allowMutationEvents() function109 virtual bool allowMutationEvents(const WebDocument&, bool defaultValue) { return defaultValue; } in allowMutationEvents() function
76 virtual bool allowMutationEvents(blink::WebFrame* frame,
409 bool ContentSettingsObserver::allowMutationEvents(WebFrame* frame, in allowMutationEvents() function in ContentSettingsObserver