Lines Matching full:page_action_value
2080 DictionaryValue* page_action_value = NULL;
2093 // a page_actions key in the manifest. Don't set |page_action_value|.
2095 if (!list_value->GetDictionary(0, &page_action_value)) {
2104 if (!source.GetDictionary(keys::kPageAction, &page_action_value)) {
2110 // If page_action_value is not NULL, then there was a valid page action.
2111 if (page_action_value) {
2113 LoadExtensionActionHelper(page_action_value, error));